Oracle Big Data Spatial and Graph Property Graph
Java API Reference for Apache HBase
Release 1 (1.1) E62126-01
A B C D E F G H I K L M N O P Q R S T U V W Z 

A

add(T) - Method in class oracle.pg.text.lucene.LuceneIndex
Adds a new Element into the Element Index
add(T) - Method in interface oracle.pg.text.OracleIndex
Adds a new Element into the index using all its associated key/value pairs
add(T) - Method in class oracle.pg.text.solr.SolrIndex
Adds a new element into the index using all its key/value pairs.
add(T, CloudSolrServer) - Method in class oracle.pg.text.solr.SolrIndex
Adds a new element into the index using all its key/value pairs.
addAttributeToAllEdges(EdgeOpCallback) - Method in class oracle.pg.hbase.OraclePropertyGraph
Adds an attribute to all edges based on the specified EdgeOpCallback.
addAttributeToAllEdges(EdgeOpCallback, boolean, int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Adds an attribute to all edges based on the specified EdgeOpCallback.
addAttributeToAllEdges(EdgeOpCallback, boolean, int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
Adds an attribute to all edges based on the specified EdgeOpCallback.
addAttributeToAllVertices(VertexOpCallback) - Method in class oracle.pg.hbase.OraclePropertyGraph
Adds an attribute to all vertices based on the specified VertexOpCallback.
addAttributeToAllVertices(VertexOpCallback, boolean, int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Adds an attribute to all vertices based on the specified VertexOpCallback.
addAttributeToAllVertices(VertexOpCallback, boolean, int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
Adds an attribute to all vertices based on the specified VertexOpCallback.
addEdge(Object, Vertex, Vertex, String) - Method in class oracle.pg.common.OracleWrapperGraph
This method adds an edge to the graph instance.
addEdge(String, Vertex) - Method in class oracle.pg.common.OracleWrapperVertex
This method adds an outgoing edge from this vertex to the inVertex with the provided edge label
addEdge(Object, Vertex, Vertex, String) - Method in class oracle.pg.hbase.OraclePropertyGraph
This method adds an edge to the graph instance.
addEdge(String, Vertex) - Method in class oracle.pg.hbase.OracleVertex
This method adds an outgoing edge from this vertex to the inVertex with the provided edge label
addLuceneParametersToPut(Put, OracleIndex) - Method in class oracle.pg.hbase.HBaseIndexManager
Adds the required Lucene Parameters to the Put operation
addParameter(Parameter) - Method in class oracle.pg.text.OracleIndexParameters
Adds a new parameter to this OracleIndexParameters object
addSolrParametersToPut(Put, OracleIndex) - Method in class oracle.pg.hbase.HBaseIndexManager
Adds the required Solr Parameters to the Put operation
addToDeleteCache(Long, int) - Method in class oracle.pg.text.lucene.LuceneIndex
Add the specified element to the delete cache for future removal
addToIndexedDocs(long) - Method in class oracle.pg.text.lucene.OracleIndexWriter
Increments the number of documents indexed by this object
addVertex(Object) - Method in class oracle.pg.common.OracleWrapperGraph
This method adds a Vertex instance to the graph
addVertex(Object) - Method in class oracle.pg.hbase.OraclePropertyGraph
This method adds a vertex to the graph instance.
ANALYZER_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
 
assignKeyValueToEdge(Edge, Map<String, List<Object>>) - Static method in class oracle.pg.common.RDFGraph2PropertyGraphStream
 

B

base(String) - Method in class oracle.pg.common.RDFGraph2PropertyGraphStream
 
BATCH_SIZE_PARAMETER - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the parameter for the batch size used to force a flush over the index
bigIntegerToByteArray(BigInteger) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Parse a bigInteger into a byte array of length 16.
buildFS(int, int, int, int, boolean, String) - Static method in class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object from the set of parameters using Lucene engine.
buildFS(int, int, int, int, boolean, String[]) - Static method in class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object from the set of parameters using Lucene engine.
buildSearchTerm(String, Object) - Method in class oracle.pg.text.lucene.LuceneIndex
Builds a search term query expression in the syntax required by this index.
buildSearchTerm(String, Object, Class) - Method in class oracle.pg.text.lucene.LuceneIndex
Builds a search term query expression in the syntax required by this index.
buildSearchTerm(String, Object) - Method in interface oracle.pg.text.OracleIndex
Builds a search term query expression in the syntax required by this index.
buildSearchTerm(String, Object, Class) - Method in interface oracle.pg.text.OracleIndex
Builds a search term query expression in the syntax required by this index.
buildSearchTerm(String, Object) - Method in class oracle.pg.text.solr.SolrIndex
Builds a search term query expression in the syntax required by this index.
buildSearchTerm(String, Object, Class) - Method in class oracle.pg.text.solr.SolrIndex
Builds a search term query expression in the syntax required by this index.
buildSolr(String, String, String, int, int, int, int, int, int, int, long) - Static method in class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object from the set of parameters using SolrCloud engine.
byteArrayToStr(String, byte[]) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Returns a string representation of the specified byte array
bytesToHex(byte[]) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Parse a byte array into a Hex-based string.

C

checkCompliance() - Method in class oracle.pg.common.OraclePropertyGraphFeaturesBase
 
checkCompliance() - Method in class oracle.pg.hbase.OraclePropertyGraphFeatures
This method determines whether the full gamut of features have been set by the Graph implementation.
clearAndCloseIndices() - Method in class oracle.pg.text.OracleIndexManager
Clear and close all manual and automatic indices defined for the underlying property graph.
clearCache() - Method in class oracle.pg.hbase.OraclePropertyGraph
This method clear the Vertex and Edge caches associated to this property graph instance.
clearIndex() - Method in class oracle.pg.text.lucene.LuceneIndex
Clears all data stored in the index.
clearIndex() - Method in interface oracle.pg.text.OracleIndex
Clears all data stored in the text index.
clearIndex() - Method in class oracle.pg.text.solr.SolrIndex
Clears all data stored in the index.
clearIndices() - Method in class oracle.pg.text.OracleIndexManager
Clears all the data of the existing indices (manual and automatic) created on top of the underlying property graph
clearRepository() - Method in class oracle.pg.common.OraclePropertyGraphBase
This method removes all vertices and edges from this property graph instance.
clearRepository() - Method in class oracle.pg.hbase.OraclePropertyGraph
This method removes all vertices and edges from this property graph instance.
close() - Method in class oracle.pg.hbase.OracleCommonIteratorImpl
Closes the iterator
close() - Method in class oracle.pg.hbase.OracleEdgeFilterIteratorImpl
Closes this Iterator
close() - Method in class oracle.pg.hbase.OracleElementIteratorImpl
 
close() - Method in class oracle.pg.hbase.OracleVertexFilterIteratorImpl
Closes this Iterator
close() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Closes this OracleIndex object
close() - Method in class oracle.pg.text.lucene.LuceneIndex
Closes this LuceneIndex object
close() - Method in class oracle.pg.text.lucene.OracleDirectory
Closes the Oracle Directory and all its sub-directories.
close() - Method in interface oracle.pg.text.OracleIndex
Closes this OracleIndex object
close() - Method in class oracle.pg.text.OracleIndexManager
Closes this index manager object.
close() - Method in class oracle.pg.text.solr.SolrAutoIndex
Closes this index object.
close() - Method in class oracle.pg.text.solr.SolrIndex
Closes this SolrIndex object
closeConnectionsArray() - Method in class oracle.pg.hbase.index.lucene.HBaseLuceneEdgeAutoIndex
Closes the connection array.
closeConnectionsArray() - Method in class oracle.pg.hbase.index.lucene.HBaseLuceneVertexAutoIndex
Closes the connection array.
closeConnectionsArray() - Method in class oracle.pg.hbase.index.solr.HBaseSolrEdgeAutoIndex
Closes the connection array.
closeConnectionsArray() - Method in class oracle.pg.hbase.index.solr.HBaseSolrVertexAutoIndex
Closes the connection array.
closeConnectionsArray() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Closes the associated connection array used to load vertices/edges in parallel from the underlying graph.
closeConnectionsArray() - Method in interface oracle.pg.text.OracleAutoIndex
Closes the associated connection array used to load vertices/edges in parallel from the underlying graph.
closeConnectionsArray() - Method in class oracle.pg.text.solr.SolrAutoIndex
Closes the connection array used for parallel scan in parallel indexing.
closeIndices() - Method in class oracle.pg.text.OracleIndexManager
Closes and commits all opened indices stored in cache.
commit() - Method in class oracle.pg.common.OracleWrapperGraph
 
commit() - Method in class oracle.pg.hbase.OraclePropertyGraph
Commit changes done to this property graph instace.
commit() - Method in class oracle.pg.text.lucene.LuceneIndex
Commit changes
commit() - Method in interface oracle.pg.text.OracleIndex
Commit changes
commit() - Method in class oracle.pg.text.solr.SolrIndex
Commit changes
COMMIT_BATCH_SIZE_PARAMETER - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the parameter for the commit size used to force a commit over the index
commitIndices() - Method in class oracle.pg.text.OracleIndexManager
Commits all open indices.
compareFiles(String, String) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Compare the content of two files
concatenate(byte[], byte[]) - Static method in class oracle.pg.hbase.OraclePropertyGraph
This method returns a byte array that concatenates the two given byte array If one of the argument is null, the return value will be the other argument.
concatenate(byte[], byte[], byte[]) - Static method in class oracle.pg.hbase.OraclePropertyGraph
This method returns a byte array that concatenates the two given byte array If one of the argument is null, the return value will be the other argument.
CONFIG_NAME_PARAMETER - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the parameter for the name of the SolrCloud configuration used by the index
CONFIG_OPG_CLIENT_PORT - Static variable in class oracle.pg.hbase.OraclePropertyGraphConfiguration
The client port
CONFIG_OPG_GRAPH_NAME - Static variable in class oracle.pg.hbase.OraclePropertyGraphConfiguration
The name of the OraclePropertyGraph
CONFIG_OPG_QUORUM - Static variable in class oracle.pg.hbase.OraclePropertyGraphConfiguration
The ZooKeeper quorum
configureGraphInstance(Configuration) - Method in class oracle.pg.hbase.OraclePropertyGraphConfiguration
Creates and returns an OraclePropertyGraph instance with the properties specified in the Configuration
Console - Class in oracle.pg.hbase
This class handles Groovy script for the Data Access Layer (DAL) on Apache HBase.
Console(IO, String, String) - Constructor for class oracle.pg.hbase.Console
Constructor of Console
Console() - Constructor for class oracle.pg.hbase.Console
Constructor of Console
contains(Class<E>) - Method in exception oracle.pg.text.OracleIndexException
Check whether this exception contains an exception of the given class: either it is of the given class itself or it contains a nested cause of the given class.
containsIndexedKey(String) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Verifies if the given key is already indexed using this automatic index.
containsIndexedKey(String) - Method in interface oracle.pg.text.OracleAutoIndex
Verifies if the given key is already indexed using this automatic index.
containsIndexedKey(String, Class<T>) - Method in class oracle.pg.text.OracleIndexManager
Verifies if the auto index contains the specified index key.
containsIndexedKey(String) - Method in class oracle.pg.text.solr.SolrAutoIndex
Verifies if the specified key is used in the automatic index.
continueOnError(long, long, Object, String) - Method in interface oracle.pg.common.DataLoaderListener
Returns true if the data loading is to be continued upon encountering this error.
continueOnError(long, long, Object, String) - Method in class oracle.pg.common.SimpleLogBasedDataLoaderListenerImpl
This method returns true if the data loading is to be continued upon encountering this error.
convertRDF2PG(String, Lang, String, String, String, String) - Static method in class oracle.pg.common.RDFDataset2PropertyGraph
 
copyFeatures() - Method in class oracle.pg.common.OraclePropertyGraphFeaturesBase
 
copyFeatures() - Method in class oracle.pg.hbase.OraclePropertyGraphFeatures
This method copies the features in this features object to another feature object..
copyGraph(Configuration, String, String) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Copy the property graph (including its associated tables) to the specified graph name (if it is not empty).
count(String, Object) - Method in class oracle.pg.text.lucene.LuceneIndex
Counts all the matching elements that have a particular key/value property within the index
count(String, Object, boolean) - Method in class oracle.pg.text.lucene.LuceneIndex
Counts all the matching elements that have a particular key/value property within the index
count(String, Object, Class, boolean) - Method in class oracle.pg.text.lucene.LuceneIndex
Counts all the matching elements that have a particular key/value property within the index
count(String, Object, boolean) - Method in interface oracle.pg.text.OracleIndex
Counts all the matching elements that have a particular key/value property within the index
count(String, Object, Class, boolean) - Method in interface oracle.pg.text.OracleIndex
Counts all the matching elements that have a particular key/value property within the index
count(String, Object) - Method in class oracle.pg.text.solr.SolrIndex
Counts all the elements matching the specified K/V property within the index
count(String, Object, boolean) - Method in class oracle.pg.text.solr.SolrIndex
Counts all the elements matching the specified K/V property within the index
count(String, Object, Class, boolean) - Method in class oracle.pg.text.solr.SolrIndex
Counts all the elements matching the specified K/V property within the index
countEdges() - Method in class oracle.pg.hbase.OraclePropertyGraph
Counts all Edges
countEdges(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Counts all Edges using parallel scans and the specified DOP
countEdges(int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
Counts all Edges using parallel scan and the specified DOP.
countEdgesPartitioned(HConnection[], int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
The splits are determined by # of regions & m_iNumSplitsPerRegion.
countPropertyKeys() - Method in class oracle.pg.common.OracleWrapperElement
 
countVertices() - Method in class oracle.pg.hbase.OraclePropertyGraph
Counts all vertices
countVertices(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Counts all vertices using parallel scans and the specified DOP.
countVertices(int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
Counts all vertices using parallel scans and the specified DOP.
countVerticesPartitioned(HConnection[], int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
The splits are determined by # of regions & m_iNumSplitsPerRegion.
createFilterFromArguments(ArrayList<byte[]>) - Static method in class oracle.pg.hbase.OracleAdjacentElementsFilter
Given the filter's arguments construct an instance of Filter.
createFilterFromArguments(ArrayList<byte[]>) - Static method in class oracle.pg.hbase.OracleKeyFilter
Given the filter's arguments construct an instance of Filter.
createFilterFromArguments(ArrayList<byte[]>) - Static method in class oracle.pg.hbase.OracleValueFilter
Given the filter's arguments construct the filter.
createIndex(String, Class<T>, Parameter...) - Method in class oracle.pg.hbase.OraclePropertyGraph
Generates an index with a particular name, for a particular class, and of a particular type.
createIndex(String, Class<T>, OraclePropertyGraphBase, Parameter...) - Method in class oracle.pg.text.OracleIndexManager
Generates an index with a particular name, for a particular class, and of a particular type.
createInstance(int, int, int, int, boolean, String) - Static method in class oracle.pg.text.lucene.LuceneIndexParameters
Creates a new OracleIndexParams object from the set of parameters.
createInstance(int, int, int, int, boolean, String[]) - Static method in class oracle.pg.text.lucene.LuceneIndexParameters
Creates a new OracleIndexParams object from the set of parameters.
createInstance(String, String, String, int, int, int, int, int, int, int, long) - Static method in class oracle.pg.text.solr.SolrIndexParameters
Creates a new SolrIndexParameters object from the set of parameters.
createKeyIndex(String, Class<T>, Parameter...) - Method in class oracle.pg.hbase.OraclePropertyGraph
Creates an automatic indexing structure for indexing provided key for element class.
createKeyIndex(String[], Class<T>) - Method in class oracle.pg.hbase.OraclePropertyGraph
Creates an automatically maintained index for the given keys and element class.

D

DataLoaderListener - Interface in oracle.pg.common
This interface defines a few core APIs to that can be used to report progress of a data loading process.
DATATYPES_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
 
debug(Object, Object) - Method in class oracle.pg.common.SimpleLog
 
debug(Object) - Method in class oracle.pg.common.SimpleLog
 
debug(Object, Throwable) - Method in class oracle.pg.common.SimpleLog
 
defaultIndexParams() - Static method in class oracle.pg.text.OracleIndexParameters
Gets Oracle's default array of parameters defined for an index.
defaultIndexParamsAsList() - Static method in class oracle.pg.text.lucene.LuceneIndexParameters
Gets Oracle's default list of parameters defined for an index.
defaultIndexParamsAsList() - Static method in class oracle.pg.text.OracleIndexParameters
Gets Oracle's default list of parameters defined for an index.
defaultIndexParamsAsList() - Static method in class oracle.pg.text.solr.SolrIndexParameters
Gets Oracle's default list of parameters defined for an index.
deleteExistingDirectories(String[]) - Method in class oracle.pg.text.lucene.LuceneIndex
Delete existing directories where the Lucene index is stored.
disableEdgeAutoIndexer() - Method in class oracle.pg.text.OracleIndexManager
Disables the edge auto indexing.
disableVertexAutoIndexer() - Method in class oracle.pg.text.OracleIndexManager
Disables the vertex auto indexing.
dropAllAutoIndices() - Method in class oracle.pg.hbase.OraclePropertyGraph
Drops all existing automatic indices (vertex and edges)
dropAllAutoIndices() - Method in class oracle.pg.text.OracleIndexManager
Removes all the automatic indices created on top of the underlying property graph
dropAllIndices() - Method in class oracle.pg.common.OraclePropertyGraphBase
Drops all existing indices
dropAllIndices() - Method in class oracle.pg.hbase.OraclePropertyGraph
Drops all existing indices
dropAllIndices() - Method in class oracle.pg.text.OracleIndexManager
Drops all indices handled by this index manager.
dropAllManualIndices() - Method in class oracle.pg.hbase.OraclePropertyGraph
Drops all existing manual indices (vertices and edges)
dropAllManualIndices() - Method in class oracle.pg.text.OracleIndexManager
Removes all manual indices created on top of the underlying property graph.
dropIndex(String) - Method in class oracle.pg.hbase.OraclePropertyGraph
Removes an index associated with the graph.
dropIndex() - Method in class oracle.pg.text.lucene.LuceneIndex
Clears all data stored in the index.
dropIndex() - Method in interface oracle.pg.text.OracleIndex
Drops and removes all data from the text index (including its directory)
dropIndex(String) - Method in class oracle.pg.text.OracleIndexManager
Drops the specified manual index
dropIndex() - Method in class oracle.pg.text.solr.SolrIndex
Drops the index data
dropIndexTable() - Method in class oracle.pg.hbase.OraclePropertyGraph
This method removes all indices meta data from this property graph instance.
dropIndices() - Method in class oracle.pg.text.OracleIndexManager
Removes all manual and automatic indexes created on top of the underlying property graph.
dropKeyIndex(String, Class<T>) - Method in class oracle.pg.hbase.OraclePropertyGraph
Removes an automatic indexing structure associated with indexing provided key for element class.
dropKeyIndex(String[], Class<T>) - Method in class oracle.pg.hbase.OraclePropertyGraph
Removes an automatic indexing structure associated with indexing provided key for element class.
dropPropertyGraph(Configuration, String) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Drops the specified property graph (including its associated tables).

E

EDGE_CLASS_ID - Static variable in class oracle.pg.text.OracleIndexManager
 
EDGE_ID_PROP - Static variable in interface oracle.pg.text.OracleIndex
A constant text index field name for the ID of an edge
EDGE_ID_PROP - Static variable in class oracle.pg.text.solr.SolrIndex
A constant text index field name for the ID of an edge
EDGE_LABEL_PROP - Static variable in interface oracle.pg.text.OracleIndex
A constant text index field name for the label of an edge
EdgeFilterCallback - Interface in oracle.pg.common
This interface defines the API to filter edges.
EdgeOpCallback - Interface in oracle.pg.common
This interface defines a callback function that can be used together with a whole graph level operation like adding a new weight attribute or removing an existing weight attribute
enableEdgeAutoIndexer() - Method in class oracle.pg.text.OracleIndexManager
Enables the edge auto indexing.
enableVertexAutoIndexer() - Method in class oracle.pg.text.OracleIndexManager
Enables the vertex auto indexing.
END_NODE_ID_PROP - Static variable in interface oracle.pg.text.OracleIndex
A constant text index field name for the ID of an edge's head (destination) vertex
equals(Object) - Method in class oracle.pg.hbase.OracleEdge
This method returns true if the current OracleEdge instance is considered equal to the given OracleEdge instance
equals(Object) - Method in class oracle.pg.hbase.OracleVertex
This method returns true if the current OracleVertex instance is considered equal to the given OracleVertex instance
ERR_ARG_CANNOT_BE_NULL - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_CODE_NOT_IN_LIST - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_DOP_CONSTRAINT - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_E_DS_MUSTBE_FILE_OR_IS - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_E_MAX_LINE_CONSTRAINT - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_EDGE_DIR_NOT_BOTH - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_GRAPH_NAME_CANT_BENULL - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_HIT_EXCEPTION - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_HIT_INTERRUPT - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_HIT_IO - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_HIT_OPGE - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_HIT_PARSEE - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_ID_CANNOT_BE_NULL - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_IDX_KEY_CANNOT_BE_NULL - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_IN_DS_EDGE_CANTBE_NULL - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_IN_DS_VERT_CANTBE_NULL - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_IN_E_FLAT_DOESNT_EXIST - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_IN_V_FLAT_DOESNT_EXIST - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_INVALID_NUM_FIELDS - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_INVALID_NUM_NOARG - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_INVALID_NUMBER - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_INVALID_VAL - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_KEY_CANNOT_BE_ID - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_KEY_CANNOT_BE_NULL - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_KEY_NOT_SET_TO - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_NO_ELEM_TO_BE_CONSUMED - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_NO_OP_SUPPORTED - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_NOT_IMPLEMENTED_YET - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_NOT_ORACLE_V_E - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_NUM_PART_CONSTRAINT - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_OFFSET_CONSTRAINT - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_OFFSET_E_MUST_BE_POS - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_OFFSET_V_MUST_BE_POS - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_PG_ALREADY_EXISTS - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_PG_NOT_EMPTY - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_SIZE_MUST_BE_POS - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_TIMEOUT_TAB_CREATION - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_TYPE_ID_NOT_RECO - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_UNSUPPORTED_VAL_TYP - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_USER_REQ_OP_CANCEL - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_V_DS_MUSTBE_FILE_OR_IS - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_V_MAX_LINE_CONSTRAINT - Static variable in interface oracle.pg.common.MesgConsts
 
ERR_VALUE_CANNOT_BE_NULL - Static variable in interface oracle.pg.common.MesgConsts
 
error(Object) - Method in class oracle.pg.common.SimpleLog
 
error(Object, Throwable) - Method in class oracle.pg.common.SimpleLog
 
escape(String) - Static method in class oracle.pg.common.OracleWrapperGraph
 
escape(String) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
This method escapes a string in the following manner: In one scan from left to right, a % is replaced with %25, a tab \t is replaced with %09, a newline \n is replaced with %0A, and a comma is replaced with %2c.
existEdgeIndex(String) - Method in class oracle.pg.text.OracleIndexManager
Verifies if the index with the specified name already exists for this property graph as an edge manual index.
existsGraph(Configuration, String) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Checks if the specified property graph exists in the Apache HBase database
existVertexIndex(String) - Method in class oracle.pg.text.OracleIndexManager
Verifies if the manual vertex index with the specified name already exists for this property graph.
exportFlatFiles(OraclePropertyGraph, String, String, boolean) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
This function exports a given property graph into two flat files: one for vertices and the other for edges.
exportFlatFiles(OraclePropertyGraph, String, String, int, boolean) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
This function exports a given property graph into two flat files: one for vertices and the other for edges.
exportFlatFiles(OraclePropertyGraph, OutputStream, OutputStream, int, boolean) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
This function exports a given property graph into two flat files: one for vertices and the other for edges.
exportGML(OraclePropertyGraph, String, PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Exports all vertices/edges from the specified property graph into the specified file in GML format.
exportGML(OraclePropertyGraph, OutputStream, PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Exports all vertices/edges from the specified property graph into the output stream in GML format.
exportGraphML(OraclePropertyGraph, String, PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Exports all vertices/edges from the specified property graph into the specified file in GraphGML format.
exportGraphML(OraclePropertyGraph, OutputStream, PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Exports all vertices/edges from the specified property graph into the output stream in GraphGML format.
exportGraphSON(OraclePropertyGraph, String, PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Exports all vertices/edges from the specified property graph into the specified file in GraphSON format.
exportGraphSON(OraclePropertyGraph, OutputStream, PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Exports all vertices/edges from the specified property graph into the output stream in GraphSON format.

F

fatal(Object) - Method in class oracle.pg.common.SimpleLog
 
fatal(Object, Throwable) - Method in class oracle.pg.common.SimpleLog
 
filterKeyValue(Cell) - Method in class oracle.pg.hbase.OracleAdjacentElementsFilter
Filter the row if the K/V pair is not found in the row data.
filterKeyValue(Cell) - Method in class oracle.pg.hbase.OracleKeyFilter
Filter the row if the K/V pair is not found in the row data.
filterKeyValue(Cell) - Method in class oracle.pg.hbase.OracleValueFilter
Filter the row if the K/V pair is not found in the row data.
filterRow() - Method in class oracle.pg.hbase.OracleKeyFilter
Get filter status for this specified row
filterRow() - Method in class oracle.pg.hbase.OracleValueFilter
Get filter status for this specified row
finish() - Method in class oracle.pg.common.RDFGraph2PropertyGraphStream
 
flushHbaseCommits() - Method in class oracle.pg.hbase.OraclePropertyGraph
Flush HBase tables so property grpah changes are commited into HBase.
forceRefresh() - Method in interface oracle.pg.common.OracleElementBase
Physically refresh this element by reading from the underlying database
forceRefresh() - Method in class oracle.pg.hbase.OracleEdge
Physically refresh this Edge instance by reading from the underlying database
forceRefresh() - Method in class oracle.pg.hbase.OracleElement
Re-read the attributes about this graph element from the database.
forceRefresh() - Method in class oracle.pg.hbase.OracleVertex
Physically refresh this Vertex instance by reading from the underlying database

G

get(String, Object, Class, boolean) - Method in class oracle.pg.text.lucene.LuceneEdgeAutoIndex
Gets all edges indexed by the provided key/value.
get(String, Object, Class, boolean) - Method in class oracle.pg.text.lucene.LuceneEdgeIndex
Gets all edges indexed by the provided key/value.
get(String, Object) - Method in class oracle.pg.text.lucene.LuceneIndex
Gets an Iterable object with all the matching elements that have a particular key/value property within the index
get(String, Object, boolean) - Method in class oracle.pg.text.lucene.LuceneIndex
Gets an Iterable object with all the matching elements that have a particular key/value property within the index
get(String, Object, Class, boolean) - Method in class oracle.pg.text.lucene.LuceneIndex
Gets an Iterable object with all the matching elements that have a particular key/value property within the index
get(String, Object, Class, boolean) - Method in class oracle.pg.text.lucene.LuceneVertexAutoIndex
Gets all vertices indexed by the provided key/value.
get(String, Object, Class, boolean) - Method in class oracle.pg.text.lucene.LuceneVertexIndex
Gets all vertices indexed by the provided key/value.
get(String, Object, boolean) - Method in interface oracle.pg.text.OracleAutoIndex
Gets all the elements matching the specified K/V property within the index
get(String, Object, boolean) - Method in interface oracle.pg.text.OracleIndex
Gets an Iterable object with all the matching elements that have a particular key/value property within the index
get(String, Object, Class, boolean) - Method in interface oracle.pg.text.OracleIndex
Gets an Iterable object with all the matching elements that have a particular key/value property within the index
get(String, Object, Class, boolean) - Method in class oracle.pg.text.solr.SolrEdgeAutoIndex
Gets all edges indexed by the provided key/value.
get(String, Object, Class, boolean) - Method in class oracle.pg.text.solr.SolrEdgeIndex
Gets all edges indexed by the provided key/value.
get(String, Object) - Method in class oracle.pg.text.solr.SolrIndex
Gets all the elements matching the specified K/V property within the index
get(String, Object, boolean) - Method in class oracle.pg.text.solr.SolrIndex
Gets all the elements matching the specified K/V property within the index
get(String, Object, Class, boolean) - Method in class oracle.pg.text.solr.SolrIndex
Gets all the elements matching the specified K/V property within the index
get(String, Object, Class, boolean) - Method in class oracle.pg.text.solr.SolrVertexAutoIndex
Gets all vertices indexed by the provided key/value.
get(String, Object, Class, boolean) - Method in class oracle.pg.text.solr.SolrVertexIndex
Gets all vertices indexed by the provided key/value.
getAnalyzer() - Method in class oracle.pg.text.lucene.LuceneParameters
Gets the Lucene Analyzer associated to this index
getAttributeKeyName(OracleEdgeBase) - Method in interface oracle.pg.common.EdgeOpCallback
When an operation against the input edge is required, this method returns the attribute key name.
getAttributeKeyName(OracleVertexBase) - Method in interface oracle.pg.common.VertexOpCallback
When an operation against the input vetex is required, this method returns the attribute key name.
getAttributeKeyValue(OracleEdgeBase) - Method in interface oracle.pg.common.EdgeOpCallback
When an operation against the input edge is required, this method returns the attribute key value.
getAttributeKeyValue(OracleVertexBase) - Method in interface oracle.pg.common.VertexOpCallback
When an operation against the input vetex is required, this method returns the attribute key value.
getAttributes() - Method in class oracle.pg.hbase.OracleElement
Returns a String of all the Key, Value Pairs.
getAutoIndex(Class<T>) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an index from the graph by its name and index class.
getBatchSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the size of the batch used for update operations.
getBatchSize() - Method in class oracle.pg.text.IndexParametersBase
Gets the batch size specifying the number of elements required (per directory) before data is flushed into the index.
getCause() - Method in exception oracle.pg.text.OracleIndexException
Return the nested cause, or null if none.
getCharset() - Static method in class oracle.pg.common.ParametersBase
Returns the default charset
getCloudSolrServer(long) - Method in class oracle.pg.text.solr.SolrIndex
Gets a new CloudSolrServer object to handle operations over the index.
getCloudSolrServer(String, String, int, long) - Static method in class oracle.pg.text.solr.SolrIndexUtils
Gets a new CloudSolrServer object to handle operations over the index.
getCommitBatchSize() - Method in class oracle.pg.text.IndexParametersBase
Gets the commit batch size specifying the number of documents required before forcing a commit to the index.
getCompression() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the type of compression used in the property graph tables
getCompressionAlgorithm(String) - Method in class oracle.pg.hbase.OraclePropertyGraph
An utility to get a Compression Algorithm based on the specified string
getConfig() - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the PGX graph config object
getConfigName() - Method in class oracle.pg.text.solr.SolrParameters
Gets the configuration name used to create the SolrCloud collection where the index will be stored
getConfiguration() - Method in class oracle.pg.hbase.OraclePropertyGraph
This method returns the underlying Configuration instance used for HBase
getConnectionsArray() - Method in class oracle.pg.hbase.index.lucene.HBaseLuceneEdgeAutoIndex
Gets the connection array.
getConnectionsArray() - Method in class oracle.pg.hbase.index.lucene.HBaseLuceneVertexAutoIndex
Gets the connection array.
getConnectionsArray() - Method in class oracle.pg.hbase.index.solr.HBaseSolrEdgeAutoIndex
Gets the connection array.
getConnectionsArray() - Method in class oracle.pg.hbase.index.solr.HBaseSolrVertexAutoIndex
Gets the connection array.
getConnectionsArray() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Gets the connection array used to load vertices/edges in parallel from the underlying graph.
getConnectionsArray() - Method in interface oracle.pg.text.OracleAutoIndex
Gets the connection array used to load vertices/edges in parallel from the underlying graph.
getConnectionsArray() - Method in class oracle.pg.text.solr.SolrAutoIndex
Gets the connection array used for parallel scan in parallel indexing.
getContents() - Method in class oracle.pg.common.Messages
Returns the two dimensional array holding messages
getContents() - Method in class oracle.pg.common.Messages_es
Returns the two dimensional array holding messages
getDataBlockEncoding() - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets the data block encoding algorithm used in block cache and optionally on disk for all property graph tables
getDefaultEdgeOptFlag() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the OptimizationFlag for edges associated to this property graph
getDefaultIndexParameters() - Method in class oracle.pg.common.OraclePropertyGraphBase
Get the default index parameters associated to this property graph.
getDefaultIndexParameters() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the default index parameters associated to this property graph.
getDefaultVertexOptFlag() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the OptimizationFlag for vertices associated to this property graph
getDegree(Direction, String...) - Method in class oracle.pg.hbase.OracleVertex
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
getDirectory(int) - Method in class oracle.pg.text.lucene.LuceneIndex
Get a Directory object for the specified subdirectory ID.
getDirectoryName() - Method in class oracle.pg.text.lucene.LuceneIndex
Gets the directory name for this index.
getDirectoryName() - Method in interface oracle.pg.text.OracleIndex
Gets the directory name for this index.
getDirectoryName() - Method in class oracle.pg.text.solr.SolrIndex
Gets the directory name for this index.
getDirectoryType(int) - Static method in class oracle.pg.text.lucene.LuceneIndexParameters
Gets the DirectoryType object associated to the specified identifier.
getDirectoryType() - Method in class oracle.pg.text.lucene.LuceneParameters
Gets the Directory Type used in this index.
getDirectoryType() - Method in class oracle.pg.text.lucene.OracleDirectory
Get the directory type of this OracleDirectory
getDirectoryTypeAsInt(OracleDirectory.DirectoryType) - Static method in class oracle.pg.text.lucene.LuceneIndexParameters
Gets the identifier associated to the specified DirectoryType.
getDocIdentifier() - Method in class oracle.pg.text.lucene.LuceneEdgeAutoIndex
Gets the document's identifier associated to this index.
getDocIdentifier() - Method in class oracle.pg.text.lucene.LuceneEdgeIndex
Gets the document's identifier associated to this index.
getDocIdentifier() - Method in class oracle.pg.text.lucene.LuceneIndex
Get index document's identifier.
getDocIdentifier() - Method in class oracle.pg.text.lucene.LuceneVertexAutoIndex
Gets the document's identifier associated to this index.
getDocIdentifier() - Method in class oracle.pg.text.lucene.LuceneVertexIndex
Gets the document's identifier associated to this index.
getDocIdentifier() - Method in interface oracle.pg.text.OracleIndex
Get index document's identifier.
getDocIdentifier() - Method in class oracle.pg.text.solr.SolrEdgeAutoIndex
Gets the document's identifier associated to this index.
getDocIdentifier() - Method in class oracle.pg.text.solr.SolrEdgeIndex
Gets the document's identifier associated to this index.
getDocIdentifier() - Method in class oracle.pg.text.solr.SolrIndex
Get index document's identifier.
getDocIdentifier() - Method in class oracle.pg.text.solr.SolrVertexAutoIndex
Gets the document's identifier associated to this index.
getDocIdentifier() - Method in class oracle.pg.text.solr.SolrVertexIndex
Gets the document's identifier associated to this index.
getEdge(Object) - Method in class oracle.pg.common.OracleWrapperGraph
Return the edge referenced by the object identifier
getEdge(Object) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return the edge referenced by the object identifier.
getEdgeAutoIndexer(Parameter...) - Method in class oracle.pg.text.OracleIndexManager
Gets the edge auto index associated to this property graph if enabled.
getEdgeAutoIndexName() - Method in class oracle.pg.text.OracleIndexManager
Gets the name used for the edge auto index.
getEdgeBlockCacheSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets the size of the block cache (in bytes) associated to the edge table
getEdgeFileName() - Method in class oracle.pg.common.OracleWrapperGraph
 
getEdgeFilterCallback() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the EdgeFilterCallback associated to this property graph
getEdgeIndex(String) - Method in class oracle.pg.text.OracleIndexManager
Gets the edge manual index associated to the specified index name
getEdgeInitialNumRegions() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the initial number of regions defined for the HBase Edge tables associated to this property graph.
getEdgeInstance(Long, boolean, boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
Returns an instance of OracleEdgeBase.
getEdgeInstance(OracleVertexBase, OracleVertexBase, String, Long, boolean, boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
Returns an instance of OracleEdge
getEdgeInstance(Long, boolean, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OracleEdgeBase.
getEdgeInstance(OracleVertexBase, OracleVertexBase, String, Long, boolean, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OracleEdge
getEdgePropertyNames(int, int, Set<String>) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets the property names of all edges.
getEdgePropertyNames(int, int, Set<String>, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets the property names of all edges using parallel scans and the specified DOP.
getEdgePropertyNamesPartitioned(HConnection[], Set<String>, long, long, int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
The splits are determined by # of regions & m_iNumSplitsPerRegion.
getEdges(String) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all the edges in the graph that have a particular key.
getEdges(String[]) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all the edges in the graph that have any of the specified keys.
getEdges(String, Object, Class, boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all matching edges that have a particular key/value property.
getEdges(String, Object, boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all matching edges that have a particular key/value property.
getEdges() - Method in class oracle.pg.common.OracleWrapperGraph
Return an iterable to all the edges in the graph.
getEdges(String, Object) - Method in class oracle.pg.common.OracleWrapperGraph
Return an iterable to all the edges in the graph that have a particular key/value property.
getEdges(Direction, String...) - Method in class oracle.pg.common.OracleWrapperVertex
Return the edges incident to the vertex according to the given direction and edge labels.
getEdges() - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an Iterable to all the edges in the graph.
getEdges(String) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all the edges in the graph that have a particular key.
getEdges(String[]) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all the edges in the graph that have any of the specified keys.
getEdges(String[], EdgeFilterCallback) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all the edges in the graph that have any of the specified keys and satisfy the specifed edge filter callback.
getEdges(String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all the edges in the graph that have any of the specified keys and satisfy the specifed edge filter callback.
getEdges(String, Object) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all matching edges that have a particular key/value property.
getEdges(String, Object, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all matching edges that have a particular key/value property.
getEdges(String, Object, Class, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all matching edges that have a particular key/value property.
getEdges(String, Object, boolean, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all the vertices in the graph that have a particular key/value property.
getEdges(String, Object, Class, boolean, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all the vertices in the graph that have a particular key/value property.
getEdges(Direction, String...) - Method in class oracle.pg.hbase.OracleVertex
Return the edges incident to the vertex according to the given direction and edge labels.
getEdges(Direction, OraclePropertyGraphBase.OptimizationFlag, String...) - Method in class oracle.pg.hbase.OracleVertex
Return the edges incident to the vertex according to the given direction and edge labels.
getEdgesFromKey(HConnection[], boolean, int, String[]) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all the edges in the graph that have a particular key/value property.
getEdgeSndIndexBlockCacheSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets the size of the block cache (in bytes) associated to the secondary index edge table
getEdgeSndIndexTabName() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the name of the HBase table used to store secondary indexes on edges in this property graph.
getEdgeSndIndexWriteBufferSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the write buffer size associated to the edge secondary index table
getEdgesPartitioned(HConnection[], boolean, int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph.
getEdgesPartitioned(HConnection[], boolean, int, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph.
getEdgesPartitioned(HConnection[], boolean, int, EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph.
getEdgesPartitioned(HConnection[], boolean, int, EdgeFilterCallback) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph.
getEdgesPartitioned(HConnection[], boolean, int, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph.
getEdgesPartitioned(HConnection[], boolean, int, String) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph.
getEdgesPartitioned(HConnection[], boolean, int, String, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph.
getEdgesPartitioned(HConnection[], boolean, int, String[]) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph.
getEdgesPartitioned(HConnection[], boolean, int, String[], boolean, EdgeFilterCallback) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph.
getEdgesPartitioned(HConnection[], boolean, int, String[], boolean, EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph.
getEdgeTableSplits() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the number of Edge table splits based on the current number of splits per region associated to this graph and the number of regions in the edge table.
getEdgeTabName() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the name of the HBase table used to store edges in this property graph.
getEdgeWriteBufferSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the write buffer size associated to the edge table
getElementsFromPG(String[], Object[], int) - Method in class oracle.pg.hbase.index.lucene.HBaseLuceneEdgeAutoIndex
Gets an Iterable<Edge> of edges from the associated property graph, matching the specified keys.
getElementsFromPG(String[], Object[], int) - Method in class oracle.pg.hbase.index.lucene.HBaseLuceneVertexAutoIndex
Gets an Iterable<Vertex> of vertices from the associated property graph, matching the specified keys.
getElementsFromPG(String[], Object[], int) - Method in class oracle.pg.hbase.index.solr.HBaseSolrEdgeAutoIndex
Gets an Iterable<Edge> of edges from the associated property graph, matching the specified keys.
getElementsFromPG(String[], Object[], int) - Method in class oracle.pg.hbase.index.solr.HBaseSolrVertexAutoIndex
Gets an Iterable<Vertex> of vertices from the associated property graph, matching the specified keys.
getElementsFromPG() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Gets an Iterable<T> of elements from the associated property graph.
getElementsFromPG(String) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Gets an Iterable<T> of elements from the associated property graph, matching the specified key.
getElementsFromPG(String[]) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Gets an Iterable<T> of elements from the associated property graph, matching any of the specified keys.
getElementsFromPG(String[], Object[], int) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Gets an array of CloseableIterable objects that hold all the elements with an attribute matching any of the given key property names.
getElementsFromPG(String) - Method in class oracle.pg.text.lucene.LuceneEdgeAutoIndex
Gets an Iterable<Edge> of edges from the associated property graph, matching the specified key.
getElementsFromPG(String[]) - Method in class oracle.pg.text.lucene.LuceneEdgeAutoIndex
Gets an Iterable<Edge> of edges from the associated property graph, matching any of the specified keys.
getElementsFromPG() - Method in class oracle.pg.text.lucene.LuceneEdgeAutoIndex
Gets an Iterable<Edge> of edges from the associated property graph.
getElementsFromPG(String) - Method in class oracle.pg.text.lucene.LuceneVertexAutoIndex
Gets an Iterable<Vertex> of edges from the associated property graph, matching the specified key.
getElementsFromPG(String[]) - Method in class oracle.pg.text.lucene.LuceneVertexAutoIndex
Gets an Iterable<Vertex> of edges from the associated property graph, matching any of the specified keys.
getElementsFromPG() - Method in class oracle.pg.text.lucene.LuceneVertexAutoIndex
Gets an Iterable<T> of edges from the associated property graph.
getElementsFromPG() - Method in interface oracle.pg.text.OracleAutoIndex
Gets an Iterable<T> of elements from the associated property graph.
getElementsFromPG(String) - Method in interface oracle.pg.text.OracleAutoIndex
Gets an Iterable<T> of elements from the associated property graph, matching the specified key.
getElementsFromPG(String[]) - Method in interface oracle.pg.text.OracleAutoIndex
Gets an Iterable<T> of elements from the associated property graph, matching any of the specified keys.
getElementsFromPG(String[], Object[], int) - Method in interface oracle.pg.text.OracleAutoIndex
Gets an array of CloseableIterable objects that hold all the elements with an attribute matching any of the given key property names.
getElementsFromPG() - Method in class oracle.pg.text.solr.SolrAutoIndex
Gets an Iterable<T> of elements from the associated property graph, matching the specified key.
getElementsFromPG(String) - Method in class oracle.pg.text.solr.SolrEdgeAutoIndex
Gets an Iterable<Edge> of edges from the associated property graph, matching the specified key.
getElementsFromPG(String[]) - Method in class oracle.pg.text.solr.SolrEdgeAutoIndex
Gets an Iterable<Edge> of edges from the associated property graph, matching the specified key.
getElementsFromPG() - Method in class oracle.pg.text.solr.SolrEdgeAutoIndex
Gets an Iterable<Edge> of edges from the associated property graph.
getElementsFromPG(String) - Method in class oracle.pg.text.solr.SolrVertexAutoIndex
Gets an Iterable<Vertex> of vertices from the associated property graph, matching the specified key.
getElementsFromPG(String[]) - Method in class oracle.pg.text.solr.SolrVertexAutoIndex
Gets an Iterable<Vertex> of vertices from the associated property graph, matching the specified keys.
getElementsFromPG() - Method in class oracle.pg.text.solr.SolrVertexAutoIndex
Gets an Iterable<Vertex> of vertices from the associated property graph.
getEntityTypeAsInt(Class<T>) - Static method in class oracle.pg.text.OracleIndexManager
Gets the identifier associated to the specified index Class.
getErrorCode() - Method in class oracle.pg.common.LocalizedMessage
Returns the error code number as an String.
getFeatures() - Method in class oracle.pg.common.OracleWrapperGraph
Get the particular features of the graph implementation.
getFeatures() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the particular features of the graph implementation.
getFSOracleDirectory(String, String[]) - Static method in class oracle.pg.text.lucene.OracleDirectory
Creates an OracleDirectory object using FSDirectory for the specified number of sub-directories.
getFSOracleDirectory(String, String[], int) - Static method in class oracle.pg.text.lucene.OracleDirectory
Creates an OracleDirectory object using FSDirectory sub-directories.
getGraphName() - Method in class oracle.pg.common.OraclePropertyGraphBase
This method returns the name of this property graph instance
getGraphName() - Method in class oracle.pg.common.OracleWrapperGraph
 
getGraphName() - Method in class oracle.pg.hbase.OraclePropertyGraph
This method returns the name of this property graph instance
getGraphName() - Method in class oracle.pg.text.lucene.LuceneIndex
Get the name of the associated graph
getGraphName() - Method in interface oracle.pg.text.OracleIndex
Get the name of the associated graph
getGraphName() - Method in class oracle.pg.text.solr.SolrIndex
Get the name of the associated graph
getGraphNames(Configuration) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
List all graph names
getHexSplitsWithEndpoints(String, String, int) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Generates an array with the splits (including the endpoints) for the specified start and end keys.
getId() - Method in class oracle.pg.common.OracleWrapperElement
An identifier that is unique to its inheriting class.
getId() - Method in class oracle.pg.hbase.OracleElement
An identifier that is unique to its inheriting class.
getIndex(String, Class<T>) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets a manual index from the graph by its name and index class.
getIndexClass() - Method in class oracle.pg.text.lucene.LuceneIndex
 
getIndexClass() - Method in interface oracle.pg.text.OracleIndex
Gets the class associated to this index
getIndexClass() - Method in class oracle.pg.text.solr.SolrIndex
Gets the element class associated to this index.
getIndexedKeys(String, Class<T>) - Method in class oracle.pg.hbase.HBaseIndexManager
Gets all the keys associated to the specified auto index and stored in the index meta data table.
getIndexedKeys(Class<T>) - Method in class oracle.pg.hbase.OraclePropertyGraph
Returns all the index keys associated with a particular element class.
getIndexedKeys() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Get the keys associated to this auto index.
getIndexedKeys() - Method in interface oracle.pg.text.OracleAutoIndex
Get the keys associated to this auto index.
getIndexedKeys(String, Class<T>) - Method in class oracle.pg.text.OracleIndexManager
Gets all the keys associated to the specified auto index and stored in the index meta data table.
getIndexedKeys() - Method in class oracle.pg.text.solr.SolrAutoIndex
Get the keys associated to this auto index.
getIndexName() - Method in class oracle.pg.text.lucene.LuceneIndex
Gets the name of this index instance.
getIndexName() - Method in class oracle.pg.text.solr.SolrIndex
Gets the name of this index instance.
getIndexParameters(String, Class<T>) - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the index parameters associated to this property graph.
getIndexParameters() - Method in class oracle.pg.text.lucene.LuceneIndex
Gets the index parameters associated to this index.
getIndexParameters() - Method in class oracle.pg.text.solr.SolrIndex
Gets the index parameters utility associated to this index.
getIndices() - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets all the indices maintained by the graph.
getIndices() - Method in class oracle.pg.text.OracleIndexManager
Gets all the manual indices managed by this index manager
getInstance() - Static method in class oracle.pg.common.OracleKeyManager
A static method that returns an instance of OracleKeyManager
getInstance() - Static method in class oracle.pg.common.OraclePropertyGraphFeaturesBase
 
getInstance(OracleWrapperGraph, Long) - Static method in class oracle.pg.common.OracleWrapperEdge
Returns an instance of OracleWrapperEdge
getInstance(OracleWrapperGraph, OracleWrapperVertex, OracleWrapperVertex, String, Long) - Static method in class oracle.pg.common.OracleWrapperEdge
Returns an instance of OracleWrapperEdge
getInstance(String, String, String) - Static method in class oracle.pg.common.OracleWrapperGraph
Returns an instance of OracleWrapperGraph using the Oracle connection and graph name provided.
getInstance(OracleWrapperGraph, Long) - Static method in class oracle.pg.common.OracleWrapperVertex
Returns an instance of OracleWrapperVertex
getInstance() - Static method in class oracle.pg.common.ParametersBase
Returns a pre-created instance of a ParametersBase object.
getInstance(long) - Static method in class oracle.pg.common.SimpleLogBasedDataLoaderListenerImpl
This method returns an isntance of DataLoaderListener
getInstance(long, boolean) - Static method in class oracle.pg.common.SimpleLogBasedDataLoaderListenerImpl
This method returns an isntance of DataLoaderListener
getInstance(long) - Static method in class oracle.pg.common.SimpleLogBasedProgressListenerImpl
This method returns an isntance of ProgressListener
getInstance(OraclePropertyGraph, Long) - Static method in class oracle.pg.hbase.OracleEdge
Returns an instance of OracleEdge
getInstance(OraclePropertyGraph, Long, String) - Static method in class oracle.pg.hbase.OracleEdge
Returns an instance of OracleEdge
getInstance(OraclePropertyGraph, Long, boolean) - Static method in class oracle.pg.hbase.OracleEdge
Returns an instance of OracleEdge.
getInstance(OraclePropertyGraph, Long, String, boolean) - Static method in class oracle.pg.hbase.OracleEdge
Returns an instance of OracleEdge.
getInstance(OraclePropertyGraph, Long, boolean, boolean) - Static method in class oracle.pg.hbase.OracleEdge
Returns an instance of OracleEdge.
getInstance(OraclePropertyGraph, Long, String, boolean, boolean) - Static method in class oracle.pg.hbase.OracleEdge
Returns an instance of OracleEdge.
getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, String, Long) - Static method in class oracle.pg.hbase.OracleEdge
Returns an instance of OracleEdge
getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, String, Long, boolean) - Static method in class oracle.pg.hbase.OracleEdge
Returns an instance of OracleEdge
getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, String, Long, boolean, boolean) - Static method in class oracle.pg.hbase.OracleEdge
Returns an instance of OracleEdge
getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, Long, boolean, boolean) - Static method in class oracle.pg.hbase.OracleEdge
Returns an instance of OracleEdge
getInstance(PgHbaseGraphConfig) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using a PGX PgHbaseGraphConfig object.
getInstance(Configuration, HConnection, String) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(Configuration, HConnection, String, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(Configuration, HConnection, String, int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(Configuration, HConnection, String, int, int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(Configuration, HConnection, String, String, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(Configuration, HConnection, String, String, int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(Configuration, HConnection, String, String, int, int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(Configuration, HConnection, String, String, int, int, int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(Configuration, HConnection, String, String, DataBlockEncoding, int, int, int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance() - Static method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
Returns an instance of OraclePropertyGraphDataLoader
getInstance() - Static method in class oracle.pg.hbase.OraclePropertyGraphFeatures
Return an OraclePropertyGraphFeatures instance.
getInstance(OraclePropertyGraph, Long) - Static method in class oracle.pg.hbase.OracleVertex
Returns an instance of OracleVertex from the underlying graph
getInstance(OraclePropertyGraph, Long, boolean) - Static method in class oracle.pg.hbase.OracleVertex
Returns an instance of OracleVertex.
getInstance(OraclePropertyGraph, Long, boolean, boolean) - Static method in class oracle.pg.hbase.OracleVertex
Returns an instance of OracleVertex.
getInstance(Parameter[]) - Static method in class oracle.pg.text.lucene.LuceneIndexParameters
Creates a new OracleIndexParameters object from an initial set of parameters.
getInstance(String, Directory[]) - Static method in class oracle.pg.text.lucene.OracleDirectory
Creates an OracleDirectory object from the specified set of sub-directories.
getInstance(Parameter[]) - Static method in class oracle.pg.text.solr.SolrIndexParameters
Creates a new OracleIndexParameters object from an initial set of parameters.
getInstanceWithSplits(Configuration, HConnection, String, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided and the specified number of splits per region.
getInVertex() - Method in class oracle.pg.common.OracleWrapperEdge
This is a bit more convenient than the getVertex API that uses Direction.
getInVertex() - Method in class oracle.pg.hbase.OracleEdge
This is a bit more convenient than the getVertex API that uses Direction.
getInVertexID() - Method in class oracle.pg.hbase.OracleEdge
Return the incoming vertex Object.
getKeyValueFromLiteral(Node) - Static method in class oracle.pg.common.RDFGraph2PropertyGraphUtils
Canonicalize a literal into a standard format used by the Jena adapter for Oracle NoSQL database, A literal is canonicalized by specifying its language or its canonicalized data-type (if possible, e.g.
getLabel() - Method in class oracle.pg.common.OracleWrapperEdge
Return the label associated with the edge.
getLabel() - Method in class oracle.pg.hbase.OracleEdge
Return the label associated with the edge.
getLocale() - Method in class oracle.pg.common.LocalizedMessage
Gets the Locale that will be used to deliver this message.
getLocation() - Method in class oracle.pg.text.lucene.LuceneParameters
Gets the location(s) of the directories where the index will be stored.
getLocationsAsString() - Method in class oracle.pg.text.lucene.LuceneParameters
Gets the location of the directory associated to this index.
getLog(Class) - Static method in class oracle.pg.common.SimpleLog
 
getLuceneBlockCacheSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets the size of the block cache (in bytes) associated to the Lucene index table
getLuceneParametersFromResult(List<Parameter>, Result) - Method in class oracle.pg.hbase.HBaseIndexManager
Gets the Lucene Parameters from the Result object and adds them to the List
getLuceneTabName() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the name of the HBase table used to store index metadata in this property graph.
getLuceneWriteBufferSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the write buffer size associated to the Lucene index table
getMaxEdgeID() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get max edge ID
getMaxEdgeID(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Get max edge ID using parallel scans and the specified DOP.
getMaxEdgeID(int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the maximal edge ID using parallel scan and the specified DOP.
getMaxShardsPerNode() - Method in class oracle.pg.text.solr.SolrParameters
Gets the maximum shards per node used in the SolrCloud collection where the index will be stored.
getMaxVertexID() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get min Vertex ID
getMaxVertexID(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Get min vertex ID using parallel scans and the specified DOP.
getMaxVertexID(int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
Get min vertex ID using parallel scans and the specified DOP.
getMessage() - Method in class oracle.pg.common.LocalizedMessage
Returns the localized message using the Locale set in the setLocale() method (or the default Locale if not applicable) and substituting any parameters passed into the constructor.
getMessage() - Method in exception oracle.pg.text.OracleIndexException
Return the detail message, including the message from the nested exception if there is one.
getMinEdgeID() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get min edge ID
getMinEdgeID(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Get min edge ID using parallel scans and the specified DOP.
getMinEdgeID(int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the minimum edge ID using parallel scan and the specified DOP.
getMinVertexID() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get min Vertex ID
getMinVertexID(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Get min vertex ID using parallel scans and the specified DOP.
getMinVertexID(int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
Get min vertex ID using parallel scans and the specified DOP.
getNumberIndexedDocs() - Method in class oracle.pg.text.lucene.OracleIndexWriter
Gets the current number of documents indexed using this object
getNumConnections() - Method in class oracle.pg.text.IndexParametersBase
Gets the number of connections to use when re-indexing an index.
getNumShards() - Method in class oracle.pg.text.solr.SolrParameters
Gets the number of shards used in the SolrCloud collection where the index will be stored.
getNumSplitsPerRegion() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the number of splits per region to use when scanning vertices/edges
getNumSubDirs() - Method in class oracle.pg.text.lucene.LuceneParameters
Gets the number of directories used to store the index.
getOperationQueueSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the size of the operation queue
getOracleDirectory() - Method in class oracle.pg.text.lucene.LuceneIndex
Gets the Oracle Directory storing all index data.
getOracleIndexManager() - Method in class oracle.pg.common.OraclePropertyGraphBase
 
getOracleIndexManager() - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets the OracleIndexManager object associated to this property graph instance.
getOracleIndexParameters() - Method in class oracle.pg.text.lucene.LuceneIndex
 
getOracleIndexParameters() - Method in interface oracle.pg.text.OracleIndex
Gets the OracleIndexParameters associated to this index
getOracleIndexParameters() - Method in class oracle.pg.text.solr.SolrIndex
Gets an OracleIndexParameters wrapping the parameters associated to this index
getOracleSearcherManager(int) - Method in class oracle.pg.text.lucene.LuceneIndex
Gets the SearcherManager object that executes read operations over the index stored in the specified directory.
getOutVertex() - Method in class oracle.pg.common.OracleWrapperEdge
This is a bit more convenient than the getVertex API that uses Direction.
getOutVertex() - Method in class oracle.pg.hbase.OracleEdge
This is a bit more convenient than the getVertex API that uses Direction.
getOutVertexID() - Method in class oracle.pg.hbase.OracleEdge
Return the outgoing vertex Object.
getParameters() - Method in class oracle.pg.text.lucene.LuceneIndex
Gets the Parameters associated to this index.
getParameters() - Method in interface oracle.pg.text.OracleIndex
Gets the OracleIndexParameters associated to this index
getParameters() - Method in class oracle.pg.text.OracleIndexParameters
Gets the index parameters associated to this object.
getParameters() - Method in class oracle.pg.text.solr.SolrIndex
Gets the Parameters associated to this index.
getPartitioned(Object[], String, Object, Class, boolean, int) - Method in class oracle.pg.text.lucene.LuceneEdgeAutoIndex
Gets an array of CloseableIterable objects that hold all the edges with an attribute matching the given K/V pair.
getPartitioned(Object[], String, Object, Class, boolean, int) - Method in class oracle.pg.text.lucene.LuceneEdgeIndex
Gets an array of CloseableIterable objects that hold all the edges with an attribute matching the given K/V pair.
getPartitioned(Object[], String, Object, boolean, int) - Method in class oracle.pg.text.lucene.LuceneIndex
Gets an array of CloseableIterable objects that hold all the elements with an attribute matching the given K/V pair.
getPartitioned(Object[], String, Object, Class, boolean, int) - Method in class oracle.pg.text.lucene.LuceneIndex
Gets an array of CloseableIterable objects that hold all the elements with an attribute matching the given K/V pair.
getPartitioned(Object[], String, Object, Class, boolean, int) - Method in class oracle.pg.text.lucene.LuceneVertexAutoIndex
Gets an array of CloseableIterable objects that hold all the vertexs with an attribute matching the given K/V pair.
getPartitioned(Object[], String, Object, Class, boolean, int) - Method in class oracle.pg.text.lucene.LuceneVertexIndex
Gets an array of CloseableIterable objects that hold all the edges with an attribute matching the given K/V pair.
getPartitioned(Object[], String, Object, boolean, int) - Method in interface oracle.pg.text.OracleIndex
Gets an array of CloseableIterable objects that hold all the elements with an attribute matching the given K/V pair.
getPartitioned(Object[], String, Object, Class, boolean, int) - Method in interface oracle.pg.text.OracleIndex
Gets an array of CloseableIterable objects that hold all the elements with an attribute matching the given K/V pair.
getPartitioned(Object[], String, Object, Class, boolean, int) - Method in class oracle.pg.text.solr.SolrEdgeAutoIndex
Gets an array of CloseableIterable objects that hold all the elements with an attribute matching the given K/V pair.
getPartitioned(Object[], String, Object, Class, boolean, int) - Method in class oracle.pg.text.solr.SolrEdgeIndex
Gets an array of CloseableIterable objects that hold all the elements with an attribute matching the given K/V pair.
getPartitioned(Object[], String, Object, Class, boolean, int) - Method in class oracle.pg.text.solr.SolrIndex
Gets an array of CloseableIterable objects that hold all the elements with an attribute matching the given K/V pair.
getPartitioned(Object[], String, Object, boolean, int) - Method in class oracle.pg.text.solr.SolrIndex
Gets an array of CloseableIterable objects that hold all the elements with an attribute matching the given K/V pair.
getPartitioned(Object[], String, Object, Class, boolean, int) - Method in class oracle.pg.text.solr.SolrVertexAutoIndex
Gets an array of CloseableIterable objects that hold all the elements with an attribute matching the given K/V pair.
getPartitioned(Object[], String, Object, Class, boolean, int) - Method in class oracle.pg.text.solr.SolrVertexIndex
Gets an array of CloseableIterable objects that hold all the elements with an attribute matching the given K/V pair.
getPartitionsNumber() - Method in class oracle.pg.hbase.index.lucene.HBaseLuceneEdgeAutoIndex
Gets the number of partitions of the edges table for the associated property graph.
getPartitionsNumber() - Method in class oracle.pg.hbase.index.lucene.HBaseLuceneVertexAutoIndex
Gets the number of partitions of the vertex table for the associated property graph.
getPartitionsNumber() - Method in class oracle.pg.hbase.index.solr.HBaseSolrEdgeAutoIndex
Gets the number of partitions of the edges table for the associated property graph.
getPartitionsNumber() - Method in class oracle.pg.hbase.index.solr.HBaseSolrVertexAutoIndex
Gets the number of partitions of the vertex table for the associated property graph.
getPartitionsNumber() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Gets the number of partitions (or splits) of the element's table for the associated property graph.
getPartitionsNumber() - Method in interface oracle.pg.text.OracleAutoIndex
Gets the number of partitions (or splits) of the element's table for the associated property graph.
getProgressListener() - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets the ProgressListener associated to this property graph.
getProperty(String) - Method in class oracle.pg.common.OracleWrapperElement
Return the object value associated with the provided string key.
getProperty(String) - Method in class oracle.pg.hbase.OracleElement
Return the object value associated with the provided string key.
getPropertyGraph() - Method in class oracle.pg.hbase.OracleElement
Gets the property graph instance associated to this vertex
getPropertyGraph() - Method in class oracle.pg.hbase.OracleElementIteratorImpl
Get the associated property graph
getPropertyKeys() - Method in class oracle.pg.common.OracleWrapperElement
Return all the keys associated with the element.
getPropertyKeys() - Method in class oracle.pg.hbase.OracleElement
Return all the keys associated with the element.
getPWithNSPrefix(Node, Map<String, String>) - Static method in class oracle.pg.common.RDFGraph2PropertyGraphUtils
 
getQueueSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
This method returns the queue size.
getReplicationFactor() - Method in class oracle.pg.text.solr.SolrParameters
Gets the replication factor used in the SolrCloud collection where the index will be stored.
getSaltSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets the salt size
getScanCachingSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the caching size used in Scan operations
getSearcherFactory() - Method in class oracle.pg.text.lucene.LuceneIndex
Gets the searcher factory associated to this index
getSearcherManager(Directory, SearcherFactory) - Static method in class oracle.pg.text.lucene.LuceneIndexUtils
Gets the SearcherManager object that executes read operations over the index stored in the specified directory.
getSecondaryIndexNumBuckets() - Method in class oracle.pg.hbase.OraclePropertyGraph
Return the number of buckets used to store secondary index data into the vertex/edge secondary index tables
getShardsNames() - Method in class oracle.pg.text.solr.SolrIndex
Gets the list of shards' names used for this SolrCloud index
getShortestPath(PgxGraph, Vertex, Vertex, String, List<Double>) - Method in class oracle.pg.common.OraclePropertyGraphBase
This method finds a shortest path.
getShortestPath(PgxGraph, Long, Long, String, List<Double>) - Method in class oracle.pg.common.OraclePropertyGraphBase
This method finds a shortest path.
getSolrNodeSet() - Method in class oracle.pg.text.solr.SolrParameters
Gets the node set used to store the SolrCloud collection.
getSolrParametersFromResult(List<Parameter>, Result) - Method in class oracle.pg.hbase.HBaseIndexManager
Gets the Solr Parameters from the Result object and adds them to the List
getSolrServerUrl() - Method in class oracle.pg.text.solr.SolrParameters
Gets the SolrCloud server URL used to connect to the Apache SolR Cloud service.
getSubDirectory(int) - Method in class oracle.pg.text.lucene.OracleDirectory
Gets the Directory object associated to the specified sub-directory.
getTotalShards() - Method in class oracle.pg.text.lucene.LuceneIndex
Gets the number of shards (sub-directories) in this index.
getTotalShards() - Method in interface oracle.pg.text.OracleIndex
Gets the number of shards (directories) in this index
getTotalShards() - Method in class oracle.pg.text.solr.SolrIndex
Gets the number of shards (directories) in this index
getTotalShards(CloudSolrServer) - Method in class oracle.pg.text.solr.SolrIndex
Gets the number of shards (directories) in this index
getUseWildcards() - Method in class oracle.pg.common.ParametersBase
Validates if wild cards are enabled when executing queries based on a key value pair.
getVersion(String) - Static method in class oracle.pg.text.lucene.LuceneIndexParameters
 
getVersion() - Method in class oracle.pg.text.lucene.LuceneParameters
Gets the Lucene Version to use for indexes.
getVertex(Direction) - Method in class oracle.pg.common.OracleWrapperEdge
Return the tail/out or head/in vertex.
getVertex(Object) - Method in class oracle.pg.common.OracleWrapperGraph
Return the vertex referenced by the object identifier.
getVertex(Direction) - Method in class oracle.pg.hbase.OracleEdge
Return the tail/out or head/in vertex.
getVertex(Object) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return the vertex referenced by the object identifier.
getVertexAutoIndexer(Parameter...) - Method in class oracle.pg.text.OracleIndexManager
Gets the vertex automatic index associated to this property graph if enabled.
getVertexAutoIndexName() - Method in class oracle.pg.text.OracleIndexManager
Gets the name used for the vertex auto index.
getVertexBlockCacheSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets the size of the block cache (in bytes) associated to the vertex table
getVertexFileName() - Method in class oracle.pg.common.OracleWrapperGraph
 
getVertexFilterCallback() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the VertexFilterCallback associated to this property graph
getVertexIndex(String) - Method in class oracle.pg.text.OracleIndexManager
Gets the manual vertex index associated to the specified index name
getVertexInitialNumRegions() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the initial number of regions defined for the HBase Vertex tables associated to this property graph.
getVertexInstance(Long, boolean, boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
 
getVertexInstance(Long, boolean, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Returns an instance of OracleVertexBase.
getVertexPropertyNames(int, int, List<String>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the property names of all vertices.
getVertexPropertyNames(int, int, List<String>, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the property names of all vertices using ParallelScanners and the specified DOP.
getVertexPropertyNames(int, int, Set<String>) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets the property names of all vertices using parallel scans and the specified DOP.
getVertexPropertyNames(int, int, Set<String>, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets the property names of all vertices using parallel scans and the specified DOP.
getVertexPropertyNamesPartitioned(HConnection[], Set<String>, long, long, int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
The splits are determined by # of regions & m_iNumSplitsPerRegion.
getVertexSndIndexBlockCacheSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets the size of the block cache (in bytes) associated to the secondary index vertex table
getVertexSndIndexTabName() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the name of the HBase table used to store secondary indexes on vertices in this property graph.
getVertexSndIndexWriteBufferSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the write buffer size associated to the vertex secondary index table
getVertexTableSplits() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the number of Vertex table splits based on the current number of splits per region associated to this graph and the number of regions in the vertex table.
getVertexTabName() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the name of the HBase table used to store vertices in this property graph.
getVertexWriteBufferSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the write buffer size associated to the vertex table
getVertices(String) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all the vertices in the graph that have a particular key.
getVertices(String[]) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all the vertices in the graph that have any of the specified keys.
getVertices(String, Object, boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all matching vertices that have a particular key/value property.
getVertices(String, Object, Class, boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all matching vertices that have a particular key/value property.
getVertices() - Method in class oracle.pg.common.OracleWrapperGraph
Return an iterable to all the vertices in the graph.
getVertices(String, Object) - Method in class oracle.pg.common.OracleWrapperGraph
Return an iterable to all the vertices in the graph that have a particular key/value property.
getVertices(Direction, String...) - Method in class oracle.pg.common.OracleWrapperVertex
Return the vertices adjacent to the vertex according to the prDVIDed direction and edge labels.
getVertices() - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all the vertices in the graph.
getVertices(String) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all the vertices in the graph that have a particular key.
getVertices(String[]) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all the vertices in the graph that have any of the specified keys.
getVertices(String[], VertexFilterCallback) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all the vertices in the graph that have any of the specified keys and satisfy the specifed vertex filter callback.
getVertices(String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all the vertices in the graph that have any of the specified keys and satisfy the specifed vertex filter callback.
getVertices(String, Object) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all matching vertices that have a particular key/value property.
getVertices(String, Object, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all matching vertices that have a particular key/value property.
getVertices(String, Object, Class, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all matching vertices that have a particular key/value property.
getVertices(String, Object, boolean, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all matching vertices that have a particular key/value property.
getVertices(String, Object, Class, boolean, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all matching vertices that have a particular key/value property.
getVertices(Direction, String...) - Method in class oracle.pg.hbase.OracleVertex
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
getVertices(Direction, OraclePropertyGraphBase.OptimizationFlag, String...) - Method in class oracle.pg.hbase.OracleVertex
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
getVerticesFromKey(HConnection[], boolean, int, String[]) - Method in class oracle.pg.hbase.OraclePropertyGraph
Return an iterable to all the vertices in the graph that have a particular key/value property.
getVerticesPartitioned(HConnection[], boolean, int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph.
getVerticesPartitioned(HConnection[], boolean, int, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph.
getVerticesPartitioned(HConnection[], boolean, int, VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph statisfying the conditions described in the vertex filter callback.
getVerticesPartitioned(HConnection[], boolean, int, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph.
getVerticesPartitioned(HConnection[], boolean, int, String) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph matching the specified key.
getVerticesPartitioned(HConnection[], boolean, int, String, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph matching the specified key.
getVerticesPartitioned(HConnection[], boolean, int, String[]) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph matching any of the specifed keys described in the vertex filter callback.
getVerticesPartitioned(HConnection[], boolean, int, String[], boolean, VertexFilterCallback) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph statisfying the conditions described in the vertex filter callback.
getVerticesPartitioned(HConnection[], boolean, int, String[], boolean, VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph statisfying the conditions described in the vertex filter callback.
getWriteBufferSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
Get the write buffer size associated to the vertex table
getWriteTimeout() - Method in class oracle.pg.text.IndexParametersBase
Gets the timeout (in seconds) used to wait for a write lock when writing on the index.
getZkTimeout() - Method in class oracle.pg.text.solr.SolrParameters
Gets the Zookeeper timeout (in seconds) used for Apache SolR connections

H

handleGZipInputStream(InputStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Handle a GZIPInputStream.
hasFilterRow() - Method in class oracle.pg.hbase.OracleKeyFilter
Check if this filter allows to filter a row
hasFilterRow() - Method in class oracle.pg.hbase.OracleValueFilter
 
hashCode() - Method in class oracle.pg.hbase.OracleEdge
This method returns the hash code
hashCode() - Method in class oracle.pg.hbase.OracleVertex
This method returns the hash code
hasNext() - Method in class oracle.pg.hbase.OracleAdjacentEdgeIteratorImpl
Return true if there are one or more elements in this iterator.
hasNext() - Method in class oracle.pg.hbase.OracleAdjacentVertexIteratorImpl
Return true if there are one or more elements in this iterator.
hasNext() - Method in class oracle.pg.hbase.OracleCommonIteratorImpl
Return true if there are one or more elements in this iterator.
hasNext() - Method in class oracle.pg.hbase.OracleEdgeFilterIteratorImpl
Return true if there are one or more elements in this iterator.
hasNext() - Method in class oracle.pg.hbase.OracleVertexFilterIteratorImpl
Return true if there are one or more elements in this iterator.
HBaseIndexManager - Class in oracle.pg.hbase
A single point for accessing all vertex and edge indices of a specific OraclePropertyGraph object.
HBaseIndexManager(OraclePropertyGraph) - Constructor for class oracle.pg.hbase.HBaseIndexManager
Creates a new HBaseIndexManager object, handling all Lucene indexes of the specified property graph.
HBaseLuceneEdgeAutoIndex - Class in oracle.pg.hbase.index.lucene
This class extends LuceneEdgeAutoIndex to handle an automatic index on Edge objects over an Apache HBase backend.
HBaseLuceneEdgeAutoIndex(String, OraclePropertyGraph, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.hbase.index.lucene.HBaseLuceneEdgeAutoIndex
Constructs a new HBaseLuceneEdgeAutoIndex object.
HBaseLuceneVertexAutoIndex - Class in oracle.pg.hbase.index.lucene
This class extends LuceneVertexAutoIndex to handle an automatic index on Vertex objects over an Apache HBase backend
HBaseLuceneVertexAutoIndex(String, OraclePropertyGraph, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.hbase.index.lucene.HBaseLuceneVertexAutoIndex
Constructs a new HBaseLuceneVertexAutoIndex object.
HBaseSolrEdgeAutoIndex - Class in oracle.pg.hbase.index.solr
This class extends SolrEdgeAutoIndex to handle an automatic index on Edge objects over an Apache HBase backend
HBaseSolrEdgeAutoIndex(String, OraclePropertyGraph, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.hbase.index.solr.HBaseSolrEdgeAutoIndex
Constructs a new HBaseSolrEdgeAutoIndex object.
HBaseSolrVertexAutoIndex - Class in oracle.pg.hbase.index.solr
This class extends SolrVertexAutoIndex to handle an automatic index on Vertex objects over an Apache HBase backend
HBaseSolrVertexAutoIndex(String, OraclePropertyGraph, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.hbase.index.solr.HBaseSolrVertexAutoIndex
Constructs a new HBaseSolrVertexAutoIndex object.

I

importGML(OraclePropertyGraph, String, PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Imports all vertices/edges from the specified file in GML format into the specified property graph.
importGML(OraclePropertyGraph, InputStream, PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Imports all vertices/edges from the input stream in GML format into the specified property graph.
importGraphML(OraclePropertyGraph, String, PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Imports all vertices/edges from the specified file in GraphGML format into the specified property graph.
importGraphML(OraclePropertyGraph, InputStream, PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Imports all vertices/edges from the input stream in GraphGML format into the specified property graph.
importGraphSON(OraclePropertyGraph, String, PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Imports all vertices/edges from the specified file in GraphSON format into the specified property graph.
importGraphSON(OraclePropertyGraph, InputStream, PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Imports all vertices/edges from the input stream in GraphSON format into the specified property graph.
indexAlreadyExists(String, Class<T>) - Method in class oracle.pg.text.OracleIndexManager
Verifies if the index with the specified name already exists for this property graph.
indexElements() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Index elements in a property graph with respect to the current indexed keys.
indexElements() - Method in interface oracle.pg.text.OracleAutoIndex
Index elements in a property graph with respect to the current indexed keys.
indexElements() - Method in class oracle.pg.text.solr.SolrAutoIndex
Index elements in a property graph with respect to the current indexed keys.
indexElementsPartitioned() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Index elements in a property graph with respect to the current indexed keys using getElementsPartitioned APIs.
indexElementsPartitioned() - Method in interface oracle.pg.text.OracleAutoIndex
Index elements in a property graph with respect to the current indexed keys using getElementsPartitioned APIs.
indexElementsPartitioned() - Method in class oracle.pg.text.solr.SolrAutoIndex
Index elements in a property graph with respect to the current indexed keys using getPartitioned APIs.
IndexParametersBase - Class in oracle.pg.text
This class manages the parameters and utilities for text indexes
info(Object, Object) - Method in class oracle.pg.common.SimpleLog
 
info(Object) - Method in class oracle.pg.common.SimpleLog
 
info(Object, Throwable) - Method in class oracle.pg.common.SimpleLog
 
INFO_EMP_K_NO_P_VAL - Static variable in interface oracle.pg.common.MesgConsts
 
INFO_NUL_K_NO_P_VAL - Static variable in interface oracle.pg.common.MesgConsts
 
isAutoIndex() - Method in class oracle.pg.text.lucene.LuceneIndex
Returns true if this is an auto index
isCommitRequired() - Method in class oracle.pg.text.lucene.OracleIndexWriter
Verifies if a commit of the index is required as the number of documents indexed matches the commit size
isDataUncommited() - Method in class oracle.pg.text.lucene.OracleIndexWriter
Verifies if there are documents that have not been commited
isDebugEnabled() - Method in class oracle.pg.common.SimpleLog
Returns true if DEBUG level logging is enabled.
isDelBatchEmpty() - Method in class oracle.pg.text.lucene.LuceneIndex
Verifies if the deletes batch associated to this index is empty.
isDelBatchEmpty() - Method in interface oracle.pg.text.OracleIndex
Verifies if the deletes batch associated to this index is empty.
isDelBatchEmpty() - Method in class oracle.pg.text.solr.SolrIndex
Verifies if the deletes batch associated to this index is empty.
isDelBatchFull() - Method in class oracle.pg.text.lucene.LuceneIndex
Verifies if the deletes batch associated to this index is full.
isDelBatchFull() - Method in interface oracle.pg.text.OracleIndex
Verifies if the deletes batch associated to this index is full.
isDelBatchFull() - Method in class oracle.pg.text.solr.SolrIndex
Verifies if the deletes batch associated to this index is full.
isEdgeAutoIndexEnabled(String) - Method in class oracle.pg.hbase.OraclePropertyGraph
Validates if the edge auto index is currently enabled
isEdgeAutoIndexerEnabled() - Method in class oracle.pg.text.OracleIndexManager
Verifies if the edge auto indexer is enabled.
isEmpty() - Method in class oracle.pg.hbase.OraclePropertyGraph
Checks if this property graph is empty
isErrorEnabled() - Method in class oracle.pg.common.SimpleLog
 
isFatalEnabled() - Method in class oracle.pg.common.SimpleLog
Returns true if FATAL level logging is enabled.
isInfoEnabled() - Method in class oracle.pg.common.SimpleLog
Returns true if INFO level logging is enabled.
isPartial() - Method in class oracle.pg.common.OracleWrapperElement
Returns TRUE if this object is partially constructured.
isPartial() - Method in class oracle.pg.hbase.OracleElement
Returns TRUE if this object is partially constructed.
isSuperVerboseOn() - Method in class oracle.pg.common.ParametersBase
 
isUpdatesBatchEmpty() - Method in class oracle.pg.text.lucene.LuceneIndex
Verifies if the updates batch associated to this index is empty.
isUpdatesBatchEmpty() - Method in interface oracle.pg.text.OracleIndex
Verifies if the updates batch associated to this index is empty.
isUpdatesBatchEmpty() - Method in class oracle.pg.text.solr.SolrIndex
Verifies if the updates batch associated to this index is empty.
isUpdatesBatchFull() - Method in class oracle.pg.text.lucene.LuceneIndex
Verifies if the updates batch associated to this index is full.
isUpdatesBatchFull() - Method in interface oracle.pg.text.OracleIndex
Verifies if the updates batch associated to this index is full.
isUpdatesBatchFull() - Method in class oracle.pg.text.solr.SolrIndex
Verifies if the updates batch associated to this index is full.
isVertexAutoIndexEnabled(String) - Method in class oracle.pg.hbase.OraclePropertyGraph
Validates if the vertex auto index is currently enabled
isVertexAutoIndexerEnabled() - Method in class oracle.pg.text.OracleIndexManager
Verifies if the vertex auto indexer is enabled.
isWarnEnabled() - Method in class oracle.pg.common.SimpleLog
Returns true if WARN level logging is enabled.
iterator() - Method in class oracle.pg.hbase.OracleAdjacentEdgeIterableImpl
This method returns an iterator of OracleEdge objects
iterator() - Method in class oracle.pg.hbase.OracleAdjacentVertexIterableImpl
This method returns an iterator of OracleVertex objects
iterator() - Method in class oracle.pg.hbase.OracleEdgeFilterIterableImpl
This method returns an iterator of OracleEdge objects
iterator() - Method in class oracle.pg.hbase.OracleEdgeIterableImpl
This method returns an iterator of OracleEdge objects
iterator() - Method in class oracle.pg.hbase.OracleSndIndexEdgeIterableImpl
This method returns an iterator of OracleEdge objects
iterator() - Method in class oracle.pg.hbase.OracleSndIndexVertexIterableImpl
This method returns an iterator of OracleVertex objects
iterator() - Method in class oracle.pg.hbase.OracleVertexFilterIterableImpl
This method returns an iterator of OracleVertex objects
iterator() - Method in class oracle.pg.hbase.OracleVertexIterableImpl
This method returns an iterator of OracleVertex objects

K

keepEdge(OracleEdgeBase) - Method in interface oracle.pg.common.EdgeFilterCallback
Returns true if the given edge is to be kept( implying that it satisfies all conditions specified in this method).
keepVertex(OracleVertexBase) - Method in interface oracle.pg.common.VertexFilterCallback
Returns true if the given vertex is to be kept ( implying that it satisfies all conditions specified in this method).

L

listify(Iterable<E>) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
This method converts a given Iterable instance to a List object.
load() - Method in class oracle.pg.common.OracleWrapperGraph
A function to load graph from flat files to Oracle DB
loadData(OraclePropertyGraph, String, String, int) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], int) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, int) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], int) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, int, int, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], int, int, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, int, int, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], int, int, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, long, long, long, long, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], long, long, long, long, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, long, long, long, long, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], long, long, long, long, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, long, long, long, long, int, int, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], long, long, long, long, int, int, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, long, long, long, long, int, int, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], long, long, long, long, int, int, int, DataLoaderListener) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadIndexedKeys() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Gets a list of all the indexed keys used for this automatic index.
loadIndexedKeys() - Method in interface oracle.pg.text.OracleAutoIndex
Gets a list of all the indexed keys used for this automatic index.
loadIndexedKeys() - Method in class oracle.pg.text.solr.SolrAutoIndex
Gets all the indices associated to this property graph and defined in the index meta data table.
loadMappingsFromConfigurationFile() - Static method in class oracle.pg.common.RDFGraph2PropertyGraphUtils
 
LocalizedMessage - Class in oracle.pg.common
This class represents a message which may be localized based on a Java Locale and may additionally be parameterized by substituting values for certain patterns in the source string.
LocalizedMessage(String) - Constructor for class oracle.pg.common.LocalizedMessage
Constructor for error code and non-parameterized message.
LocalizedMessage(String, Object) - Constructor for class oracle.pg.common.LocalizedMessage
Constructor for error code and one-parameter message.
LocalizedMessage(String, Object, Object) - Constructor for class oracle.pg.common.LocalizedMessage
Constructor for error code and two-parameter message.
LocalizedMessage(String, Object, Object, Object) - Constructor for class oracle.pg.common.LocalizedMessage
Constructor for error code and three-parameter message.
LocalizedMessage(String, Object[]) - Constructor for class oracle.pg.common.LocalizedMessage
Constructor for error code and many-parameter message.
LOCATION_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
 
LUCENE_DIRECTORY_TYPE_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
 
LUCENE_ENGINE - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the usage of a Lucene search engine
LuceneAutoIndex<T extends Element> - Class in oracle.pg.text.lucene
This class extends LuceneIndex implements the OracleAutoIndex interface to handle text search and text indexing using Apache Lucene.
LuceneAutoIndex(String, Class<T>, OraclePropertyGraphBase, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.text.lucene.LuceneAutoIndex
Constructs a new LuceneAutoIndex object.
LuceneEdgeAutoIndex - Class in oracle.pg.text.lucene
This class extends the functions defined in LuceneAutoIndex to handle an automatic index on edges.
LuceneEdgeAutoIndex(String, OraclePropertyGraphBase, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.text.lucene.LuceneEdgeAutoIndex
Constructs a new LuceneEdgeAutoIndex object.
LuceneEdgeIndex - Class in oracle.pg.text.lucene
This class extends the functions defined in LuceneIndex.
LuceneEdgeIndex(String, OraclePropertyGraphBase, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.text.lucene.LuceneEdgeIndex
Constructs a new LuceneEdgeIndex object.
LuceneIndex<T extends Element> - Class in oracle.pg.text.lucene
An abstract class implementing the Blueprints Index interface.
LuceneIndex(String, Class<T>, OraclePropertyGraphBase, Parameter[], boolean) - Constructor for class oracle.pg.text.lucene.LuceneIndex
Constructs a new LuceneIndex object.
LuceneIndexParameters - Class in oracle.pg.text.lucene
This class manages relevant parameters for text indexing.
LuceneIndexParameters() - Constructor for class oracle.pg.text.lucene.LuceneIndexParameters
Creates a new OracleIndexParameters object.
LuceneIndexParameters(Parameter[]) - Constructor for class oracle.pg.text.lucene.LuceneIndexParameters
Creates a new OracleIndexParams object from an initial set of parameters.
LuceneIndexParameters(List<Parameter>) - Constructor for class oracle.pg.text.lucene.LuceneIndexParameters
Creates a new OracleIndexParams object from an initial set of parameters.
LuceneIndexUtils - Class in oracle.pg.text.lucene
This class contains a set of utilities to handle text search and text indexes
LuceneIndexUtils() - Constructor for class oracle.pg.text.lucene.LuceneIndexUtils
 
LuceneParameters - Class in oracle.pg.text.lucene
This class manages the parameters and utilties for Lucene index directories
LuceneVertexAutoIndex - Class in oracle.pg.text.lucene
This class extends the functions defined in LuceneAutoIndex to handle an automatic index on vertices.
LuceneVertexAutoIndex(String, OraclePropertyGraphBase, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.text.lucene.LuceneVertexAutoIndex
Constructs a new LuceneVertexAutoIndex object.
LuceneVertexIndex - Class in oracle.pg.text.lucene
This class extends the functions defined in OracleIndex.
LuceneVertexIndex(String, OraclePropertyGraphBase, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.text.lucene.LuceneVertexIndex
Constructs a new LuceneVertexIndex object.

M

main(String[]) - Static method in class oracle.pg.common.RDFDataset2PropertyGraph
 
main(String[]) - Static method in class oracle.pg.hbase.Console
Main entrance
MAX_BATCH - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the maximum batch size allowed
MAX_COMMIT - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the maximum commit size allowed
MAX_COMMIT_BATCH - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the maximum commit size allowed
MAX_CONNS - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the maximum number of connections to the property graph used when indexing data
MAX_NUM_SHARDS - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the maximum number of shards per node allowed in the SolrCloud collection
MAX_NUM_SUBDIRS - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
 
MAX_REP_FACTOR - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the maximum replication factor used in the SolrCloud collection.
MAX_SHARDS - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the maximum number of shards allowed in the SolrCloud collection.
MAX_SHARDS_PER_NODE_PARAMETER - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the maximum shards per node used in the SolrCloud collection.
MAX_WAIT_TIMEOUT - Static variable in class oracle.pg.text.OracleIndexParameters
This constant the maximum write timeout to wait when retrying a write operation
MesgConsts - Interface in oracle.pg.common
This interface defines the message constants.
Message - Class in oracle.pg.common
This class represents a LocalizedMessage which is bound to the oracle.pg.common.Messages family of resources.
Message(String) - Constructor for class oracle.pg.common.Message
Constructor for error code and non-parameterized message.
Message(String, Object) - Constructor for class oracle.pg.common.Message
Constructor for error code and one-parameter message.
Message(String, Object, Object) - Constructor for class oracle.pg.common.Message
Constructor for error code and two-parameter message.
Message(String, Object, Object, Object) - Constructor for class oracle.pg.common.Message
Constructor for error code and three-parameter message.
Message(String, Object[]) - Constructor for class oracle.pg.common.Message
Constructor for error code and many-parameter message.
Messages - Class in oracle.pg.common
This class contains the original message strings in English.
Messages() - Constructor for class oracle.pg.common.Messages
 
Messages_es - Class in oracle.pg.common
This class contains the original message strings in Spanish.
Messages_es() - Constructor for class oracle.pg.common.Messages_es
 
MSG_ERR_ID_CANNOT_BE_NULL - Static variable in class oracle.pg.common.Message
 
MSG_ERR_NO_ELEM_TO_BE_CONSUMED - Static variable in class oracle.pg.hbase.OracleVertexIteratorImpl
 

N

needOp(OracleEdgeBase) - Method in interface oracle.pg.common.EdgeOpCallback
Returns true if an operation against the input edge is required
needOp(OracleVertexBase) - Method in interface oracle.pg.common.VertexOpCallback
Returns true if an operation against the input vertex is required
next() - Method in class oracle.pg.hbase.OracleAdjacentEdgeIteratorImpl
Return next element found in this iterator.
next() - Method in class oracle.pg.hbase.OracleAdjacentVertexIteratorImpl
Return next element found in this iterator.
next() - Method in class oracle.pg.hbase.OracleEdgeFilterIteratorImpl
Returns the next element.
next() - Method in class oracle.pg.hbase.OracleEdgeIteratorImpl
Returns the next element.
next() - Method in class oracle.pg.hbase.OracleSndIndexEdgeIteratorImpl
Return next element found in this iterator.
next() - Method in class oracle.pg.hbase.OracleSndIndexVertexIteratorImpl
Return next element found in this iterator.
next() - Method in class oracle.pg.hbase.OracleVertexFilterIteratorImpl
Returns the next element.
next() - Method in class oracle.pg.hbase.OracleVertexIteratorImpl
Returns the next element
normalizeKey(String) - Method in class oracle.pg.common.OracleKeyManager
Normalize a given key in string format.
NUM_SHARDS_PARAMETER - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the number of shards used in the SolrCloud collection.
NUM_SUBDIRS_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
 

O

oracle.pg.common - package oracle.pg.common
This package contains the common logic that is shared by all the backend databases including Oracle NoSQL Database and Apache HBase.
oracle.pg.hbase - package oracle.pg.hbase
This package contains the logic specific to the property graph support on Apache HBase.
oracle.pg.hbase.index.lucene - package oracle.pg.hbase.index.lucene
This package contains the logic specific to the text indexing and text search using Apache Lucene for property graph support on Apache HBase.
oracle.pg.hbase.index.solr - package oracle.pg.hbase.index.solr
This package contains the logic specific to the text indexing and text search using SolrCloud for property graph support on Apache HBase.
oracle.pg.text - package oracle.pg.text
This package contains the logic for handling text search and text indexing.
oracle.pg.text.lucene - package oracle.pg.text.lucene
This package contains the logic for handling text search and text indexing using Apache Lucene.
oracle.pg.text.solr - package oracle.pg.text.solr
This package contains the logic for handling text search and text indexing using SolrCloud.
OracleAdjacentEdgeIterableImpl - Class in oracle.pg.hbase
This class implements the Iterable interface for adjacent edges
OracleAdjacentEdgeIteratorImpl - Class in oracle.pg.hbase
This class implements the Iterator interface for adjacent edges
OracleAdjacentElementsFilter - Class in oracle.pg.hbase
This class extends HBase CompareFilter to filter cells based on a specified qualifier and having a qualifier length greater than 0.
OracleAdjacentElementsFilter(CompareFilter.CompareOp, ByteArrayComparable) - Constructor for class oracle.pg.hbase.OracleAdjacentElementsFilter
Creates a new instance of an OracleAdjacentElementsFilter used in getVertices/getEdges operations.
OracleAdjacentVertexIterableImpl - Class in oracle.pg.hbase
This class implements the Iterable interface for adjacent vertices.
OracleAdjacentVertexIteratorImpl - Class in oracle.pg.hbase
This class implements the Iterator interface for adjacent vertices.
OracleAnalyzer - Class in oracle.pg.text.lucene
This class extends Lucene's Analyzer and it has Oracle's specific customizations.
OracleAnalyzer(Version) - Constructor for class oracle.pg.text.lucene.OracleAnalyzer
Creates a new OracleAnalyzer object.
OracleAnalyzer(Version, CharArraySet) - Constructor for class oracle.pg.text.lucene.OracleAnalyzer
Creates a new OracleAnalyzer object.
OracleAnalyzer(Version, int, int, boolean, boolean) - Constructor for class oracle.pg.text.lucene.OracleAnalyzer
Creates a new OracleAnalyzer object.
OracleAnalyzer(Version, CharArraySet, int, int, boolean, boolean) - Constructor for class oracle.pg.text.lucene.OracleAnalyzer
Creates a new OracleAnalyzer object.
OracleAutoIndex<T extends Element> - Interface in oracle.pg.text
An interface that extends the functions defined in OracleIndex to provide manage an automatic index.
OracleCommonIteratorImpl - Class in oracle.pg.hbase
This class implements a common Iterator interface for iterating through elements as well as changes.
OracleCommonUtils - Class in oracle.pg.common
This class defines common utility functions that can be used across multiple backends
OracleCommonUtils() - Constructor for class oracle.pg.common.OracleCommonUtils
 
OracleDirectory - Class in oracle.pg.text.lucene
This class manages Lucene Directory objects.
OracleDirectory(String, Directory[]) - Constructor for class oracle.pg.text.lucene.OracleDirectory
Constructs an OracleDirectory object.
OracleDirectory(String, OracleDirectory.DirectoryType, String[], int) - Constructor for class oracle.pg.text.lucene.OracleDirectory
Constructs an OracleDirectory object.
OracleDirectory.DirectoryType - Enum in oracle.pg.text.lucene
It denotes the type of directories for storing Lucene indexes.
OracleEdge - Class in oracle.pg.hbase
This class implements the Blueprints Edge and Element interfaces on top of the Apache HBase database.
OracleEdgeBase - Interface in oracle.pg.common
This class implements the Blueprints Edge and Edge interface by using one of the supported backend database.
OracleEdgeFilterIterableImpl - Class in oracle.pg.hbase
This class implements the Iterable interface for filtered edges.
OracleEdgeFilterIteratorImpl - Class in oracle.pg.hbase
This class implements the Iterator interface for filtered edges.
OracleEdgeIterableImpl - Class in oracle.pg.hbase
This class implements the Iterable interface for edge
OracleEdgeIteratorImpl - Class in oracle.pg.hbase
This class implements the Iterator interface for edges.
OracleElement - Class in oracle.pg.hbase
This class implements the Blueprints Element interface by using an Apache HBase back-end.
OracleElement() - Constructor for class oracle.pg.hbase.OracleElement
 
OracleElementBase - Interface in oracle.pg.common
This class implements the Blueprints Element interface on top of a supported backend database.
OracleElementIteratorImpl - Class in oracle.pg.hbase
This class implements the Iterator interface for elements (vertices and edges).
OracleIndex<T extends Element> - Interface in oracle.pg.text
An interface extending the Blueprints Index interface.
OracleIndexException - Exception in oracle.pg.text
A nestable checked index exception.
OracleIndexException(String) - Constructor for exception oracle.pg.text.OracleIndexException
Construct a OracleIndexException with the specified detail message.
OracleIndexException(String, Throwable) - Constructor for exception oracle.pg.text.OracleIndexException
Construct a OracleIndexException with the specified detail message and nested exception.
OracleIndexManager - Class in oracle.pg.text
A single point for managing/accessing all vertex and edge indices of a specific OraclePropertyGraphBase object.
OracleIndexManager(OraclePropertyGraphBase) - Constructor for class oracle.pg.text.OracleIndexManager
Creates a new OracleIndexManager object, handling external indexes associated to the specified property graph.
OracleIndexParameters - Class in oracle.pg.text
This class manages relevant parameters for text indexing.
OracleIndexParameters() - Constructor for class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object.
OracleIndexParameters(Parameter[]) - Constructor for class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object from an initial set of parameters.
OracleIndexParameters(List<Parameter>) - Constructor for class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object from an initial set of parameters.
OracleIndexWriter - Class in oracle.pg.text.lucene
This class extends Lucene IndexWriter.
OracleIndexWriter(Directory, IndexWriterConfig) - Constructor for class oracle.pg.text.lucene.OracleIndexWriter
Creates a new OracleIndexWriter from a given directory and configuration
OracleIndexWriter(Directory, IndexWriterConfig, int) - Constructor for class oracle.pg.text.lucene.OracleIndexWriter
Creates a new OracleIndexWriter from a given directory and configuration
OracleKeyFilter - Class in oracle.pg.hbase
This class extends the HBase CompareFilter to filter rows based on a specified key qualifier comparator and having a qualifier length greater than 0.
OracleKeyFilter(CompareFilter.CompareOp, ByteArrayComparable) - Constructor for class oracle.pg.hbase.OracleKeyFilter
Creates a new instance of an OracleKeyFilter used in getVertices/getEdges operations.
OracleKeyManager - Class in oracle.pg.common
This class handles the keys used in K/V pairs
OraclePropertyGraph - Class in oracle.pg.hbase
This class implements the Blueprints Graph interface on top an Apache HBase backend database.
OraclePropertyGraphBase - Class in oracle.pg.common
This class implements the Blueprints Graph interface on top of a supported backend database.
OraclePropertyGraphBase.OptimizationFlag - Enum in oracle.pg.common
This enum defines a set of optimization flags that can be used to influence the construction of Vertex or Edge objects during scans.
OraclePropertyGraphConfiguration - Class in oracle.pg.hbase
This class implements the Rexster GraphConfiguration interface.
OraclePropertyGraphConfiguration() - Constructor for class oracle.pg.hbase.OraclePropertyGraphConfiguration
 
OraclePropertyGraphDataLoader - Class in oracle.pg.hbase
This class implements logic to execute parallel data loading of a property graph (in Oracle-defined flat files format) into Apache HBase
OraclePropertyGraphException - Exception in oracle.pg.common
This class extends the Java RuntimeException
OraclePropertyGraphException() - Constructor for exception oracle.pg.common.OraclePropertyGraphException
 
OraclePropertyGraphException(String) - Constructor for exception oracle.pg.common.OraclePropertyGraphException
 
OraclePropertyGraphException(String, Throwable) - Constructor for exception oracle.pg.common.OraclePropertyGraphException
 
OraclePropertyGraphException(Throwable) - Constructor for exception oracle.pg.common.OraclePropertyGraphException
 
OraclePropertyGraphException - Exception in oracle.pg.hbase
This class extends the Java RuntimeException to handle exceptions inside the property graph on top of Apache HBase
OraclePropertyGraphException() - Constructor for exception oracle.pg.hbase.OraclePropertyGraphException
 
OraclePropertyGraphException(String) - Constructor for exception oracle.pg.hbase.OraclePropertyGraphException
 
OraclePropertyGraphException(String, Throwable) - Constructor for exception oracle.pg.hbase.OraclePropertyGraphException
 
OraclePropertyGraphException(Throwable) - Constructor for exception oracle.pg.hbase.OraclePropertyGraphException
 
OraclePropertyGraphFeatures - Class in oracle.pg.hbase
Oracle's extension of Features class
OraclePropertyGraphFeaturesBase - Class in oracle.pg.common
Oracle's extension of Features class
OraclePropertyGraphUtils - Class in oracle.pg.hbase
This class contains utility functions to help manage property graphs stored in an Apache HBase Database
OraclePropertyGraphUtils() - Constructor for class oracle.pg.hbase.OraclePropertyGraphUtils
 
OracleQueryParser - Class in oracle.pg.text.lucene
Extension of Lucene's query parser to handle half-open numeric and term range queries for key/value properties over a property graph.
OracleQueryParser(Version, String, Analyzer) - Constructor for class oracle.pg.text.lucene.OracleQueryParser
 
OracleQueryParser(Version, String, Analyzer, boolean) - Constructor for class oracle.pg.text.lucene.OracleQueryParser
 
OracleSndIndexEdgeIterableImpl - Class in oracle.pg.hbase
This class implements the Iterable interface for edges retrieved using the secondary index table
OracleSndIndexEdgeIteratorImpl - Class in oracle.pg.hbase
This class implements the Iterator interface for edges retrieved using the secondary index table
OracleSndIndexVertexIterableImpl - Class in oracle.pg.hbase
This class implements the Iterable interface for vertices retrieved using the secondary index table
OracleSndIndexVertexIteratorImpl - Class in oracle.pg.hbase
This class implements the Iterator interface for vertices retrieved using the secondary index table
OracleValueFilter - Class in oracle.pg.hbase
This class contains a value filter to restrict the cells retrieved based on a specific value comparator.
OracleValueFilter(CompareFilter.CompareOp, ByteArrayComparable) - Constructor for class oracle.pg.hbase.OracleValueFilter
Creates a new instance of an OracleValueFilter used in getVertices/getEdges operations.
OracleVertex - Class in oracle.pg.hbase
This class implements the Blueprints Vertex and Element interface by using an Apache HBase as back-end.
OracleVertexBase - Interface in oracle.pg.common
This class implements the Blueprints Vertex interface on top of a supported backed database
OracleVertexFilterIterableImpl - Class in oracle.pg.hbase
This class implements the Iterable interface for filtered vertices.
OracleVertexFilterIteratorImpl - Class in oracle.pg.hbase
This class implements the Iterator interface for filtering vertices based on a specified VertexFilterCallback.
OracleVertexIterableImpl - Class in oracle.pg.hbase
This class implements the Iterable interface for vertices.
OracleVertexIteratorImpl - Class in oracle.pg.hbase
This class implements the Iterator interface for vertices.
OracleWrapperEdge - Class in oracle.pg.common
This class implements the Blueprints Edge and Element interface by using an Oracle backend.
OracleWrapperElement - Class in oracle.pg.common
This class implements the Blueprints Element interface by using an Oracle backend.
OracleWrapperElement() - Constructor for class oracle.pg.common.OracleWrapperElement
 
OracleWrapperGraph - Class in oracle.pg.common
This class implements the Blueprints Graph interface by using an Oracle backend.
OracleWrapperVertex - Class in oracle.pg.common
This class implements the Blueprints Vertex and Element interface by using an Oracle backend.

P

ParametersBase - Class in oracle.pg.common
This class implements a cache layer for OracleVertex objects.
ParametersBase() - Constructor for class oracle.pg.common.ParametersBase
 
parseFrom(byte[]) - Static method in class oracle.pg.hbase.OracleAdjacentElementsFilter
 
parseFrom(byte[]) - Static method in class oracle.pg.hbase.OracleKeyFilter
Return a instance of the OracleKeyFilter based on its serialized byte array.
parseFrom(byte[]) - Static method in class oracle.pg.hbase.OracleValueFilter
 
parseLocation(String) - Static method in class oracle.pg.text.lucene.LuceneIndexParameters
 
parseQuadToPG(Quad) - Method in class oracle.pg.common.RDFGraph2PropertyGraphStream
 
POOL_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
 
prefix(String, String) - Method in class oracle.pg.common.RDFGraph2PropertyGraphStream
 
prepareSecureConfig(Configuration, String, String, String, String, String, String) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Prepares the HBase configuration object to work with HBase secure cluster
printByteArray(String, byte[], PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Prints a string representation of the byte array to the specified PrintStream
printStackTrace(PrintStream) - Method in exception oracle.pg.text.OracleIndexException
Print the composite message and the embedded stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception oracle.pg.text.OracleIndexException
Print the composite message and the embedded stack trace to the specified print writer.
ProgressListener - Interface in oracle.pg.common
This interface defines a few core APIs to that can be used to report progress of a long running process (data importing or exporting for example).
progressTo(long, String) - Method in interface oracle.pg.common.ProgressListener
This method reports the current progress.
progressTo(long, String) - Method in class oracle.pg.common.SimpleLogBasedDataLoaderListenerImpl
This method reports the current progress.
progressTo(long, String) - Method in class oracle.pg.common.SimpleLogBasedProgressListenerImpl
This method reports the current progress.
PropertyNamesTimeoutException - Exception in oracle.pg.hbase
This class extends the Java RuntimeException to handle a timeout exception when reading the property names over a property graph.
PropertyNamesTimeoutException() - Constructor for exception oracle.pg.hbase.PropertyNamesTimeoutException
 
PropertyNamesTimeoutException(String) - Constructor for exception oracle.pg.hbase.PropertyNamesTimeoutException
 
PropertyNamesTimeoutException(String, Throwable) - Constructor for exception oracle.pg.hbase.PropertyNamesTimeoutException
 
PropertyNamesTimeoutException(Throwable) - Constructor for exception oracle.pg.hbase.PropertyNamesTimeoutException
 
put(String, Object, T) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Indexes an element with respect to the specified key and value.
put(String, Object, T, OracleIndexWriter[]) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Indexes an element with respect to the specified key and value.
put(String, Object, T) - Method in class oracle.pg.text.lucene.LuceneIndex
Indexes an element by a key and a value.
put(String, Object, T, OracleIndexWriter[]) - Method in class oracle.pg.text.lucene.LuceneIndex
Indexes an element by a key and a value.
put(String, Object, T, CloudSolrServer) - Method in class oracle.pg.text.solr.SolrAutoIndex
Indexes an element with respect to the specified key and value.
put(String, Object, T) - Method in class oracle.pg.text.solr.SolrIndex
Indexes an element by a key and a value.
put(String, Object, T, CloudSolrServer) - Method in class oracle.pg.text.solr.SolrIndex
Indexes an element by a key and a value.

Q

quad(Quad) - Method in class oracle.pg.common.RDFGraph2PropertyGraphStream
 
query() - Method in class oracle.pg.common.OracleWrapperGraph
 
query() - Method in class oracle.pg.common.OracleWrapperVertex
Generate a query object that can be used to fine tune which edges/vertices are retrieved that are incident/adjacent to this vertex.
query() - Method in class oracle.pg.hbase.OraclePropertyGraph
Returns a GraphQuery to query for vertices or edges in the graph by their properties.
query() - Method in class oracle.pg.hbase.OracleVertex
Generate a query object that can be used to fine tune which edges/vertices are retrieved that are incident/adjacent to this vertex.
query(String, Object) - Method in class oracle.pg.text.lucene.LuceneIndex
Query for all the elements satisfying the specified K/V property within the index
query(String, Object, boolean) - Method in class oracle.pg.text.lucene.LuceneIndex
Query for all the elements satisfying the specified K/V property within the index
query(String, Object, boolean) - Method in interface oracle.pg.text.OracleIndex
Gets all the elements matching the specified K/V property within the index
query(String, Object) - Method in class oracle.pg.text.solr.SolrIndex
Query for all the elements matching the specified K/V property within the index
query(String, Object, boolean) - Method in class oracle.pg.text.solr.SolrIndex
Query for all the elements matching the specified K/V property within the index
quietlyClose(HTableInterface) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Quietly close the specified HTableInterface object.
quietlyClose(HTable) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Quietly close the specified HTable object.
quietlyClose(OutputStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Quietly closes the specified outputstream.
quietlyClose(InputStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Quietly closes the specified inputstream.
quietlyCloseCloudSolrServer(CloudSolrServer) - Static method in class oracle.pg.text.solr.SolrIndexUtils
Closes the specified CloudSolrServer object
quietlyCloseConnection(HConnection) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Quietly close an HConnection object
quietlyCloseConnections(HConnection[]) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Quietly close an array of HConnection objects
quietlyCloseOracleIndexWriters(OracleIndexWriter[]) - Static method in class oracle.pg.text.lucene.LuceneIndexUtils
Quietly close the specified index writers.
quietlyShutdown(OraclePropertyGraph) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Quietly shutdown a property graph.

R

RDFDataset2PropertyGraph - Class in oracle.pg.common
This class has logic to convert an RDF dataset to a property graph
RDFGraph2PropertyGraphStream - Class in oracle.pg.common
An Oracle StreamRDF implementation to read and parse triple/quads from an RDF file into a Property Graph.
RDFGraph2PropertyGraphUtils - Class in oracle.pg.common
This class contains utility functions that are useful for RDF to property graph conversion.
RDFGraph2PropertyGraphUtils() - Constructor for class oracle.pg.common.RDFGraph2PropertyGraphUtils
 
refresh() - Method in class oracle.pg.hbase.OracleElement
Re-read the attributes about this graph element from the database if this element is only partially constructed.
refreshIndex(long, long) - Method in class oracle.pg.text.lucene.LuceneEdgeIndex
Auto-refresh an index based on all insert/deletes between the specified start and end SCN.
refreshIndex(long, long) - Method in interface oracle.pg.text.OracleIndex
Auto-refresh an index based on all insert/deletes between the specified start and end SCN.
refreshIndex(long, long) - Method in class oracle.pg.text.solr.SolrVertexIndex
Auto-refresh an index based on all insert/deletes between the specified start and end SCN.
REINDEX_NUM_CONNS_PARAMETER - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the parameter for the number of connections to the property graph used when indexing data
reindexElements(String) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Re-index the elements of the associated property graph based on the specified key.
reindexElements() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Re-index the elements of the associated property graph based on the current indexed keys.
reindexElements(String[]) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Re-index the elements of the associated property graph based on the specified keys using getElementsPartitioned APIs.
reindexElements(String) - Method in interface oracle.pg.text.OracleAutoIndex
Re-index the elements of the associated property graph based on the specified key.
reindexElements() - Method in interface oracle.pg.text.OracleAutoIndex
Re-index the elements of the associated property graph based on the current indexed keys.
reindexElements(String[]) - Method in interface oracle.pg.text.OracleAutoIndex
Re-index the elements of the associated property graph based on the specified keys using getElementsPartitioned APIs.
reindexElements(String) - Method in class oracle.pg.text.solr.SolrAutoIndex
Re-index the elements of the associated property graph based on the specified key.
reindexElements() - Method in class oracle.pg.text.solr.SolrAutoIndex
Re-index the elements of the associated property graph based on the current indexed keys.
reindexElements(String[]) - Method in class oracle.pg.text.solr.SolrAutoIndex
Re-index the elements of the associated property graph based on the specified set of keys.
reindexElementsNoPartitioned(String[]) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Re-index the elements of the associated property graph based on the specified keys.
reindexElementsNoPartitioned(String[]) - Method in interface oracle.pg.text.OracleAutoIndex
Re-index the elements of the associated property graph based on the specified keys.
reindexElementsNoPartitioned(String[]) - Method in class oracle.pg.text.solr.SolrAutoIndex
Re-index the elements of the associated property graph based on the specified set of keys.
reindexElementsPartitioned(String) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Re-index the elements of the associated property graph based on the specified key using getElementsPartitioned APIs.
reindexElementsPartitioned() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Re-index the elements of the associated property graph based on the current indexed keys using getElementsPartitioned APIs.
reindexElementsPartitioned(String[]) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Re-index all elements over a partitioned graph.
reindexElementsPartitioned(String) - Method in interface oracle.pg.text.OracleAutoIndex
Re-index the elements of the associated property graph based on the specified key using getElementsPartitioned APIs.
reindexElementsPartitioned() - Method in interface oracle.pg.text.OracleAutoIndex
Re-index the elements of the associated property graph based on the current indexed keys using getElementsPartitioned APIs.
reindexElementsPartitioned(String[]) - Method in interface oracle.pg.text.OracleAutoIndex
Re-index all elements over a partitioned graph.
reindexElementsPartitioned(String) - Method in class oracle.pg.text.solr.SolrAutoIndex
Re-index the elements of the associated property graph based on the specified key using getElementsPartitioned APIs.
reindexElementsPartitioned() - Method in class oracle.pg.text.solr.SolrAutoIndex
Re-index the elements of the associated property graph based on the current indexed keys using getElementsPartitioned APIs.
reindexElementsPartitioned(String[]) - Method in class oracle.pg.text.solr.SolrAutoIndex
Re-index all elements over a partitioned graph based on the specified set of keys.
remove() - Method in class oracle.pg.common.OracleWrapperEdge
 
remove() - Method in class oracle.pg.common.OracleWrapperVertex
This method removes this vertex from its container grpah
remove() - Method in class oracle.pg.hbase.OracleAdjacentEdgeIteratorImpl
The remove operation is not supported by this implementation of Iterator
remove() - Method in class oracle.pg.hbase.OracleAdjacentVertexIteratorImpl
Remove operation not supported
remove() - Method in class oracle.pg.hbase.OracleCommonIteratorImpl
Remove operation not supported
remove() - Method in class oracle.pg.hbase.OracleEdge
This method removes this OracleEdge instance from its owning OraclePropertyGraph instance
remove() - Method in class oracle.pg.hbase.OracleEdgeFilterIteratorImpl
The remove operation is not supported by this implementation of Iterator
remove() - Method in class oracle.pg.hbase.OracleVertex
This method removes this vertex from its underlying graph
remove() - Method in class oracle.pg.hbase.OracleVertexFilterIteratorImpl
The remove operation is not supported by this implementation of Iterator
remove(T) - Method in class oracle.pg.text.lucene.LuceneIndex
Deletes a element from this index
remove(String, Object, T) - Method in class oracle.pg.text.lucene.LuceneIndex
Removes an element indexed by a particular key/value.
remove(String, Object, T, OracleIndexWriter[]) - Method in class oracle.pg.text.lucene.LuceneIndex
Removes an element indexed by a particular key/value.
remove(String, Object, Class, T, OracleIndexWriter[]) - Method in class oracle.pg.text.lucene.LuceneIndex
Removes an element indexed by a particular key/value.
remove(T) - Method in interface oracle.pg.text.OracleIndex
Deletes an element from this index
remove(Object) - Method in class oracle.pg.text.OracleIndexManager
Removes the specified element from all the indices handled by this OracleIndex Manager object.
remove(T) - Method in class oracle.pg.text.solr.SolrIndex
Deletes an element from this index
remove(String, Object, T) - Method in class oracle.pg.text.solr.SolrIndex
Removes an element indexed by a particular key/value.
remove(String, Object, T, CloudSolrServer) - Method in class oracle.pg.text.solr.SolrIndex
Removes an element indexed by a particular key/value.
remove(String, Object, Class, T, CloudSolrServer) - Method in class oracle.pg.text.solr.SolrIndex
Removes an element indexed by a particular key/value.
removeAll(String) - Method in class oracle.pg.text.lucene.LuceneIndex
Removes all the elements from the index matching the specified key.
removeAll(String, OracleIndexWriter[]) - Method in class oracle.pg.text.lucene.LuceneIndex
Removes all the elements from the index matching the specified key.
removeAll(String) - Method in interface oracle.pg.text.OracleIndex
Removes all the elements from the index matching the specified key.
removeAll(String) - Method in class oracle.pg.text.solr.SolrIndex
Removes all the elements from the index matching the specified key.
removeAttributeFromAllEdges(EdgeOpCallback) - Method in class oracle.pg.hbase.OraclePropertyGraph
Removes an attribute from all edges based on the specified EdgeOpCallback.
removeAttributeFromAllEdges(EdgeOpCallback, boolean, int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Removes an attribute from all edges based on the specified EdgeOpCallback.
removeAttributeFromAllEdges(EdgeOpCallback, boolean, int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
Removes an attribute from all edges based on the specified EdgeOpCallback.
removeAttributeFromAllVertices(VertexOpCallback) - Method in class oracle.pg.hbase.OraclePropertyGraph
Removes an attribute from all vertices based on the specified VertexOpCallback.
removeAttributeFromAllVertices(VertexOpCallback, boolean, int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Removes an attribute from all vertices based on the specified VertexOpCallback.
removeAttributeFromAllVertices(VertexOpCallback, boolean, int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
Removes an attribute from all vertices based on the specified VertexOpCallback.
removeEdge(Edge) - Method in class oracle.pg.common.OracleWrapperGraph
Remove the prDVIDed edge from the graph.
removeEdge(Edge) - Method in class oracle.pg.hbase.OraclePropertyGraph
Remove the provided edge from the graph.
removeProperty(String) - Method in class oracle.pg.common.OracleWrapperElement
Un-assigns a key/value property from the element.
removeProperty(String) - Method in class oracle.pg.hbase.OracleElement
Un-assigns a key/value property from the element.
removePropertyFromIndices(String, Object) - Method in class oracle.pg.text.OracleIndexManager
Removes the property associated to the specified element from all the indices handled by this OracleIndex Manager.
removeVertex(Vertex) - Method in class oracle.pg.common.OracleWrapperGraph
Remove the prDVIDed vertex from the graph.
removeVertex(Vertex) - Method in class oracle.pg.hbase.OraclePropertyGraph
Remove the provided vertex from the graph.
renameGraph(Configuration, String, String) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Renames the property graph (including its associated tables) to the specified graph name (if it does not exists or is not empty).
REP_FACTOR_PARAMETER - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the replication factor used in the SolrCloud collection.
reportDataLoaderFrequency() - Method in class oracle.pg.common.SimpleLogBasedDataLoaderListenerImpl
Returns a positive integer as the frequency of progress reporting.
reportProgressFrequency() - Method in interface oracle.pg.common.ProgressListener
Returns a positive integer as the frequency of progress reporting.
reportProgressFrequency() - Method in class oracle.pg.common.SimpleLogBasedProgressListenerImpl
Returns a positive integer as the frequency of progress reporting.
reset() - Method in class oracle.pg.hbase.OracleKeyFilter
Reset filter row to true.
reset() - Method in class oracle.pg.hbase.OracleValueFilter
Reset filter row to true.
revolve(int, int) - Static method in class oracle.pg.common.OracleCommonUtils
Calculates a hash code out of the two given hash integer values
rollback() - Method in class oracle.pg.common.OracleWrapperGraph
 
rollback() - Method in class oracle.pg.hbase.OraclePropertyGraph
Rollbacks the operations done to this property graph instance

S

saltEdge(byte[]) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Salts an edge ID represented as a byte array
saltVertex(byte[]) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Salts a vertex ID represented as a byte array
sameSubArray(byte[], byte[], int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
Verifies if two byte arrays are equals from the specified start and length.
SEARCH_ENGINE_PARAMETER - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the parameter for the search engine used for text indexing and searching: Lucene or SolrCloud
serializableToStr(Serializable) - Static method in class oracle.pg.common.OraclePropertyGraphBase
Convert from a Java Serializable object to a String encoding.
serializableToStr(Serializable) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Convert from a Java Serializable object to a String encoding.
setBatchSize(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the size of the batch used for update operations.
setBatchSizeToDebug(long) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
Set the batch size to show debug information
setCompression(String) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the type of compression used in the property graph tables.
setDataBlockEncoding(DataBlockEncoding) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the data block encoding used in the property graph tables.
setDefaultEdgeOptFlag(OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the edge optimization flag associated to this property graph
setDefaultIndexParameters(OracleIndexParameters) - Method in class oracle.pg.common.OraclePropertyGraphBase
Set the default index parameters associated to this property graph.
setDefaultIndexParameters(OracleIndexParameters) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the default index parameters associated to this property graph.
setDefaultVertexOptFlag(OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the default optimization flag for vertices associated to this property graph
setEdgeBlockCacheSize(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the size of the block cache (in bytes) associated to the edge table This is a meta data operation, so changes to this setting will show after clearing the repository and recreating the edge tables.
setEdgeFilterCallback(EdgeFilterCallback) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the default EdgeFilterCallback associated to this property graph
setEdgeInitialNumRegions(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the initial number of regions defined for the HBase edge tables associated to this property graph.
setEdgeSndIndexBlockCacheSize(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the size of the block cache (in bytes) associated to the edge secondary table This is a meta data operation, so changes to this setting will show after clearing the repository and recreating the edge tables.
setEdgeSndIndexWriteBufferSize(long) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the size of the write buffer associated to the edge secondary index table
setEdgeWriteBufferSize(long) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the maximum size of the write buffer associated to the edge table
setGracefulTimeout(boolean) - Method in class oracle.pg.hbase.OracleCommonIteratorImpl
Sets a flag for best effort query.
setIndexedDocs(long) - Method in class oracle.pg.text.lucene.OracleIndexWriter
Sets the number of documents indexed by this object to the given number
setIndexLuceneWriteBufferSize(long) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the maxium size of the write buffer associated to the Lucene index table
setInitialNumRegions(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the initial number of regions defined for the HBase tables associated to this property graph.
setLocale(Locale) - Method in class oracle.pg.common.LocalizedMessage
Sets the Locale that will be used to deliver this message.
setLuceneBlockCacheSize(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the size of the block cache (in bytes) associated to the Lucene index table This is a meta data operation, so changes to this setting will show after clearing the repository and recreating the lucene tables.
setNumSplitsPerRegion(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the number of splits per region to use when scanning vertices/edges
setPartial(boolean) - Method in interface oracle.pg.common.OracleElementBase
Set the partial flag; if true, the element is partially constructed; if false, the element is completely constructed.
setPartial(boolean) - Method in class oracle.pg.hbase.OracleElement
Set a flag to denote if this graph element is only partially constructed.
setProgressListener(ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
Sets the ProgressListener associated to this property graph.
setProperty(String, Object, boolean) - Method in interface oracle.pg.common.OracleElementBase
Assign a key/value property to the element.
setProperty(String, Object) - Method in class oracle.pg.common.OracleWrapperElement
Assign a key/value property to the element.
setProperty(String, Object, boolean) - Method in class oracle.pg.common.OracleWrapperElement
Assign a key/value property to the element.
setProperty(String, Object) - Method in class oracle.pg.hbase.OracleEdge
Assign a key/value property to the element.
setProperty(String, Object, boolean) - Method in class oracle.pg.hbase.OracleEdge
Assign a key/value property to the element.
setProperty(String, Object) - Method in class oracle.pg.hbase.OracleElement
Assign a key/value property to the element.
setProperty(String, Object, boolean) - Method in class oracle.pg.hbase.OracleElement
Assign a key/value property to the element.
setProperty(String, Object, boolean, boolean) - Method in class oracle.pg.hbase.OracleElement
Assign a key/value property to the element.
setPropertyCommon(String, Object, boolean) - Method in class oracle.pg.hbase.OracleElement
Assign a key/value property to the element.
setQueueSize(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
This method sets the queue size.
setScanCachingSize(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the caching size used in Scan operations
setVertexBlockCacheSize(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the size of the block cache (in bytes) associated to the vertex table
setVertexFilterCallback(VertexFilterCallback) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the default VertexFilterCallback associated to this property graph
setVertexInitialNumRegions(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the initial number of regions defined for the HBase Vertex tables associated to this property graph.
setVertexSndIndexBlockCacheSize(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the size of the block cache (in bytes) associated to the vertex secondary table This is a meta data operation, so changes to this setting will show after clearing the repository and recreating the vertex tables.
setVertexSndIndexWriteBufferSize(long) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the maximum size of the write buffer associated to the vertex secondary index table
setVertexWriteBufferSize(long) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the maximum size of the write buffer associated to the vertex table
setWriteBufferSize(long) - Method in class oracle.pg.hbase.OraclePropertyGraph
Set the maximum size of the write buffer associated to the graph tables
showProgress() - Method in class oracle.pg.common.ParametersBase
 
shutdown() - Method in class oracle.pg.common.OracleWrapperGraph
A shutdown function is required to properly close the graph.
shutdown() - Method in class oracle.pg.hbase.OraclePropertyGraph
A shutdown function is required to properly close the graph.
SimpleLog - Class in oracle.pg.common
A Simple wrapper of Apache Commons Logging API.
SimpleLogBasedDataLoaderListenerImpl - Class in oracle.pg.common
This class provides a simple Log based implementation of DataLoaderListener interface.
SimpleLogBasedProgressListenerImpl - Class in oracle.pg.common
This class provides a simple Log based implementation of ProgressListener interface.
size(Iterable<E>) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
This method returns the number of elements in the given Iterable object.
size() - Method in class oracle.pg.text.lucene.OracleDirectory
Gets the number of sub-directories handled by this OracleDirectory.
SOLR_ENGINE - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the usage of a SolrCloud search engine
SOLR_NODE_SET_PARAMETER - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the parameter used for the node set used to store the SolrCloud collection
SOLR_SERVER_URL_PARAMETER - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the parameter for the server URL used to connect to SolrCloud
SolrAutoIndex<T extends Element> - Class in oracle.pg.text.solr
This class extends the functions defined in SolrIndex and implements OracleAutoIndex interface to support automatic text indices using SolrCloud.
SolrAutoIndex(String, Class<T>, OraclePropertyGraphBase, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.text.solr.SolrAutoIndex
Constructs a new SolrAutoIndex object.
SolrEdgeAutoIndex - Class in oracle.pg.text.solr
This class extends the functions defined in SolrAutoIndex.
SolrEdgeAutoIndex(String, OraclePropertyGraphBase, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.text.solr.SolrEdgeAutoIndex
Constructs a new SolrEdgeAutoIndex object.
SolrEdgeIndex - Class in oracle.pg.text.solr
This class extends the functions defined in SolrIndex.
SolrEdgeIndex(String, OraclePropertyGraphBase, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.text.solr.SolrEdgeIndex
Constructs a new SolrEdgeIndex object.
SolrIndex<T extends Element> - Class in oracle.pg.text.solr
An abstract class implementing the Blueprints Index interface to support indices on SolrCloud.
SolrIndex(String, Class<T>, OraclePropertyGraphBase, Parameter[], boolean) - Constructor for class oracle.pg.text.solr.SolrIndex
Constructs a new SolrIndex object.
SolrIndexParameters - Class in oracle.pg.text.solr
This class manages relevant parameters for SolrCloud text indexing.
SolrIndexParameters() - Constructor for class oracle.pg.text.solr.SolrIndexParameters
Creates a new SolrIndexParameters object.
SolrIndexParameters(Parameter[]) - Constructor for class oracle.pg.text.solr.SolrIndexParameters
Creates a new SolrIndexParameters object from an initial set of parameters.
SolrIndexParameters(List<Parameter>) - Constructor for class oracle.pg.text.solr.SolrIndexParameters
Creates a new SolrIndexParameters object from an initial set of parameters.
SolrIndexUtils - Class in oracle.pg.text.solr
This class contains a set of utilities to handle text search and text indexes over SolrCloud
SolrIndexUtils() - Constructor for class oracle.pg.text.solr.SolrIndexUtils
 
SolrParameters - Class in oracle.pg.text.solr
This class manages the parameters and utilities for SolrCloud indexes
SolrVertexAutoIndex - Class in oracle.pg.text.solr
This class extends the functions defined in SolrAutoIndex.
SolrVertexAutoIndex(String, OraclePropertyGraphBase, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.text.solr.SolrVertexAutoIndex
Constructs a new SolrVertexAutoIndex object.
SolrVertexIndex - Class in oracle.pg.text.solr
This class extends the functions defined in SolrIndex.
SolrVertexIndex(String, OraclePropertyGraphBase, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.text.solr.SolrVertexIndex
Constructs a new SolrVertexIndex object.
start() - Method in class oracle.pg.common.RDFGraph2PropertyGraphStream
 
START_NODE_ID_PROP - Static variable in interface oracle.pg.text.OracleIndex
A constant text index field name for the ID of an edge's tail (starting) vertex
startAutoIndexingProperties(String[], Class<T>) - Method in class oracle.pg.text.OracleIndexManager
Adds the specified keys to the properties used for auto indexing.
startAutoIndexingProperty(String, Class<T>) - Method in class oracle.pg.text.OracleIndexManager
Adds the specified key to the properties used for auto indexing.
startTransaction() - Method in class oracle.pg.common.OracleWrapperGraph
Start a transaction.
startTransaction() - Method in class oracle.pg.hbase.OraclePropertyGraph
Start a transaction.
stopAutoIndexingProperties(String[], Class<T>) - Method in class oracle.pg.text.OracleIndexManager
Removes the specified keys to the properties used for auto indexing.
stopAutoIndexingProperty(String, Class<T>) - Method in class oracle.pg.text.OracleIndexManager
Removes the specified key to the properties used for auto indexing.
stopTransaction(TransactionalGraph.Conclusion) - Method in class oracle.pg.common.OracleWrapperGraph
Stop the current transaction.
stopTransaction(TransactionalGraph.Conclusion) - Method in class oracle.pg.hbase.OraclePropertyGraph
Stop the current transaction.
strToSerializable(String) - Static method in class oracle.pg.common.OraclePropertyGraphBase
Convert from a String encoding to a Serializable object
strToSerializable(String) - Static method in class oracle.pg.hbase.OraclePropertyGraph
Convert from a String encoding to a Serializable object
sum(List<Double>) - Method in class oracle.pg.common.OraclePropertyGraphBase
This helper function adds up a list of double values and return the sum.
supportsElementProperties() - Method in class oracle.pg.common.OraclePropertyGraphFeaturesBase
 
supportsElementProperties() - Method in class oracle.pg.hbase.OraclePropertyGraphFeatures
 
syncCache() - Method in class oracle.pg.common.ParametersBase
Returns true if the underlying vertex cache and edge cache are synchronized

T

toByteArray() - Method in class oracle.pg.hbase.OracleAdjacentElementsFilter
Write filter's info as a byte array
toByteArray() - Method in class oracle.pg.hbase.OracleKeyFilter
Write filter's info as a byte array
toByteArray() - Method in class oracle.pg.hbase.OracleValueFilter
Write filter's info as a byte array
toMap() - Method in class oracle.pg.common.OraclePropertyGraphFeaturesBase
 
toMap() - Method in class oracle.pg.hbase.OraclePropertyGraphFeatures
Return the map representation of this object.
toString() - Method in class oracle.pg.common.LocalizedMessage
Returns the string representation of the message
toString() - Method in class oracle.pg.common.OracleWrapperEdge
 
toString() - Method in class oracle.pg.common.OracleWrapperVertex
 
toString() - Method in class oracle.pg.hbase.OracleEdge
Returns a String representation of the Edge
toString() - Method in class oracle.pg.hbase.OraclePropertyGraph
Returns a very succinct String representation of this Graph instance
toString() - Method in class oracle.pg.hbase.OracleVertex
Returns a String format of the vertex instance.
toString() - Method in class oracle.pg.text.OracleIndexParameters
String utility to print out all index parameters.
triple(Triple) - Method in class oracle.pg.common.RDFGraph2PropertyGraphStream
 
tuple(Tuple<Node>) - Method in class oracle.pg.common.RDFGraph2PropertyGraphStream
 
TYPE_DT_BOOL - Static variable in class oracle.pg.common.OraclePropertyGraphBase
This constant denotes a Boolean data type for the value field of an attribute (K/V pair)
TYPE_DT_BOOL - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Boolean data type for the value field of an attribute (K/V pair)
TYPE_DT_BOOL - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Boolean data type for the value field of an attribute (K/V pair)
TYPE_DT_DATE - Static variable in class oracle.pg.common.OraclePropertyGraphBase
This constant denotes a Date (java.util.Date) data type for the value field of an attribute (K/V pair)
TYPE_DT_DATE - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Date (java.util.Date) data type for the value field of an attribute (K/V pair)
TYPE_DT_DATE - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Date (java.util.Date) data type for the value field of an attribute (K/V pair)
TYPE_DT_DOUBLE - Static variable in class oracle.pg.common.OraclePropertyGraphBase
This constant denotes a Double data type for the value field of an attribute (K/V pair)
TYPE_DT_DOUBLE - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Double data type for the value field of an attribute (K/V pair)
TYPE_DT_DOUBLE - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Double data type for the value field of an attribute (K/V pair)
TYPE_DT_EMPTY - Static variable in class oracle.pg.common.OraclePropertyGraphBase
This constant denotes an empty data type for the value field of an attribute (K/V pair)
TYPE_DT_EMPTY - Static variable in class oracle.pg.common.OracleWrapperGraph
 
TYPE_DT_FLOAT - Static variable in class oracle.pg.common.OraclePropertyGraphBase
This constant denotes a Float data type for the value field of an attribute (K/V pair)
TYPE_DT_FLOAT - Static variable in class oracle.pg.common.OracleWrapperGraph
 
TYPE_DT_FLOAT - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Float data type for the value field of an attribute (K/V pair)
TYPE_DT_FLOAT - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Float data type for the value field of an attribute (K/V pair)
TYPE_DT_INTEGER - Static variable in class oracle.pg.common.OraclePropertyGraphBase
This constant denotes an Integer data type for the value field of an attribute (K/V pair)
TYPE_DT_INTEGER - Static variable in class oracle.pg.common.OracleWrapperGraph
 
TYPE_DT_INTEGER - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes an Integer data type for the value field of an attribute (K/V pair)
TYPE_DT_INTEGER - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes an Integer data type for the value field of an attribute (K/V pair)
TYPE_DT_SERI - Static variable in class oracle.pg.common.OraclePropertyGraphBase
This constant denotes a Serializable data type for the value field of an attribute (K/V pair)
TYPE_DT_SERIALIZABLE - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Serializable data type for the value field of an attribute (K/V pair)
TYPE_DT_SERIALIZABLE - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Serializable data type for the value field of an attribute (K/V pair)
TYPE_DT_STRING - Static variable in class oracle.pg.common.OraclePropertyGraphBase
This constant denotes a String data type for the value field of an attribute (K/V pair)
TYPE_DT_STRING - Static variable in class oracle.pg.common.OracleWrapperGraph
 
TYPE_DT_STRING - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a String data type for the value field of an attribute (K/V pair)
TYPE_DT_STRING - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a String data type for the value field of an attribute (K/V pair)

U

unescape(String) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
This method escapes a string in the following manner: %2C => ',' %0A => chr(10) %20 => ' ' %09 => chr(9) %25 => '%'
useDatatypes(int) - Static method in class oracle.pg.text.lucene.LuceneIndexParameters
 
useDatatypes() - Method in class oracle.pg.text.lucene.LuceneParameters
Validates if values in Vertex/Edge properties should be indexed as Datatype fields or as TextFields.

V

valueOf(String) - Static method in enum oracle.pg.common.OraclePropertyGraphBase.OptimizationFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.pg.text.lucene.OracleDirectory.DirectoryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.pg.common.OraclePropertyGraphBase.OptimizationFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.pg.text.lucene.OracleDirectory.DirectoryType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
 
VERSION_PROP - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes an identifier for the version field of a document within the text index
VERTEX_CLASS_ID - Static variable in class oracle.pg.text.OracleIndexManager
 
VERTEX_ID_PROP - Static variable in interface oracle.pg.text.OracleIndex
A constant text index field name for the ID of a vertex
VERTEX_ID_PROP - Static variable in class oracle.pg.text.solr.SolrIndex
A constant text index field name for the ID of a vertex
VertexFilterCallback - Interface in oracle.pg.common
This interface defines the API to filter vertices.
VertexOpCallback - Interface in oracle.pg.common
This interface defines a callback function that can be used together with a whole graph level operation like adding a new weight attribute or removing an existing weight attribute

W

warn(Object, Object) - Method in class oracle.pg.common.SimpleLog
 
warn(Object) - Method in class oracle.pg.common.SimpleLog
 
warn(Object, Throwable) - Method in class oracle.pg.common.SimpleLog
 
WRITE_TIMEOUT_PARAMETER - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the parameter for the timeout to wait when retrying a write operation
writeValue(OutputStream, Object, byte[], SimpleDateFormat) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
This helper function serializes an object into the given output stream.

Z

ZK_TIMEOUT_PARAMETER - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the timeout (in seconds) used to wait for a Zookeeper connection
A B C D E F G H I K L M N O P Q R S T U V W Z 
Oracle Big Data Spatial and Graph Property Graph
Java API Reference for Apache HBase
Release 1 (1.1) E62126-01

Copyright © 2015 Oracle and/or its affiliates. All Rights Reserved.