- checkCompliance() - Method in class oracle.pg.common.OraclePropertyGraphFeaturesBase
-
- checkCompliance() - Method in class oracle.pg.nosql.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.nosql.EdgeCache
-
This method empties the cache
- clearCache() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Clear the vertex cache and edge cache
- clearCache() - Method in class oracle.pg.nosql.VertexCache
-
This method empties the cache
- 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.nosql.OraclePropertyGraph
-
This method removes all vertices and edges from this property graph instance.
- close() - Method in class oracle.pg.nosql.ConcatenateTableIterator
-
- close() - Method in class oracle.pg.nosql.FilterByKeysTableIterator
-
- close() - Method in class oracle.pg.nosql.FilterTableIterator
-
- close() - Method in class oracle.pg.nosql.FilterTableKeysIterator
-
- close() - Method in class oracle.pg.nosql.OracleEdgeFilterIteratorImpl
-
- close() - Method in class oracle.pg.nosql.OracleElementIteratorImpl
-
Close the iterator.
- close() - Method in class oracle.pg.nosql.OracleVertexFilterIteratorImpl
-
- 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.nosql.index.lucene.NoSQLLuceneEdgeAutoIndex
-
Closes the connection array.
- closeConnectionsArray() - Method in class oracle.pg.nosql.index.lucene.NoSQLLuceneVertexAutoIndex
-
Closes the connection array.
- closeConnectionsArray() - Method in class oracle.pg.nosql.index.solr.NoSQLSolrEdgeAutoIndex
-
Closes the connection array.
- closeConnectionsArray() - Method in class oracle.pg.nosql.index.solr.NoSQLSolrVertexAutoIndex
-
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.
- closeKVStore() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
This method closes the underlying KVStore instance
- commit() - Method in class oracle.pg.common.OracleWrapperGraph
-
- commit() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Commit the changes to the database.
- 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.
- CommonCache - Class in oracle.pg.nosql
-
This class defines a cache layer for vertices and edges in a property graph.
- compareFiles(String, String) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
-
Compare the two given files to see if they are same
- ConcatenateTableIterator - Class in oracle.pg.nosql
-
This class implements the Iterator interface for edges.
- ConcatenateTableIterator(TableIterator<Row>, TableIterator<Row>) - Constructor for class oracle.pg.nosql.ConcatenateTableIterator
-
- 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
- configureGraphInstance(Configuration) - Method in class oracle.pg.nosql.OraclePropertyGraphConfiguration
-
- Console - Class in oracle.pg.nosql
-
This class handles Groovy script for the Data Access Layer (DAL) on Oracle NoSQL Database.
- Console(IO, String, String) - Constructor for class oracle.pg.nosql.Console
-
Constructor of Console
- Console() - Constructor for class oracle.pg.nosql.Console
-
Constructor of Console
- CONST_CLASS_EDGE - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_CLASS_VERTEX - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_DVID - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_EID - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_EL - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_GE - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_IDX_EI - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_IDX_KVS - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_IDX_XD - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_IDX_XS - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_IT - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_IT_K - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_KVS - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_MAX_TBLNAME_LENG - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_OP_MAX - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_OP_MIN - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_SVID - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_VID - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_VT - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_XD - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- CONST_XS - Static variable in class oracle.pg.nosql.OraclePropertyGraph
-
- 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.
- containsIndexedKeyFromDB(String, String, Class<T>) - Method in class oracle.pg.nosql.NoSQLIndexManager
-
Verifies if the auto index contains the specified index key.
- 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.nosql.OraclePropertyGraphFeatures
-
This method copies the features in this features object to another feature object..
- 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.nosql.OraclePropertyGraph
-
Counts all Edges
- countEdges(int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Counts all Edges using parallel scan with dop threads
- countEdges(int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Counts all Edges using parallel scan with dop threads
- countEdgesPartitioned(KVStoreConfig[], int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Counts Edges using parallel scan
- countPropertyKeys() - Method in class oracle.pg.common.OracleWrapperElement
-
- countVertices() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Counts all vertices
- countVertices(int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Counts all vertices using parallel scan with dop threads
- countVertices(int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Counts all vertices using parallel scan with dop threads
- countVerticesPartitioned(KVStoreConfig[], int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Counts Vertices using parallel scan
- createGraphTables() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
This method creates the vertex, edge, and index metadata tables for a property graph
- createIndex(String, Class<T>, Parameter...) - Method in class oracle.pg.nosql.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.
- createIndexTable() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
This method creates the index metadata tables for a property graph
- 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.nosql.OraclePropertyGraph
-
Creates an automatic indexing structure for indexing provided key for element class.
- createKeyIndex(String[], Class<T>) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Creates an automatic index for the given keys and element class.
- get(Long) - Method in class oracle.pg.nosql.EdgeCache
-
Get an Edge from the cache using the given ID.
- get(Long) - Method in class oracle.pg.nosql.VertexCache
-
Fetch one vertex from the cache using its ID.
- 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.nosql.OracleElement
-
Returns a String of all the Key, Value Pairs.
- getAutoIndex(Class<T>) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Gets an index from the graph by its name and index class.
- 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.
- getChangeAction() - Method in class oracle.pg.nosql.DataChange
-
This method returns the type of this change
- getCharset() - Static method in class oracle.pg.common.ParametersBase
-
Returns the default charset
- getClearTableDOP() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Returns the number of workers used when removing all data from a table
- getClearTablePKBufferSize() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Returns the size of the primary key buffer used when removing all data from a table
- getClearTableThreadsPerWorker() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Returns the number of threads per clear table worker used when removing all rows from a table
- 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.
- 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
- getConnectionsArray() - Method in class oracle.pg.nosql.index.lucene.NoSQLLuceneEdgeAutoIndex
-
Gets the connection array.
- getConnectionsArray() - Method in class oracle.pg.nosql.index.lucene.NoSQLLuceneVertexAutoIndex
-
Gets the connection array.
- getConnectionsArray() - Method in class oracle.pg.nosql.index.solr.NoSQLSolrEdgeAutoIndex
-
Gets the connection array.
- getConnectionsArray() - Method in class oracle.pg.nosql.index.solr.NoSQLSolrVertexAutoIndex
-
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
- getDataLoaderDop() - Method in class oracle.pg.nosql.Parameters
-
- getDefaultEdgeOptFlag() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the edge optimization flag 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.nosql.OraclePropertyGraph
-
Get the default index parameters associated to this property graph.
- getDefaultVertexOptFlag() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the vertex optimization flag associated to this property graph
- getDegree(Direction, String...) - Method in class oracle.pg.nosql.OracleVertex
-
Get the vertex degree 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.
- getDVID() - Method in class oracle.pg.nosql.EdgeChange
-
This method retuns the ID of the end vertex in string format
- getEdge(Object) - Method in class oracle.pg.common.OracleWrapperGraph
-
Return the edge referenced by the object identifier
- getEdge(Object) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get 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.
- getEdgeFileName() - Method in class oracle.pg.common.OracleWrapperGraph
-
- getEdgeFilterCallback() - Method in class oracle.pg.nosql.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
- 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.nosql.OraclePropertyGraph
-
Returns an instance of OracleEdgeBase.
- getEdgeInstance(OracleVertexBase, OracleVertexBase, String, Long, boolean, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Returns an instance of OracleEdgeBase.
- getEdgeLabel() - Method in class oracle.pg.nosql.EdgeChange
-
This method retuns the edge label
- getEdgePropertyNames(int, int, Set<String>) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Gets the property names of all edges using parallel scan with dop threads.
- getEdgePropertyNames(int, int, Set<String>, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Gets the property names of all edges using parallel scan with dop threads.
- getEdgePropertyNamesPartitioned(KVStoreConfig[], Set<String>, long, long, int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Gets the property names of all edges using parallel scan with dop threads.
- 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.nosql.OraclePropertyGraph
-
Return an iterable to all the edges in the graph.
- getEdges(String) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable to all the edges in the graph that have a particular key.
- getEdges(String[]) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable to all the edges in the graph that have at least one of the keys.
- getEdges(String[], EdgeFilterCallback) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable to all the edges in the graph that have at least one of the keys.
- getEdges(String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable to all the edges in the graph that have at least one of the keys.
- getEdges(String, Object) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable of edges in the graph that have a particular key/value.
- getEdges(String, Object, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable of edges in the graph that have a particular key/value
- getEdges(String, Object, Class, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable of edges in the graph that have a particular key/value
- getEdges(String, Object, boolean, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable of edges in the graph that have a particular key/value
- getEdges(String, Object, Class, boolean, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable of edges in the graph that have a particular key/value
- getEdges(Direction, String...) - Method in class oracle.pg.nosql.OracleVertex
-
Return the edges incident to the vertex according to the given direction and edge labels.
- getEdgesPartitioned(KVStoreConfig[], boolean, int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an array of iterables to the edges
- getEdgesPartitioned(KVStoreConfig[], boolean, int, String) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an array of iterables to the edges that have the particular key
- getEdgesPartitioned(KVStoreConfig[], boolean, int, String[]) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an array of iterables to the edges that have at least one of the keys
- getEdgesPartitioned(KVStoreConfig[], boolean, int, String[], EdgeFilterCallback) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an array of iterables to the edges that have at least one of the keys
- getEdgesPartitioned(KVStoreConfig[], boolean, int, String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an array of iterables to the edges that have at least one of the keys
- getEdgesWithCustomizedParallelTableScan(String[]) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Returns an array of iterables to the edges that have at least one of the keys using parallel scan.
- getEdgesWithCustomizedParallelTableScan(String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable of edges in the graph that have at least one of the keys
- getEdgesWithDefaultParallelTableScan(String[]) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable to all the edges in the graph that have at least one of the keys
- getEdgesWithDefaultParallelTableScan(String[], EdgeFilterCallback) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable to all the edges in the graph that have at least one of the keys
- getEdgesWithDefaultParallelTableScan(String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable to all the edges in the graph that have at least one of the keys
- getEdgeTableSplits() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the number of splits used for parallel scan of edge table
- getEdgeTabName() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the name of the Oracle NoSQL Database table used to store edges in this property graph.
- getElementsFromPG(String[], Object[], int) - Method in class oracle.pg.nosql.index.lucene.NoSQLLuceneEdgeAutoIndex
-
Gets an Iterable<Edge> of edges from the associated property graph, matching the specified keys.
- getElementsFromPG(String[], Object[], int) - Method in class oracle.pg.nosql.index.lucene.NoSQLLuceneVertexAutoIndex
-
Gets an Iterable<Vertex> of vertices from the associated property graph, matching the specified keys.
- getElementsFromPG(String[], Object[], int) - Method in class oracle.pg.nosql.index.solr.NoSQLSolrEdgeAutoIndex
-
Gets an Iterable<Edge> of edges from the associated property graph, matching the specified keys.
- getElementsFromPG(String[], Object[], int) - Method in class oracle.pg.nosql.index.solr.NoSQLSolrVertexAutoIndex
-
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.
- getEndSCN() - Method in class oracle.pg.nosql.DataChange
-
- 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.nosql.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
-
- 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.nosql.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(KVStoreConfig) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
-
This method gets names of all graphs in database
- getId() - Method in class oracle.pg.common.OracleWrapperElement
-
An identifier that is unique to its inheriting class.
- getID() - Method in class oracle.pg.nosql.DataChange
-
Return the ID of the element
- getId() - Method in class oracle.pg.nosql.OracleElement
-
Return the identifier of this element.
- getIndex(String, Class<T>) - Method in class oracle.pg.nosql.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.nosql.NoSQLIndexManager
-
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.nosql.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() - 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.nosql.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) - Static method in class oracle.pg.nosql.EdgeCache
-
This method returns an instance of EdgeCache.
- getInstance(DataChange.ChangeAction, Long, String, Object, Long, Long, String, String, Long, Long) - Static method in class oracle.pg.nosql.EdgeChange
-
This method returns an instance of EdgeChange.
- getInstance(OraclePropertyGraph, Long) - Static method in class oracle.pg.nosql.OracleEdge
-
Returns an instance of OracleEdge
- getInstance(OraclePropertyGraph, Long, boolean) - Static method in class oracle.pg.nosql.OracleEdge
-
Returns an instance of OracleEdge.
- getInstance(OraclePropertyGraph, Long, boolean, boolean) - Static method in class oracle.pg.nosql.OracleEdge
-
Returns an instance of OracleEdge.
- getInstance(OraclePropertyGraph, Long, String, boolean, boolean) - Static method in class oracle.pg.nosql.OracleEdge
-
Returns an instance of OracleEdge.
- getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, String, Long) - Static method in class oracle.pg.nosql.OracleEdge
-
Returns an instance of OracleEdge
- getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, String, Long, boolean) - Static method in class oracle.pg.nosql.OracleEdge
-
Returns an instance of OracleEdge
- getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, Long, boolean, boolean) - Static method in class oracle.pg.nosql.OracleEdge
-
Returns an instance of OracleEdge
- getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, String, Long, boolean, boolean) - Static method in class oracle.pg.nosql.OracleEdge
-
Returns an instance of OracleEdge
- getInstance(String, String, int, String) - Static method in class oracle.pg.nosql.OraclePropertyGraph
-
Get an instance of OraclePropertyGraph
- getInstance(KVStoreConfig, String) - Static method in class oracle.pg.nosql.OraclePropertyGraph
-
Get an instance of OraclePropertyGraph
- getInstance(KVStoreConfig, String, String, String) - Static method in class oracle.pg.nosql.OraclePropertyGraph
-
Get an instance of OraclePropertyGraph
- getInstance(KVStoreConfig, String, LoginCredentials) - Static method in class oracle.pg.nosql.OraclePropertyGraph
-
Get an instance of OraclePropertyGraph
- getInstance(KVStoreConfig, String, String, String, String) - Static method in class oracle.pg.nosql.OraclePropertyGraph
-
Get an instance of OraclePropertyGraph
- getInstance(KVStoreConfig, String, String, String, Properties) - Static method in class oracle.pg.nosql.OraclePropertyGraph
-
Get an instance of OraclePropertyGraph
- getInstance(PgNosqlGraphConfig) - Static method in class oracle.pg.nosql.OraclePropertyGraph
-
Get an instance of OraclePropertyGraph
- getInstance() - Static method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
-
Returns an instance of OraclePropertyGraphDataLoader
- getInstance() - Static method in class oracle.pg.nosql.OraclePropertyGraphFeatures
-
- getInstance(OraclePropertyGraph, Long) - Static method in class oracle.pg.nosql.OracleVertex
-
Returns an instance of OracleVertex
- getInstance(OraclePropertyGraph, Long, boolean) - Static method in class oracle.pg.nosql.OracleVertex
-
Returns an instance of OracleVertex.
- getInstance(OraclePropertyGraph, Long, boolean, boolean) - Static method in class oracle.pg.nosql.OracleVertex
-
Returns an instance of OracleVertex.
- getInstance() - Static method in class oracle.pg.nosql.Parameters
-
Returns a pre-created instance of a Parameters object.
- getInstance(OraclePropertyGraph) - Static method in class oracle.pg.nosql.VertexCache
-
This method returns an instance of VertexCache.
- getInstance(DataChange.ChangeAction, Long, String, Object, Long, Long, String) - Static method in class oracle.pg.nosql.VertexChange
-
This method returns an instance of VertexChange.
- 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.
- 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.nosql.OracleEdge
-
Return the head/in vertex of the edge
- getInVertexID() - Method in class oracle.pg.nosql.OracleEdge
-
Return the head/in vertex ID.
- getKey() - Method in class oracle.pg.nosql.DataChange
-
This method returns the key of the K/V
- 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.
- getKVStoreConfig() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the KVStoreConfig
object associated with the backend database
- getKVStoreConfig(PgNosqlGraphConfig) - Static method in class oracle.pg.nosql.OraclePropertyGraph
-
Gets an KVStoreConfig from a PGX PgNosqlGraphConfig object
- getLabel() - Method in class oracle.pg.common.OracleWrapperEdge
-
Return the label associated with the edge.
- getLabel() - Method in class oracle.pg.nosql.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
-
- getLuceneParametersFromRow(List<Parameter>, Row) - Method in class oracle.pg.nosql.NoSQLIndexManager
-
- getMaxEdgeID() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the maximal edge ID
- getMaxEdgeID(int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the maximal edge ID using parallel scan with dop threads
- getMaxEdgeID(int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the maximal edge ID using parallel scan with dop threads
- getMaxEdgeIDPartitioned(KVStoreConfig[], int, ProgressListener) - Method in class oracle.pg.nosql.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.nosql.OraclePropertyGraph
-
Get the maximal vertex ID
- getMaxVertexID(int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the maximal vertex ID using parallel scan with dop threads
- getMaxVertexID(int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the maximal vertex ID using parallel scan with dop threads
- getMaxVertexIDPartitioned(KVStoreConfig[], int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the maximal vertex ID using parallel scan 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.nosql.OraclePropertyGraph
-
Get the minimal edge ID
- getMinEdgeID(int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the minimal edge ID using parallel scan with dop threads
- getMinEdgeID(int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the minimal edge ID using parallel scan with dop threads
- getMinEdgeIDPartitioned(KVStoreConfig[], int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the minimal edge ID using parallel scan and the specified DOP.
- getMinVertexID() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the minimal vertex ID
- getMinVertexID(int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the minimal vertex ID using parallel scan with dop threads
- getMinVertexID(int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the minimal vertex ID using parallel scan with dop threads
- getMinVertexIDPartitioned(KVStoreConfig[], int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the minimal vertex ID using parallel scan 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.
- 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.nosql.OraclePropertyGraph
-
Get the size of the operation queue
- getOPG() - Method in class oracle.pg.nosql.OracleElementIteratorImpl
-
This method returns the OraclePropertyGraph instance associated with the iterator
- 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.nosql.OraclePropertyGraph
-
Gets the Oracle PropertyGraphIndex Manager 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
-
- 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.nosql.OracleEdge
-
Return the tail/out vertex of the edge
- getOutVertexID() - Method in class oracle.pg.nosql.OracleEdge
-
Return the tail/out vertex ID.
- 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.
- getPartitionMetrics() - Method in class oracle.pg.nosql.ConcatenateTableIterator
-
- getPartitionMetrics() - Method in class oracle.pg.nosql.FilterByKeysTableIterator
-
- getPartitionMetrics() - Method in class oracle.pg.nosql.FilterTableIterator
-
- getPartitionMetrics() - Method in class oracle.pg.nosql.FilterTableKeysIterator
-
- getPartitionsNumber() - Method in class oracle.pg.nosql.index.lucene.NoSQLLuceneEdgeAutoIndex
-
Gets the number of partitions of the edges table for the associated property graph.
- getPartitionsNumber() - Method in class oracle.pg.nosql.index.lucene.NoSQLLuceneVertexAutoIndex
-
Gets the number of partitions of the vertex table for the associated property graph.
- getPartitionsNumber() - Method in class oracle.pg.nosql.index.solr.NoSQLSolrEdgeAutoIndex
-
Gets the number of partitions of the edges table for the associated property graph.
- getPartitionsNumber() - Method in class oracle.pg.nosql.index.solr.NoSQLSolrVertexAutoIndex
-
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.nosql.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.nosql.OracleElement
-
Return the value associated with the provided key.
- getPropertyGraph() - Method in class oracle.pg.nosql.OracleElement
-
Gets the property graph instance associated to this element
- getPropertyKeys() - Method in class oracle.pg.common.OracleWrapperElement
-
Return all the keys associated with the element.
- getPropertyKeys() - Method in class oracle.pg.nosql.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.nosql.OraclePropertyGraph
-
Gets the OracleElement 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.
- 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.
- getShardMetrics() - Method in class oracle.pg.nosql.ConcatenateTableIterator
-
- getShardMetrics() - Method in class oracle.pg.nosql.FilterByKeysTableIterator
-
- getShardMetrics() - Method in class oracle.pg.nosql.FilterTableIterator
-
- getShardMetrics() - Method in class oracle.pg.nosql.FilterTableKeysIterator
-
- 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.
- getSolrParametersFromRow(List<Parameter>, Row) - Method in class oracle.pg.nosql.NoSQLIndexManager
-
- getSolrServerUrl() - Method in class oracle.pg.text.solr.SolrParameters
-
Gets the SolrCloud server URL used to connect to the Apache SolR Cloud service.
- getStartSCN() - Method in class oracle.pg.nosql.DataChange
-
- getSubDirectory(int) - Method in class oracle.pg.text.lucene.OracleDirectory
-
Gets the Directory
object associated to the specified sub-directory.
- getSVID() - Method in class oracle.pg.nosql.EdgeChange
-
This method retuns the ID of the start vertex in string format
- getTableIterator() - Method in class oracle.pg.nosql.OraclePartitionScanWorker
-
- getTableIteratorOptions() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Gets the TableIteratorOptions object associated to this property graph
- 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.
- getValue() - Method in class oracle.pg.nosql.DataChange
-
Return the value of the K/V
- 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.nosql.OracleEdge
-
Return the tail/out or head/in vertex.
- getVertex(Object) - Method in class oracle.pg.nosql.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.
- getVertexFileName() - Method in class oracle.pg.common.OracleWrapperGraph
-
- getVertexFilterCallback() - Method in class oracle.pg.nosql.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
- getVertexInstance(Long, boolean, boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
- getVertexInstance(Long, boolean, boolean) - Method in class oracle.pg.nosql.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.nosql.OraclePropertyGraph
-
Gets the property names of all vertices using parallel scan with dop threads.
- getVertexPropertyNames(int, int, Set<String>, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Gets the property names of all vertices using parallel scan with dop threads.
- getVertexPropertyNamesPartitioned(KVStoreConfig[], Set<String>, long, long, int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Gets the property names of all vertices using parallel scan with dop threads.
- getVertexTableSplits() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Get the number of splits used for parallel scan of vertex table
- getVertexTabName() - Method in class oracle.pg.nosql.OraclePropertyGraph
-
- 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.nosql.OraclePropertyGraph
-
Return an iterable of all vertices in the graph
- getVertices(String) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable to all the vertices that have the specified key.
- getVertices(String[]) - Method in class oracle.pg.nosql.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.nosql.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.nosql.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.nosql.OraclePropertyGraph
-
Return an iterable to all matching vertices that have a particular key/value property.
- getVertices(String, Object, boolean) - Method in class oracle.pg.nosql.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.nosql.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.nosql.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.nosql.OraclePropertyGraph
-
Return an iterable to all matching vertices that have a particular key/value property.
- getVertices(Direction, String...) - Method in class oracle.pg.nosql.OracleVertex
-
Return the vertices adjacent to the vertex accordng to the provided direction and edge labels
- getVerticesPartitioned(KVStoreConfig[], boolean, int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Gets an array of
Iterable
objects that hold all the vertices in the graph.
- getVerticesPartitioned(KVStoreConfig[], boolean, int, String) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an array of iterables to the vertices that have the key
- getVerticesPartitioned(KVStoreConfig[], boolean, int, String[]) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an array of iterables to the vertices that have at least one of the keys
- getVerticesPartitioned(KVStoreConfig[], boolean, int, String[], VertexFilterCallback) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an array of iterables to the vertices that have at least one of the keys
- getVerticesPartitioned(KVStoreConfig[], boolean, int, String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an array of iterables to the vertices that have at least one of the keys
- getVerticesWithCustomizedParallelTableScan(String[]) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an array of iterables to the vertices in the graph that have at least one of the given keys
- getVerticesWithCustomizedParallelTableScan(String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an array of iterables to the vertices in the graph that have at least one of the given keys
- getVerticesWithDefaultParallelTableScan(String[]) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable of vertices in the graph that have at least one of the given keys
- getVerticesWithDefaultParallelTableScan(String[], VertexFilterCallback) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable of vertices in the graph that have at least one of the given keys
- getVerticesWithDefaultParallelTableScan(String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Return an iterable of vertices in the graph that have at least one of the given keys
- 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.
- getXID() - Method in class oracle.pg.nosql.DataChange
-
- getZkTimeout() - Method in class oracle.pg.text.solr.SolrParameters
-
Gets the Zookeeper timeout (in seconds) used for Apache SolR connections
- 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
-
- readEdgeFromDB(Long) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
This method reads an edge from the database using the give edge ID.
- readFileIntoArray(String) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
-
- refresh() - Method in class oracle.pg.nosql.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.nosql.ConcatenateTableIterator
-
- remove(OracleEdge) - Method in class oracle.pg.nosql.EdgeCache
-
Remove one Edge from the cache
- remove(Long) - Method in class oracle.pg.nosql.EdgeCache
-
Remove one Edge from the cache
- remove() - Method in class oracle.pg.nosql.FilterByKeysTableIterator
-
- remove() - Method in class oracle.pg.nosql.FilterTableIterator
-
- remove() - Method in class oracle.pg.nosql.FilterTableKeysIterator
-
- remove() - Method in class oracle.pg.nosql.OracleCommonIteratorImpl
-
Removes from the underlying collection the last element returned by this iterator
- remove() - Method in class oracle.pg.nosql.OracleEdge
-
Remove the edge from the property graph.
- remove() - Method in class oracle.pg.nosql.OracleEdgeFilterIteratorImpl
-
Remove operation not supported
- remove() - Method in class oracle.pg.nosql.OracleUniqKPIterator
-
- remove() - Method in class oracle.pg.nosql.OracleVertex
-
This method removes this vertex from its container grpah
- remove() - Method in class oracle.pg.nosql.OracleVertexFilterIteratorImpl
-
Remove operation not supported
- remove(OracleVertex) - Method in class oracle.pg.nosql.VertexCache
-
Remove one Vertex from the cache
- remove(Long) - Method in class oracle.pg.nosql.VertexCache
-
Remove one Vertex from the cache
- 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.nosql.OraclePropertyGraph
-
Removes an attribute from all edges based on the specified EdgeOpCallback.
- removeAttributeFromAllEdges(EdgeOpCallback, boolean, int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Removes an attribute from all edges based on the specified EdgeOpCallback.
- removeAttributeFromAllEdges(EdgeOpCallback, boolean, int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Removes an attribute from all edges based on the specified EdgeOpCallback.
- removeAttributeFromAllVertices(VertexOpCallback) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Removes an attribute from all vertices based on the specified VertexOpCallback.
- removeAttributeFromAllVertices(VertexOpCallback, boolean, int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Removes an attribute from all vertices based on the specified VertexOpCallback.
- removeAttributeFromAllVertices(VertexOpCallback, boolean, int, ProgressListener) - Method in class oracle.pg.nosql.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.nosql.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.nosql.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.nosql.OraclePropertyGraph
-
Remove the provided vertex from the graph
- 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.
- 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.nosql.OraclePropertyGraph
-
Rollbacks the operations done to this property graph instance
- run() - Method in class oracle.pg.nosql.OraclePartitionScanWorker
-
- 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.nosql.OraclePropertyGraph
-
Convert from a Java Serializable object to a String encoding.
- setBatchSize(int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Set the size of the batch used for update operations.
- setBatchSizeToDebug(long) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
-
Set the batch size to show debug information
- setClearTableDOP(int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Sets the number of workers to be used when removing all rows from a table
- setClearTablePKBufferSize(int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Set the size of the primary key buffer used when removing all rows from a table
- setClearTableThreadsPerWorker(int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Sets the number of threads per clear table worker to be used when removing all rows from a table
- setCustomizedParallelScanDOP(int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Set the dop used for parallel scan
- setDefaultEdgeOptFlag(OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Set the default 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.nosql.OraclePropertyGraph
-
Set the default index parameters associated to this property graph.
- setDefaultVertexOptFlag(OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Set the default vertex optimization flag associated to this property graph
- setEdgeFilterCallback(EdgeFilterCallback) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Set the default EdgeFilterCallback associated to this property graph
- setGracefulTimeout(boolean) - Method in class oracle.pg.nosql.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
- setLocale(Locale) - Method in class oracle.pg.common.LocalizedMessage
-
Sets the Locale that will be used to deliver this message.
- 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.nosql.OracleElement
-
Set a flag to denote if this graph element is only partially constructed.
- setProgressListener(ProgressListener) - Method in class oracle.pg.nosql.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.nosql.OracleEdge
-
- setProperty(String, Object, boolean) - Method in class oracle.pg.nosql.OracleEdge
-
- setProperty(String, Object) - Method in class oracle.pg.nosql.OracleElement
-
Assign a key/value property to the element.
- setProperty(String, Object, boolean) - Method in class oracle.pg.nosql.OracleElement
-
Assign a key/value property to the element.
- setProperty(String, Object, boolean, boolean) - Method in class oracle.pg.nosql.OracleElement
-
Assign a key/value property to the element.
- setPropertyCommon(String, Object, boolean) - Method in class oracle.pg.nosql.OracleElement
-
Assign a key/value property to the element.
- setQueueSize(int) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Sets the OracleElement queue size.
- setSkipStoreToCache(boolean) - Method in class oracle.pg.nosql.OracleEdgeFilterIteratorImpl
-
- setSkipStoreToCache(boolean) - Method in class oracle.pg.nosql.OracleVertexFilterIteratorImpl
-
- setTableIteratorOptions(TableIteratorOptions) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Sets the TableIteratorOptions object associated to this property graph
- setVertexFilterCallback(VertexFilterCallback) - Method in class oracle.pg.nosql.OraclePropertyGraph
-
Set the default VertexFilterCallback associated to this property graph
- showProgress() - Method in class oracle.pg.common.ParametersBase
-
- showProgress() - Method in class oracle.pg.nosql.Parameters
-
Return if the flag of showing progress is on
- shutdown() - Method in class oracle.pg.common.OracleWrapperGraph
-
A shutdown function is required to properly close the graph.
- shutdown() - Method in class oracle.pg.nosql.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) - Static method in class oracle.pg.nosql.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.nosql.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.nosql.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.nosql.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.nosql.OraclePropertyGraphFeatures
-
Checks whether the graph supports both vertex and edge properties.
- syncCache() - Method in class oracle.pg.common.ParametersBase
-
Returns true if the underlying vertex cache and edge cache are synchronized