Skip navigation links
Oracle Big Data Spatial and Graph Property Graph
Java API Reference for Oracle NoSQL Database
Release 3 (3.0) E62126-08
A B C D E F G H I K L M N O P Q R S T U V W Z 

A

add(T) - Method in class oracle.pg.text.lucene.LuceneIndex
Adds a new Element into the Element Index
add(T) - Method in interface oracle.pg.text.OracleIndex
Adds a new Element into the index using all its associated key/value pairs
add(T) - Method in class oracle.pg.text.solr.SolrIndex
Adds a new element into the index using all its key/value pairs.
add(T, CloudSolrClient) - Method in class oracle.pg.text.solr.SolrIndex
Adds a new element into the index using all its key/value pairs.
addAttributeToAllEdges(EdgeOpCallback) - Method in class oracle.pg.common.OraclePropertyGraphBase
Adds an attribute to all edges satisfying the criterias specified in the given EdgeOpCallback.
addAttributeToAllEdges(EdgeOpCallback, boolean, int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Adds an attribute to all edges satisfying the criterias specified in the given EdgeOpCallback.
addAttributeToAllEdges(EdgeOpCallback, boolean, int, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Adds an attribute to all edges satisfying the criterias specified in the given EdgeOpCallback.
addAttributeToAllEdges(EdgeOpCallback, boolean, int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
Adds an attribute to all edges based on the specified EdgeOpCallback.
addAttributeToAllVertices(VertexOpCallback) - Method in class oracle.pg.common.OraclePropertyGraphBase
Adds an attribute to all vertices satisfying the criterias specified in the given VertexOpCallback.
addAttributeToAllVertices(VertexOpCallback, boolean, int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Adds an attribute to all vertices satisfying the criterias specified in the given VertexOpCallback.
addAttributeToAllVertices(VertexOpCallback, boolean, int, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Adds an attribute to all vertices satisfying the criterias specified in the given VertexOpCallback.
addAttributeToAllVertices(VertexOpCallback, boolean, int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
Adds an attribute to all vertices based on the specified VertexOpCallback.
addEdge(Object, Vertex, Vertex, String) - Method in class oracle.pg.common.OraclePropertyGraphBase
This method adds an edge to the graph instance.
addEdge(Object, Vertex, Vertex, String) - Method in class oracle.pg.common.OraclePropertyGraphBase
Adds a new Edge
addEdge(Object, Vertex, Vertex, String) - Method in class oracle.pg.nosql.OraclePropertyGraph
This method adds an edge to the graph instance.
addEdge(String, Vertex) - Method in class oracle.pg.nosql.OracleVertex
This method adds an outgoing edge from this vertex to the inVertex with the provided edge label.
addEdge(String, Vertex, Object...) - Method in class oracle.pg.nosql.OracleVertex
Adds an outgoing edge from this vertex to the inVertex with the provided edge label.
addParameter(Parameter) - Method in class oracle.pg.text.OracleIndexParameters
Adds a new parameter to this OracleIndexParameters object
addToIndexedDocs(long) - Method in class oracle.pg.text.lucene.OracleIndexWriter
Increments the number of documents indexed by this object
addVertex(Object) - Method in class oracle.pg.common.OraclePropertyGraphBase
This method adds an vertex to the graph instance.
addVertex(Object...) - Method in class oracle.pg.common.OraclePropertyGraphBase
Add a Vertex to the graph given an optional series of key/value pairs.
addVertex(String) - Method in class oracle.pg.common.OraclePropertyGraphBase
Add a Vertex to the graph with provided vertex label.
addVertex(Object) - Method in class oracle.pg.nosql.OraclePropertyGraph
This method adds an vertex to the graph instance.
allowsExtraFields() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Getter to indicate whether or not all the fields in the CSV will be converted to a Vertex or Edge id, label or property i.e.
allowsMultiLine() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Getter to indicate whether or not fields from can contain multiple lines, i.e.
ANALYZER_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
This constant denotes the parameter for the analyzer object used in an Apache Lucene index
appendDatatypesSuffixToKey(String, Class) - Method in class oracle.pg.text.lucene.LuceneIndex
This operation will append the data type suffix to the key based on the LuceneIndex configuration.
appendDatatypesSuffixToKey(String, Class) - Method in class oracle.pg.text.solr.SolrIndex
This operation will append the data type suffix to the key based on the LuceneIndex configuration.
appendDatatypesSuffixToValue(Object, Class) - Method in class oracle.pg.text.lucene.LuceneIndex
This operation will append the data type suffix to the String representation of the given value based on the LuceneIndex configuration.
appendDatatypesSuffixToValue(Object, Class) - Method in class oracle.pg.text.solr.SolrIndex
This operation will append the data type suffix to the String representation of the given value based on the LuceneIndex configuration.
appendDTToKey(String, Class) - Static method in class oracle.pg.text.OracleIndexUtils
Appends the value's data type SUFFIX to the specified key.
appendDTToKey(String, Class) - Static method in class oracle.pg.text.solr.SolrIndexUtils
Appends the value's data type SUFFIX to the specified key.
appendDTToValue(String, Class) - Static method in class oracle.pg.text.lucene.LuceneIndexUtils
Appends the value's data type PREFIX to the specified key.

B

BackendConfig - Interface in oracle.pg.common
Describes the metadata for serialization sintax checking Backend configiguration
BackendConfigOracleNosqlDb - Class in oracle.pg.nosql
A class for provide the Backend confing parameters for serialization syntax checking in Oracle Nosql DB
BATCH_SIZE_PARAMETER - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the parameter for the batch size used to force a flush over the index
buildFS(int, int, int, int, boolean, String) - Static method in class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object from the set of parameters using Lucene engine.
buildFS(int, int, int, int, boolean, String[]) - Static method in class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object from the set of parameters using Lucene engine.
buildSearchTerm(String, Object) - Method in class oracle.pg.text.lucene.LuceneIndex
Builds a search term query expression in the syntax required by this index.
buildSearchTerm(String, Object, Class) - Method in class oracle.pg.text.lucene.LuceneIndex
Builds a search term query expression in the syntax required by this index.
buildSearchTerm(String, Object) - Method in interface oracle.pg.text.OracleIndex
Builds a search term query expression in the syntax required by this index.
buildSearchTerm(String, Object, Class) - Method in interface oracle.pg.text.OracleIndex
Builds a search term query expression in the syntax required by this index.
buildSearchTerm(String, Object) - Method in class oracle.pg.text.solr.SolrIndex
Builds a search term query expression in the syntax required by this index.
buildSearchTerm(String, Object, Class) - Method in class oracle.pg.text.solr.SolrIndex
Builds a search term query expression in the syntax required by this index.
buildSearchTermObject(String, Object, Class) - Method in class oracle.pg.text.lucene.LuceneIndex
Builds a Term object using the given key/Value pair by transforming the K/V into a query expression in the syntax required by this index.
buildSolr(String, String, String, int, int, int, int, int, int, int, long) - Static method in class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object from the set of parameters using SolrCloud engine.

C

castAsOracleConnection(Connection) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Cast a java.sql.Connection object into an OracleConnection object
castRDBMSObject(Object, Class) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
castTinkerpop23Direction(Direction) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Cast a Tinkerpop 2.3 Direction object to a Tinkerpop 3.X Direction object.
castToTinkerpop23Direction(Direction) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Cast a Tinkerpop 3.X Direction object to a Tinkerpop 2.3 Direction object.
checkCompliance() - Method in class oracle.pg.common.OraclePropertyGraphFeaturesBase
This method determines whether the full gamut of features have been set by the Graph implementation.
checkSQLName(String, int) - Static method in class oracle.pg.common.Util
Checks for any illegal characters in a SQL name.
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.common.EdgeCache
This method empties the cache
clearCache() - Method in class oracle.pg.common.OraclePropertyGraphBase
This method clear the Vertex and Edge caches associated to this property graph instance.
clearCache() - Method in class oracle.pg.common.VertexCache
This method empties the cache
clearCache() - Method in class oracle.pg.nosql.OraclePropertyGraph
Clear the vertex cache and edge 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.common.loader.DelayedFileOutputStream
 
close() - Method in class oracle.pg.common.OracleCommonIteratorBase
Closes the iterator
close() - Method in class oracle.pg.common.OraclePropertyGraphBase
Closes this property graph instance
close() - Method in class oracle.pg.common.OracleTinkerpop30EdgeIterableImpl
Closes this iterator.
close() - Method in class oracle.pg.common.OracleTinkerpop30EdgeIteratorImpl
Closes this Iterator
close() - Method in class oracle.pg.common.OracleTinkerpop30VertexIterableImpl
Closes this iterator.
close() - Method in class oracle.pg.common.OracleTinkerpop30VertexIteratorImpl
Closes this Iterator
close() - Method in class oracle.pg.nosql.OracleEdgeFilterIteratorImpl
Closes this Iterator
close() - Method in class oracle.pg.nosql.OracleElementIteratorImpl
Close the iterator.
close() - Method in class oracle.pg.nosql.OracleVertexFilterIteratorImpl
Closes this Iterator
close() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Closes this index 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 index 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
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
ColumnToAttrMapping - Class in oracle.pg.common
A class denoting the mappings between a CSV File or RDBMS Table column name and an attribute name.
commit() - Method in class oracle.pg.nosql.OraclePropertyGraph
Commit changes done to this property graph instace.
commit() - Method in class oracle.pg.text.lucene.LuceneIndex
Commit changes
commit() - Method in interface oracle.pg.text.OracleIndex
Commit changes
commit() - Method in class oracle.pg.text.solr.SolrIndex
Commit changes
commit(CloudSolrClient) - Method in class oracle.pg.text.solr.SolrIndex
Commit changes using the given CloudSolrClient object
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
commitCloudServer(CloudSolrClient, long) - Static method in class oracle.pg.text.solr.SolrIndexUtils
Commit the specified CloudSolrClient object
commitIndices() - Method in class oracle.pg.common.OraclePropertyGraphBase
Commits all changes executed into the text indices associated to this graph
commitIndices() - Method in class oracle.pg.text.OracleIndexManager
Commits all open indices.
compareDates(Object, Object) - Static method in class oracle.pg.common.Util
Returns true if two given objects (either a Date object or a String representation of a Date object) are the same.
compareFiles(String, String) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Compare the content of two files contents against each other.
compareTo(Object) - Method in class oracle.pg.nosql.OracleEdge
Compares this object with the specified object for order.
compareTo(Object) - Method in class oracle.pg.nosql.OracleVertex
Compares this object with the specified object for order.
compareValueObjects(Object, Object) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Compares two value objects
compute() - Method in class oracle.pg.common.OraclePropertyGraphBase
Generate a GraphComputer using the default engine of the underlying graph system.
compute(Class<C>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Declare the GraphComputer to use for OLAP operations on the graph.
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
configuration() - Method in class oracle.pg.common.OraclePropertyGraphBase
Get the org.apache.commons.configuration.Configuration associated with the construction of this graph.
configureGraphInstance(Configuration) - Method in class oracle.pg.nosql.OraclePropertyGraphConfiguration
Create an OraclePropertyGraph instance according to the given configuration
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
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 given key is already indexed using this automatic index.
continueOnError(long, long, Object, String) - Method in interface oracle.pg.common.DataConverterListener
Returns true if the data conversion is to be continued upon encountering this error.
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.
convertCSV2OPE(InputStream, String, long, String, String, boolean, String, ColumnToAttrMapping[], int, long, DateFormat, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, boolean, String, ColumnToAttrMapping[], int, long, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, boolean, String, ColumnToAttrMapping[], int, char, char, long, DateFormat, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, boolean, String, ColumnToAttrMapping[], int, char, char, long, DateFormat, boolean, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, long, boolean, String, ColumnToAttrMapping[], int, char, char, long, DateFormat, boolean, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, long, long, boolean, String, ColumnToAttrMapping[], int, char, char, long, DateFormat, boolean, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, CSV2OPEConfig, OutputStream) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Converts a property graph file for edges in CSV format into Oracle Flat File format using the specified configuration.
convertCSV2OPE(InputStream, String, long, String, String, boolean, String, ColumnToAttrMapping[], int, char, char, long, DateFormat, boolean, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OracleConvertersUtilsBase
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, long, boolean, String, ColumnToAttrMapping[], int, char, char, long, DateFormat, boolean, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OracleConvertersUtilsBase
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, long, long, boolean, String, ColumnToAttrMapping[], int, char, char, long, DateFormat, boolean, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OracleConvertersUtilsBase
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, boolean, String, ColumnToAttrMapping[], int, char, char, long, DateFormat, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OracleConvertersUtilsBase
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, boolean, String, ColumnToAttrMapping[], int, long, DateFormat, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OracleConvertersUtilsBase
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, boolean, String, ColumnToAttrMapping[], int, long, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OracleConvertersUtilsBase
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, boolean, String, ColumnToAttrMapping[], int, long, DateFormat, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, boolean, String, ColumnToAttrMapping[], int, long, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, boolean, String, ColumnToAttrMapping[], int, char, char, long, DateFormat, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, boolean, String, ColumnToAttrMapping[], int, char, char, long, DateFormat, boolean, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, long, boolean, String, ColumnToAttrMapping[], int, char, char, long, DateFormat, boolean, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPE(InputStream, String, long, String, String, long, long, boolean, String, ColumnToAttrMapping[], int, char, char, long, DateFormat, boolean, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts a property graph file for edges in CSV format into Oracle Flat File format.
convertCSV2OPG(InputStream, CSV2OPGConfig, OutputStream, OutputStream) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Converts a single property graph file in CSV format into Oracle Flat Files format using the specified configuration.
convertCSV2OPV(InputStream, String, long, ColumnToAttrMapping[], int, long, DateFormat, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified delimiters.
convertCSV2OPV(InputStream, String, long, ColumnToAttrMapping[], int, long, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified delimiters.
convertCSV2OPV(InputStream, String, long, ColumnToAttrMapping[], int, char, char, long, DateFormat, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified delimiters.
convertCSV2OPV(InputStream, String, long, ColumnToAttrMapping[], int, char, char, long, DateFormat, boolean, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified delimiters.
convertCSV2OPV(InputStream, CSV2OPVConfig, OutputStream) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified configuration.
convertCSV2OPV(InputStream, String, long, ColumnToAttrMapping[], int, long, DateFormat, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OracleConvertersUtilsBase
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified delimiters.
convertCSV2OPV(InputStream, String, long, ColumnToAttrMapping[], int, long, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OracleConvertersUtilsBase
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified delimiters.
convertCSV2OPV(InputStream, String, long, ColumnToAttrMapping[], int, char, char, long, DateFormat, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OracleConvertersUtilsBase
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified delimiters.
convertCSV2OPV(InputStream, String, long, ColumnToAttrMapping[], int, char, char, long, DateFormat, boolean, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OracleConvertersUtilsBase
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified delimiters.
convertCSV2OPV(InputStream, String, long, ColumnToAttrMapping[], int, long, DateFormat, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified delimiters.
convertCSV2OPV(InputStream, String, long, ColumnToAttrMapping[], int, long, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified delimiters.
convertCSV2OPV(InputStream, String, long, ColumnToAttrMapping[], int, char, char, long, DateFormat, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified delimiters.
convertCSV2OPV(InputStream, String, long, ColumnToAttrMapping[], int, char, char, long, DateFormat, boolean, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified delimiters.
convertRDBMSTable2OPE(Connection, String, String, long, String, String, long, boolean, String, ColumnToAttrMapping[], int, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OracleConvertersUtilsBase
This method converts given rdbms table to a ope file
convertRDBMSTable2OPE(Connection, String, String, long, String, String, long, long, boolean, String, ColumnToAttrMapping[], int, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OracleConvertersUtilsBase
This method converts given rdbms table to a ope file
convertRDBMSTable2OPE(Connection, String, String, long, String, String, long, boolean, String, ColumnToAttrMapping[], int, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
This method converts given rdbms table to a ope file
convertRDBMSTable2OPE(Connection, String, String, long, String, String, long, boolean, String, ColumnToAttrMapping[], int, OutputStream, DataConverterListener, BackendConfig) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
This method converts given rdbms table to a ope file
convertRDBMSTable2OPE(Connection, String, String, long, String, String, long, long, boolean, String, ColumnToAttrMapping[], int, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
This method converts given rdbms table to a ope file
convertRDBMSTable2OPE(Connection, String, String, long, String, String, long, long, boolean, String, ColumnToAttrMapping[], int, OutputStream, DataConverterListener, BackendConfig) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
This method converts given rdbms table to a ope file
convertRDBMSTable2OPV(Connection, String, String, long, ColumnToAttrMapping[], int, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OracleConvertersUtilsBase
Converts given rdbms table to a opv file.
convertRDBMSTable2OPV(Connection, String, String, long, ColumnToAttrMapping[], int, OutputStream, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts given rdbms table to a opv file.
convertRDBMSTable2OPV(Connection, String, String, long, ColumnToAttrMapping[], int, OutputStream, DataConverterListener, BackendConfig) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts given rdbms table to a opv file.
copyFeatures() - Method in class oracle.pg.nosql.OraclePropertyGraphFeatures
This method copies the features in this features object to another feature object..
count() - Method in class oracle.pg.common.OracleVertexQuery
Execute the query and return the number of edges that are not filtered.
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.common.OraclePropertyGraphBase
Counts all edges
countEdges(int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Counts all edges using parallel scans and the specified DOP.
countEdges(int, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Counts all edges using parallel scans and the specified DOP.
countEdges(int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
Counts all Edges using parallel scan with dop threads
countVertices() - Method in class oracle.pg.common.OraclePropertyGraphBase
Counts all vertices
countVertices(int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Counts all vertices using parallel scan with dop threads
countVertices(int, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
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
createExternalTable(String, String, String, String[], Class<?>[], Connection) - Static method in class oracle.pg.common.loader.LoaderUtils
 
createExternalTableFromCSVInputStream(InputStream, String, String, char, Connection) - Static method in class oracle.pg.common.loader.LoaderUtils
 
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.common.OraclePropertyGraphBase
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.common.OraclePropertyGraphBase
Creates an automatic indexing structure for indexing provided key for element class.
createKeyIndex(String[], Class<T>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Creates an automatically maintained index for the given keys and element class.
createKeyIndex(String[], Class<T>, Parameter...) - Method in class oracle.pg.common.OraclePropertyGraphBase
Creates an automatically maintained index for the given keys and element class.
createTable(String, Connection, String[], String[], Class<?>[]) - Static method in class oracle.pg.common.loader.LoaderUtils
 
CSV2OPEConfig - Class in oracle.pg.common.csvconverter
This class contains the configuration settings to convert a CSV file into an edge file in Oracle Flat-file format (OPE file).
CSV2OPEConfig() - Constructor for class oracle.pg.common.csvconverter.CSV2OPEConfig
 
CSV2OPGConfig - Class in oracle.pg.common.csvconverter
This class contains the ID configuration settings to convert a CSV file into graph file in Oracle Flat-file format (OPV, OPE files).
CSV2OPGConfig() - Constructor for class oracle.pg.common.csvconverter.CSV2OPGConfig
 
CSV2OPGConfigBase - Class in oracle.pg.common.csvconverter
This class contains the CSV parsing configuration settings to convert a CSV file into files in Oracle Flat-file format (OPV, OPE files).
CSV2OPGConfigBase() - Constructor for class oracle.pg.common.csvconverter.CSV2OPGConfigBase
 
CSV2OPVConfig - Class in oracle.pg.common.csvconverter
This class contains the configuration settings to convert a CSV file into a vertex file in Oracle Flat-file format (OPV file).
CSV2OPVConfig() - Constructor for class oracle.pg.common.csvconverter.CSV2OPVConfig
 
CSV_DATE_TIME_FORMATS - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
These formats are used in the CSV converter when trying to parse a Date
CSV_DT_KEYWORD_BOOLEAN - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
This constant denotes a Boolean data type for the value field of an attribute (K/V pair) in the CSV converter
CSV_DT_KEYWORD_BYTE - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
This constant denotes a Byte data type for the value field of an attribute (K/V pair) in the CSV converter
CSV_DT_KEYWORD_CHAR - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
This constant denotes a Character data type for the value field of an attribute (K/V pair) in the CSV converter
CSV_DT_KEYWORD_DATE - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
This constant denotes a Date data type for the value field of an attribute (K/V pair) in the CSV converter
CSV_DT_KEYWORD_DOUBLE - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
This constant denotes a Double data type for the value field of an attribute (K/V pair) in the CSV converter
CSV_DT_KEYWORD_FLOAT - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
This constant denotes a Float data type for the value field of an attribute (K/V pair) in the CSV converter
CSV_DT_KEYWORD_INTEGER - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
This constant denotes a Integer data type for the value field of an attribute (K/V pair) in the CSV converter
CSV_DT_KEYWORD_JSON - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
This constant denotes a JSON data type for the value field of an attribute (K/V pair) in the CSV converter
CSV_DT_KEYWORD_LONG - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
This constant denotes a Long data type for the value field of an attribute (K/V pair) in the CSV converter
CSV_DT_KEYWORD_RDF - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
This constant denotes a RDF URI data type for the value field of an attribute (K/V pair) in the CSV converter
CSV_DT_KEYWORD_SHORT - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
This constant denotes a Short data type for the value field of an attribute (K/V pair) in the CSV converter
CSV_DT_KEYWORD_SPATIAL - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
This constant denotes a Spatial data type for the value field of an attribute (K/V pair) in the CSV converter
CSV_DT_KEYWORD_STRING - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
This constant denotes a String data type for the value field of an attribute (K/V pair) in the CSV converter

D

DataConverterListener - Interface in oracle.pg.common
This interface defines a few core APIs to that can be used to report progress of a data conversion process.
DataLoaderListener - Interface in oracle.pg.common
This interface defines a few core APIs to that can be used to report progress of a data loading process.
DATATYPES_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
This constant denotes the parameter for the way values are stored in an Apache Lucene index, if true, all values will be stored as strings, else all values will be stored using their datatypes
debug(Object, Object) - Method in class oracle.pg.common.SimpleLog
Logs the two message objects with the DEBUG level
debug(Object) - Method in class oracle.pg.common.SimpleLog
Logs the message object with the DEBUG level
debug(Object, Throwable) - Method in class oracle.pg.common.SimpleLog
Logs the message object with the DEBUG level including the stack trace of the Throwable t passed as parameter
decodeObject(String, SimpleDateFormat) - Static method in class oracle.pg.nosql.NoSQLCommon
Decode an Object from a string representation; the first byte of the string is the type
decodeObject(int, String, SimpleDateFormat) - Static method in class oracle.pg.nosql.NoSQLCommon
Decode an Object from a String representation based in the given type (Integer value)
DEFAULT_BATCH_SIZE - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the default the batch size to use when indexing data.
DEFAULT_COMMIT_BATCH_SIZE - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the default commit batch size to use when indexing data.
DEFAULT_NUM_CONNECTIONS - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the default number of connections used when indexing data.
DEFAULT_WRITE_TIMEOUT - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the default time out used for SolrCloud write operations
defaultIndexParams() - Static method in class oracle.pg.text.OracleIndexParameters
Gets Oracle's default array of parameters defined for an index.
defaultIndexParamsAsList() - Static method in class oracle.pg.text.lucene.LuceneIndexParameters
Gets Oracle's default list of parameters defined for an index.
defaultIndexParamsAsList() - Static method in class oracle.pg.text.OracleIndexParameters
Gets Oracle's default list of parameters defined for an index.
defaultIndexParamsAsList() - Static method in class oracle.pg.text.solr.SolrIndexParameters
Gets Oracle's default list of parameters defined for an index.
DelayedFileOutputStream - Class in oracle.pg.common.loader
Customized OutputStream
DelayedFileOutputStream(String) - Constructor for class oracle.pg.common.loader.DelayedFileOutputStream
 
disableEdgeAutoIndexer() - Method in class oracle.pg.text.OracleIndexManager
Disables the edge auto indexing.
disableVertexAutoIndexer() - Method in class oracle.pg.text.OracleIndexManager
Disables the vertex auto indexing.
dispose() - Method in class oracle.pg.nosql.OraclePropertyGraph
Closes the graph without commiting any changes
doesEdgeLabelSizeExceedLimit(String) - Method in interface oracle.pg.common.BackendConfig
Checks whether or not the edge label exceed the limit.
doesEdgeLabelSizeExceedLimit(byte[]) - Method in interface oracle.pg.common.BackendConfig
Checks whether or not the edge label exceed the limit.
doesPropertyNameSizeExceedLimit(String) - Method in interface oracle.pg.common.BackendConfig
Checks whether or not the property name exceed the limit.
doesPropertyNameSizeExceedLimit(byte[]) - Method in interface oracle.pg.common.BackendConfig
Checks whether or not the property name exceed the limit.
doesPropertyStringValueSizeExceedLimit(String) - Method in interface oracle.pg.common.BackendConfig
Checks whether or not the property value exceed the limit.
doesPropertyStringValueSizeExceedLimit(byte[]) - Method in interface oracle.pg.common.BackendConfig
Checks whether or not the property value exceed the limit.
doesVectorLabelSizeExceedLimit(String) - Method in interface oracle.pg.common.BackendConfig
Checks whether or not the vector label exceed the limit.
doesVectorLabelSizeExceedLimit(byte[]) - Method in interface oracle.pg.common.BackendConfig
Checks whether or not the vector label exceed the limit.
dropAllAutoIndices() - Method in class oracle.pg.common.OraclePropertyGraphBase
Drops all existing automatic indices (vertex and edges).
dropAllAutoIndices() - Method in class oracle.pg.text.OracleIndexManager
Removes all the automatic indices created on top of the underlying property graph
dropAllIndices() - Method in class oracle.pg.common.OraclePropertyGraphBase
Drops all existing indices.
dropAllIndices() - Method in class oracle.pg.text.OracleIndexManager
Drops all indices handled by this index manager.
dropAllManualIndices() - Method in class oracle.pg.common.OraclePropertyGraphBase
Drops all existing manual indices (vertices and edges).
dropAllManualIndices() - Method in class oracle.pg.text.OracleIndexManager
Removes all manual indices created on top of the underlying property graph.
dropIndex(String) - Method in class oracle.pg.common.OraclePropertyGraphBase
Removes an index associated with the graph.
dropIndex() - Method in class oracle.pg.text.lucene.LuceneIndex
Clears all data stored in the index.
dropIndex() - Method in interface oracle.pg.text.OracleIndex
Drops and removes all data from the text index (including its directory)
dropIndex(String) - Method in class oracle.pg.text.OracleIndexManager
Drops the specified manual index
dropIndex(String, boolean) - Method in class oracle.pg.text.OracleIndexManager
Drops the specified manual index
dropIndex() - Method in class oracle.pg.text.solr.SolrIndex
Drops the index data
dropIndices() - Method in class oracle.pg.text.OracleIndexManager
Removes all manual and automatic indexes created on top of the underlying property graph.
dropKeyIndex(String, Class<T>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Removes an automatic indexing structure associated with indexing provided key for element class.
dropKeyIndex(String[], Class<T>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Removes an automatic indexing structure associated with indexing provided key for element class.
dropKeyIndex(String[], Class<T>, Parameter...) - Method in class oracle.pg.common.OraclePropertyGraphBase
Removes an automatic indexing structure associated with indexing provided key for element class.
dropPropertyGraph(KVStoreConfig, String) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
Drops the specified property graph (including its associated tables).
dropPropertyGraph(OraclePropertyGraph) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
Drops the specified property graph (including its associated tables).
dropPropertyGraph(KVStoreConfig, String, String, String) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
Drops the specified property graph (including its associated tables).
dumpStatistics(PrintStream) - Method in class oracle.pg.common.EdgeCache
Dump edge cache statistics
dumpStatistics(PrintStream) - Method in class oracle.pg.common.VertexCache
 

E

edge() - Method in class oracle.pg.common.OraclePropertyGraphTinker3FeaturesBase
Gets the features related to "edge" operation.
EDGE_CLASS_ID - Static variable in class oracle.pg.text.OracleIndexManager
An integer constant to denote that the index is associated to edges
EDGE_ID_PROP - Static variable in interface oracle.pg.text.OracleIndex
A constant text index field name for the ID of an edge
EDGE_ID_PROP - Static variable in class oracle.pg.text.solr.SolrIndex
A constant text index field name for the ID of an edge
EDGE_LABEL_PROP - Static variable in interface oracle.pg.text.OracleIndex
A constant text index field name for the label of an edge
EdgeCache - Class in oracle.pg.common
This class implements a cache layer for OracleEdgeBase objects.
EdgeFilterCallback - Interface in oracle.pg.common
This interface defines the API to filter edges.
EdgeOpCallback - Interface in oracle.pg.common
This interface defines a callback function that can be used together with a whole graph level operation like adding a new weight attribute or removing an existing weight attribute
edges(Object...) - Method in class oracle.pg.common.OraclePropertyGraphBase
Get the Edge objects in this graph with the provided edge ids or Edge objects.
edges() - Method in class oracle.pg.common.OracleVertexQuery
Executes the query and returns the matching edges
edges(Direction, String...) - Method in class oracle.pg.nosql.OracleVertex
Gets an Iterator of incident edges.
element() - Method in class oracle.pg.common.OraclePropertyBase
Get the element that this property is associated with
element() - Method in class oracle.pg.common.OracleVertexPropertyBase
Gets the Vertex that owns this VertexProperty.
enableEdgeAutoIndexer() - Method in class oracle.pg.text.OracleIndexManager
Enables the edge auto indexing.
enableVertexAutoIndexer() - Method in class oracle.pg.text.OracleIndexManager
Enables the vertex auto indexing.
END_NODE_ID_PROP - Static variable in interface oracle.pg.text.OracleIndex
A constant text index field name for the ID of an edge's head (destination) vertex
enquoteColumnName(Connection, String) - Static method in class oracle.pg.common.Util
Enquotes a column name.
enquoteColumnNameCaseSensitive(Connection, String) - Static method in class oracle.pg.common.Util
Enquotes a column name.
enquoteLiteral(Connection, String) - Static method in class oracle.pg.common.Util
This method enquotes a literal value.
enquoteLiteral(Connection, String, int) - Static method in class oracle.pg.common.Util
Returns the enquoted literal
enquoteNameSQLName(Connection, String) - Static method in class oracle.pg.common.Util
Returns the ENQUOTE_NAME formatted String for the SQL name If the Oracle JDBC is present, use the new OracleStatement.enquoteIdentifier API in the JDK8 JDBC.
enquoteTableName(Connection, String) - Static method in class oracle.pg.common.Util
Enquotes a table name with or without schema name which is separated by ".".
equals(Object) - Method in class oracle.pg.common.OraclePropertyBase
Validate if the given object is equal to this property
equals(Object) - Method in class oracle.pg.common.OracleVertexPropertyBase
Validates if the given object is equal to this Vertex property
equals(Object) - Method in class oracle.pg.common.SimpleJsonDataWrapper
This method returns true if the current SimpleJsonDataWrapper instance is considered equal to the given SimpleJsonDataWrapper instance
equals(Object) - Method in class oracle.pg.common.SimpleRdfDataWrapper
This method returns true if the current SimpleRdfDataWrapper instance is considered equal to the given SimpleRdfDataWrapper instance
equals(Object) - Method in class oracle.pg.common.SimpleSpatialDataWrapper
This method returns true if the current SimpleSpatialDataWrapper instance is considered equal to the given SimpleSpatialDataWrapper instance
equals(Object) - Method in class oracle.pg.nosql.OracleEdge
This method returns true if the current OracleEdge instance is considered equal to the given OracleEdge instance
equals(Object) - Method in class oracle.pg.nosql.OracleVertex
This method returns true if the current OracleVertex instance is considered equal to the given OracleVertex instance
error(Object) - Method in class oracle.pg.common.SimpleLog
Logs the message object with the ERROR level
error(Object, Throwable) - Method in class oracle.pg.common.SimpleLog
Logs the message object with the ERROR level including the stack trace of the Throwable t passed as parameter
escape(String) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Escapes a string into the required Oracle flat file format.
existEdgeIndex(String) - Method in class oracle.pg.text.OracleIndexManager
Verifies if the index with the specified name already exists for this property graph as an edge manual index.
existVertexIndex(String) - Method in class oracle.pg.text.OracleIndexManager
Verifies if the manual vertex index with the specified name already exists for this property graph.
exportEdgeFlatFile(OraclePropertyGraph, OutputStream, int, boolean, boolean) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
This function exports the edges of a given property graph into OPE flat file
exportEdges(Iterator<Edge>[], OutputStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
This function exports a given edges into the output stream using Oracle flat-file format.
exportFlatFiles(OraclePropertyGraphBase, String, String, boolean) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
This function exports a given property graph into two flat files: one for vertices and the other for edges.
exportFlatFiles(OraclePropertyGraphBase, String, String, int, boolean) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
This function exports a given property graph into two flat files: one for vertices and the other for edges.
exportFlatFiles(OraclePropertyGraphBase, OutputStream, OutputStream, int, boolean) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
This function exports a given property graph into two flat files: one for vertices and the other for edges.
exportFlatFiles(OraclePropertyGraph, String, String, boolean) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
This function exports a given property graph into two flat files: one for vertices and the other for edges.
exportFlatFiles(OraclePropertyGraph, String, String, int, boolean) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
This function exports a given property graph into two flat files: one for vertices and the other for edges.
exportFlatFiles(OraclePropertyGraph, OutputStream, OutputStream, boolean, int) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
This function exports a given property graph into two flat files: one for vertices and the other for edges.
exportFlatFiles(OraclePropertyGraph, OutputStream, OutputStream, int, boolean, boolean) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
This function exports a given property graph into two flat files: one for vertices and the other for edges.
exportGML(OraclePropertyGraphBase, String, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Exports all vertices/edges from the specified property graph into the specified file in GML format.
exportGML(OraclePropertyGraphBase, OutputStream, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Exports all vertices/edges from the specified property graph into the output stream in GML format.
exportGraphML(OraclePropertyGraphBase, String, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Exports all vertices/edges from the specified property graph into the specified file in GraphGML format.
exportGraphML(OraclePropertyGraphBase, OutputStream, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Exports all vertices/edges from the specified property graph into the output stream in GraphGML format.
exportGraphMLTinkerpop3(OraclePropertyGraphBase, String, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Exports all vertices/edges from the specified property graph into the specified file in GraphGML format.
exportGraphMLTinkerpop3(OraclePropertyGraphBase, OutputStream, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Exports all vertices/edges from the specified property graph into the output stream in GraphGML format.
exportGraphSON(OraclePropertyGraphBase, String, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Exports all vertices/edges from the specified property graph into the specified file in GraphSON format.
exportGraphSON(OraclePropertyGraphBase, OutputStream, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Exports all vertices/edges from the specified property graph into the output stream in GraphSON format.
exportGraphSONTinkerpop3(OraclePropertyGraphBase, String, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Exports all vertices/edges from the specified property graph into the specified file in GraphSON format.
exportGraphSONTinkerpop3(OraclePropertyGraphBase, OutputStream, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Exports all vertices/edges from the specified property graph into the output stream in GraphSON format.
exportVertexFlatFile(OraclePropertyGraph, OutputStream, int, boolean, boolean) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
This function exports the vertices of a given property graph into OPV flat file
exportVertices(Iterator<Vertex>[], OutputStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
This function exports a given vertices into the output stream using Oracle flat-file format.

F

fatal(Object) - Method in class oracle.pg.common.SimpleLog
Logs the message object with the FATAL level
fatal(Object, Throwable) - Method in class oracle.pg.common.SimpleLog
Logs the message object with the FATAL level including the stack trace of the Throwable t passed as parameter
features() - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the particular features of the graph implementation for Tinkerpop 3
flush() - Method in class oracle.pg.common.loader.DelayedFileOutputStream
 
flushIfReachLimit(ByteArrayOutputStream, OutputStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
flushIfReachLimit(ByteArrayOutputStream, OutputStream, long) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
force11g() - Method in class oracle.pg.nosql.Parameters
Return if Oracle 11g DB is enforced
forceRefresh() - Method in interface oracle.pg.common.OracleElementBase
Physically refresh this element by reading from the underlying database
forceRefresh() - Method in class oracle.pg.nosql.OracleEdge
Physically refresh this Edge instance by reading from the underlying database
forceRefresh() - Method in class oracle.pg.nosql.OracleElement
Re-read the attributes about this graph element from the database.
forceRefresh() - Method in class oracle.pg.nosql.OracleVertex
Physically refresh this Vertex instance by reading from the underlying database

G

get(Long) - Method in class oracle.pg.common.EdgeCache
Get an Edge from the cache using the given ID.
get(Long) - Method in class oracle.pg.common.VertexCache
Fetch one vertex from the cache using its ID.
get(Object) - Method in class oracle.pg.text.lucene.LuceneEdgeAutoIndex
Gets an Iterable object with all the matching elements that match the given query object.
get(String, Object, Class, boolean) - Method in class oracle.pg.text.lucene.LuceneEdgeAutoIndex
Gets all edges indexed by the provided key/value.
get(Object) - Method in class oracle.pg.text.lucene.LuceneEdgeIndex
Gets an Iterable object with all the matching elements that match the given query object.
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(Object) - Method in class oracle.pg.text.lucene.LuceneIndex
Gets an Iterable object with all the matching elements that match the given query object.
get(Object) - Method in class oracle.pg.text.lucene.LuceneVertexAutoIndex
Gets an Iterable object with all the matching elements that match the given query object.
get(String, Object, Class, boolean) - Method in class oracle.pg.text.lucene.LuceneVertexAutoIndex
Gets all vertices indexed by the provided key/value.
get(Object) - Method in class oracle.pg.text.lucene.LuceneVertexIndex
Gets an Iterable object with all the matching elements that match the given query object.
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 an Iterable object with all the matching elements that have a particular key/value property within the index
get(Object) - 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, 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(Object) - Method in class oracle.pg.text.solr.SolrEdgeAutoIndex
Gets an Iterable object with all the matching elements that match the given query object.
get(String, Object, Class, boolean) - Method in class oracle.pg.text.solr.SolrEdgeIndex
Gets all edges indexed by the provided key/value.
get(Object) - Method in class oracle.pg.text.solr.SolrEdgeIndex
Gets an Iterable object with all the matching elements that match the given query object.
get(Object) - Method in class oracle.pg.text.solr.SolrIndex
Gets an Iterable object with all the matching elements that match the given query object.
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(Object) - Method in class oracle.pg.text.solr.SolrVertexAutoIndex
Gets an Iterable object with all the matching elements that match the given query object.
get(String, Object, Class, boolean) - Method in class oracle.pg.text.solr.SolrVertexIndex
Gets all vertices indexed by the provided key/value.
get(Object) - Method in class oracle.pg.text.solr.SolrVertexIndex
Gets an Iterable object with all the matching elements that match the given query object.
getAdjacentEdgesFromVertices(Object[], String[], Direction) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to the vertices in the graph identified by the specified requestedIds
getAdjacentEdgesFromVertices(Object[], Direction, String[], int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to the vertices in the graph identified by the specified requestedIds using the specified dop
getAllowedCharactersForSimpleFileNames() - Method in class oracle.pg.common.ParametersBase
Determines the list of allowed characters used for simple file names
getAnalyzer() - Method in class oracle.pg.text.lucene.LuceneParameters
Gets the Lucene Analyzer associated to this index
getArrayDelimiter() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
 
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 interface oracle.pg.common.OracleElementBase
Returns a String of all the Key, Value Pairs.
getAttributes() - Method in class oracle.pg.nosql.OracleElement
Returns a String of all the Key, Value Pairs.
getAttrName() - Method in class oracle.pg.common.ColumnToAttrMapping
Getter method for the attribute name.
getAutoIndex(Class<T>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets an automatic index from the graph by its name and index class.
getBatchSize() - Method in class oracle.pg.common.OracleDataLoaderConfigBase
Get the batch size of Oracle update in batching mode for JDBC-based loading.
getBatchSize() - Method in class oracle.pg.common.OraclePropertyGraphBase
Get the size of the batch used for update operations.
getBatchSize() - Method in class oracle.pg.text.IndexParametersBase
Gets the batch size specifying the number of elements required (per directory) before data is flushed into the index.
getBatchSizeToDebug() - Method in class oracle.pg.common.OracleDataLoaderConfigBase
 
getBatchSizeToDebug() - Method in class oracle.pg.common.OracleFileSplitterConfig
The batch size to use when reporting the loading progress
getCacheStatus() - Method in class oracle.pg.common.OraclePropertyGraphBase
Returns the currenct cache status
getCardinality(String) - Method in class oracle.pg.common.OracleVertexFeaturesBase
Gets the VertexProperty.Cardinality for a key.
getCause() - Method in exception oracle.pg.text.OracleIndexException
Return the nested cause, or null if none.
getCharset() - Static method in class oracle.pg.common.ParametersBase
Returns the default charset
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
getCloudSolrClient(long) - Method in class oracle.pg.text.solr.SolrIndex
Gets a new CloudSolrClient object to handle operations over the index.
getCloudSolrClient(String, String, int, long) - Static method in class oracle.pg.text.solr.SolrIndexUtils
Gets a new CloudSolrClient object to handle operations over the index.
getColumnName() - Method in class oracle.pg.common.ColumnToAttrMapping
Getter method for the name of the column in the RDBMS
getColumnPosition() - Method in class oracle.pg.common.ColumnToAttrMapping
Getter method for the column position.
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
getCtams() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Getter for the ColumnToAttrMapping array
getCustomizedParallelScanDOP() - Method in class oracle.pg.nosql.OraclePropertyGraph
Get the dop used for parallel scan
getDataLoaderDop() - Method in class oracle.pg.nosql.Parameters
 
getDataLoaderListener() - Method in class oracle.pg.common.OracleFileSplitterConfig
Returns the data loader listener associated to this configuration object
getDatatypeAsPropertyType(Class) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Gets the PropertyType object based on the given datatype class.
getDatatypeAsSQLType(Class<?>) - Static method in class oracle.pg.common.loader.LoaderUtils
This string values returned from this method MUST match opg_apis.check_col_type in opgapib.sql
getDatatypeClass(Object) - Static method in class oracle.pg.text.OracleIndexUtils
Gets the data type's Class for the specified value
getDatatypeClassFromValueObjForTextIndex(Object) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the data type class from the given value object.
getDatatypePrefix(Class) - Static method in class oracle.pg.text.OracleIndexUtils
Gets the data type prefix for the given data type class
getDatatypePrefix(Class) - Static method in class oracle.pg.text.solr.SolrIndexUtils
Gets the data type prefix for the given data type class.
getDateFormat() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Getter for the preferred Date format used to parse the dates in the CSV file, it can be null.
getDcl() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Getter for the instance of DataConverterListener that can be used to report progress and control the conversion process when an error occurs.
getDefaultEdgeOptFlag() - Method in class oracle.pg.common.OraclePropertyGraphBase
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.
getDefaultVertexOptFlag() - Method in class oracle.pg.common.OraclePropertyGraphBase
Get the vertex optimization flag associated to this property graph
getDegree(Direction, String...) - Method in interface oracle.pg.common.OracleVertexBase
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
getDegree(Direction, String...) - Method in class oracle.pg.nosql.OracleVertex
Get the vertex degree according to the provided direction and edge labels
getDelimiterChar() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Getter for the character used to delimit values in a CSV file, e.g.
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() - 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
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.
getDop() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Getter for the degree of parallelism used to optimize converting performance.
getDOP() - Method in class oracle.pg.common.OracleFileSplitterConfig
Get the degree of parallelism used for data loading.
getDTClass() - Method in class oracle.pg.common.ColumnToAttrMapping
Getter method for the Class that defines the type of the attribute (e.g., Integer, Double, String, etc)
getDvidColumnName() - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Getter for the column name that will be used as DVID.
getEdge(Object) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return the edge referenced by the object identifier.
getEdge(Object) - Method in class oracle.pg.nosql.OraclePropertyGraph
Return the edge referenced by the object identifier.
getEdgeAutoIndexName() - Method in class oracle.pg.text.OracleIndexManager
Gets the name used for the edge auto index.
getEdgeFilterCallback() - Method in class oracle.pg.common.OraclePropertyGraphBase
Get the default EdgeFilterCallback associated to this property graph
getEdgeIDOffset() - Method in class oracle.pg.common.OracleFileSplitterConfig
Get the offset of the edge ID.
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 OracleEdgeBase.
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(Object) - Method in interface oracle.pg.common.SparkUtilsBase
When the given graph element is a repsentation of an Edge, returns the edge label.
getEdgeLabel(Object) - Method in class oracle.pg.nosql.SparkUtils
When the given graph element is a repsentation of an Edge, returns the edge label.
getEdgeLabelSizeLimit() - Method in interface oracle.pg.common.BackendConfig
Getter method for the Edge label size limit
getEdgeLabelSizeLimit() - Method in class oracle.pg.nosql.BackendConfigOracleNosqlDb
Getter method for the Edge label size limit
getEdgePropertyNames(int, int, Set<String>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the property names of all edges.
getEdgePropertyNames(int, int, Set<String>, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the property names of all edges using parallel scans and the specified DOP.
getEdgePropertyNames(int, int, Map<String, Class>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the property names of all edges.
getEdgePropertyNames(int, int, Map<String, Class>, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the property names of all edges using parallel scans and the specified DOP.
getEdgePropertyNames(int, int, Set<String>, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets the property names of all edges using parallel scans and the specified DOP.
getEdgePropertyNames(int, int, Map<String, Class>, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets the property names of all edges using parallel scans and the specified DOP.
getEdges() - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an Iterable to all the edges in the graph.
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[], EdgeFilterCallback) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an Iterable to all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback.
getEdges(String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an Iterable to all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback.
getEdges(String, Object) - 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(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, 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, Class, boolean, boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all matching edges that have a particular key/value property.
getEdges(String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
Return an Iterable to all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback.
getEdges(String, Object, Class, boolean, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraph
Return an iterable to all matching edges that have a particular key/value property.
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.
getEdgesByIds(Object[]) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to the edges in the graph identified by the specified requestedIds
getEdgesByIds(Object[], int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to the edges in the graph identified by the specified requestedIds using the specified dop
getEdgesPartitioned(KVStoreConfig[], boolean, int) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph.
getEdgesPartitioned(KVStoreConfig[], boolean, int, String) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph that have a particular key.
getEdgesPartitioned(KVStoreConfig[], boolean, int, String[]) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph that have any of the specified keys.
getEdgesPartitioned(KVStoreConfig[], boolean, int, String[], EdgeFilterCallback) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback.
getEdgesPartitioned(KVStoreConfig[], boolean, int, String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback.
getEdgesPartitioned(KVStoreConfig[], boolean, int, int, String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback.
getEdgesPartitioned(KVStoreConfig[], boolean, int, int, boolean, String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets an array of Iterable objects that hold all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback.
getEdgeSrcMaxlines() - Method in class oracle.pg.common.OracleFileSplitterConfig
Get the maximum number of lines to load from the edges file.
getEdgeSrcOffsetlines() - Method in class oracle.pg.common.OracleFileSplitterConfig
Get the line offset of edges.
getEdgesUsingTextSearch(String) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all matching edges that satisfy a particular text search query.
getEdgesWithCustomizedParallelTableScan(String[]) - Method in class oracle.pg.nosql.OraclePropertyGraph
Return an Iterable to all the edges in the graph that have any of the specified keys.
getEdgesWithCustomizedParallelTableScan(String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
Return an Iterable to all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback.
getEdgesWithDefaultParallelTableScan(String[]) - Method in class oracle.pg.nosql.OraclePropertyGraph
Return an Iterable to all the edges in the graph that have any of the specified keys.
getEdgesWithDefaultParallelTableScan(String[], EdgeFilterCallback) - Method in class oracle.pg.nosql.OraclePropertyGraph
Return an Iterable to all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback.
getEdgesWithDefaultParallelTableScan(String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
Return an Iterable to all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback.
getEdgeTableSplits() - Method in class oracle.pg.nosql.OraclePropertyGraph
Get the number of Edge table splits used for parallel scans in the 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.
getEidColumnName() - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Getter for the edge id column name
getElColumnName() - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Getter for the column name that will be used as edge label
getElementId(Object) - Method in interface oracle.pg.common.SparkUtilsBase
This method returns a graph element (Vertex or Edge) ID.
getElementId(Object) - Method in class oracle.pg.nosql.SparkUtils
This method returns a graph element (Vertex or Edge) ID.
getElementsProperties(Object[], String, Class<? extends Element>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable of Entry
getElementsProperties(Object[], String, int, Class<? extends Element>) - Method in class oracle.pg.common.OraclePropertyGraphBase
 
getElementsProperties(Object[], String, int, Class<? extends Element>) - Method in class oracle.pg.nosql.OraclePropertyGraph
 
getEntityTypeAsInt(Class<T>) - Static method in class oracle.pg.text.OracleIndexManager
Gets the identifier associated to the specified index Class.
getFeatures() - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets the particular features of the graph implementation for Tinkerpop 3
getFSOracleDirectory(String, String[]) - Static method in class oracle.pg.text.lucene.OracleDirectory
Creates an OracleDirectory object using FSDirectory for the specified number of sub-directories.
getFSOracleDirectory(String, String[], int) - Static method in class oracle.pg.text.lucene.OracleDirectory
Creates an OracleDirectory object using FSDirectory sub-directories.
getGraphElementReprOnDB(Object) - Method in interface oracle.pg.common.SparkUtilsBase
This method returns a graph element representation stored in one of the underlying databases.
getGraphElementReprOnDB(Object) - Method in class oracle.pg.nosql.SparkUtils
This method returns a graph element representation stored in one of the underlying databases.
getGraphName() - Method in class oracle.pg.common.OraclePropertyGraphBase
This method returns the name of this property graph instance
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
List all the names of the property graphs stored in the given database
getId() - Method in class oracle.pg.nosql.OracleElement
Return the identifier of this element.
getIndex(String, Class<T>) - Method in class oracle.pg.common.OraclePropertyGraphBase
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(Class<T>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Returns all the index keys associated with a particular element class.
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() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Get the keys associated to this auto index.
getIndexedKeys() - Method in interface oracle.pg.text.OracleAutoIndex
Get the keys associated to this auto index.
getIndexedKeys(String, Class<T>) - Method in class oracle.pg.text.OracleIndexManager
Gets all the keys associated to the specified auto index and stored in the index meta data table.
getIndexedKeys() - Method in class oracle.pg.text.solr.SolrAutoIndex
Get the keys associated to this auto index.
getIndexName() - Method in class oracle.pg.text.lucene.LuceneIndex
Gets the name of this index instance.
getIndexName() - Method in class oracle.pg.text.solr.SolrIndex
Gets the name of this index instance.
getIndexParameters(String, Class<T>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the index parameters associated to the given text index.
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.common.OraclePropertyGraphBase
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(String, String, Class<?>) - Static method in class oracle.pg.common.ColumnToAttrMapping
Gets a new instance of ColumnToAttrMapping with the specified parameters.
getInstance(String, String) - Static method in class oracle.pg.common.ColumnToAttrMapping
Gets a new instance of ColumnToAttrMapping with the specified parameters.
getInstance(String, Class<?>) - Static method in class oracle.pg.common.ColumnToAttrMapping
Gets a new instance of ColumnToAttrMapping with the specified parameters.
getInstance(String, Class<?>, int) - Static method in class oracle.pg.common.ColumnToAttrMapping
Gets a new instance of ColumnToAttrMapping with the specified parameters.
getInstance(OraclePropertyGraphBase) - Static method in class oracle.pg.common.EdgeCache
This method returns an instance of EdgeCache.
getInstance(long, long, long, long, long, long, int, int, int, int, DataLoaderListener) - Static method in class oracle.pg.common.OracleDataLoaderConfigBase
Creates a new OracleDataLoader config object .
getInstance(long, long, long, long, long, long, int, int, int, DataLoaderListener) - Static method in class oracle.pg.common.OracleFileSplitterConfig
Creates a new OracleDataLoader config object .
getInstance() - Static method in class oracle.pg.common.OracleFileSplitterConfig
Create an OracleFileSpliterConfig with the default settings.
getInstance() - Static method in class oracle.pg.common.OraclePropertyGraphFeaturesBase
Gets a OraclePropertyGraphFeaturesBase instance with all the features supported
getInstance() - Static method in class oracle.pg.common.OraclePropertyGraphTinker3FeaturesBase
Get an instance of an OraclePropertyGraphTinker3FeaturesBase
getInstance() - Static method in class oracle.pg.common.ParametersBase
Returns a pre-created instance of a ParametersBase object.
getInstance(String) - Static method in class oracle.pg.common.SimpleJsonDataWrapper
This method returns an instance of SimpleJsonDataWrapper
getInstance(long) - Static method in class oracle.pg.common.SimpleLogBasedDataLoaderListenerImpl
This method returns an instance of DataLoaderListener
getInstance(long, boolean) - Static method in class oracle.pg.common.SimpleLogBasedDataLoaderListenerImpl
This method returns an instance of DataLoaderListener
getInstance(long) - Static method in class oracle.pg.common.SimpleLogBasedProgressListenerImpl
This method returns an instance of ProgressListener
getInstance(String) - Static method in class oracle.pg.common.SimpleRdfDataWrapper
This method returns an instance of SimpleRdfDataWrapper
getInstance(String) - Static method in class oracle.pg.common.SimpleSpatialDataWrapper
This method returns an instance of SimpleSpatialDataWrapper
getInstance(OraclePropertyGraphBase) - Static method in class oracle.pg.common.VertexCache
This method returns an instance of VertexCache.
getInstance() - Static method in class oracle.pg.nosql.BackendConfigOracleNosqlDb
 
getInstance() - Static method in class oracle.pg.nosql.OracleDataLoaderConfig
 
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
Returns an instance of OraclePropertyGraph using the Oracle NoSQL Database connection and graph name provided.
getInstance(KVStoreConfig, String) - Static method in class oracle.pg.nosql.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle NoSQL Database connection and graph name provided.
getInstance(KVStoreConfig, String, String, String) - Static method in class oracle.pg.nosql.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle NoSQL Database connection and graph name provided.
getInstance(KVStoreConfig, String, LoginCredentials) - Static method in class oracle.pg.nosql.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle NoSQL Database connection and graph name provided.
getInstance(KVStoreConfig, String, String, String, String) - Static method in class oracle.pg.nosql.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle NoSQL Database connection and graph name provided.
getInstance(KVStoreConfig, String, String, String, Properties) - Static method in class oracle.pg.nosql.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle NoSQL Database connection and graph name provided.
getInstance(PgNosqlGraphConfig) - Static method in class oracle.pg.nosql.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using a PGX PgNosqlGraphConfig object.
getInstance() - Static method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
Returns an instance of OraclePropertyGraphDataLoader
getInstance() - Static method in class oracle.pg.nosql.OraclePropertyGraphFeatures
Return an OraclePropertyGraphFeatures instance.
getInstance(OraclePropertyGraph, Long) - Static method in class oracle.pg.nosql.OracleVertex
Returns an instance of OracleVertex from the underlying graph
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() - Static method in class oracle.pg.nosql.SparkUtils
A helper method to return an instance of SparkUtils
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.
getInternalThrowable() - Method in class oracle.pg.nosql.GraphLoader
 
getInvalidEdgeIDSet() - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets a set of invalid edges that are stored in the property graph.
getInvalidEdgeIDSet(int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets a set of invalid edges that are stored in the property graph.
getInvalidEdgeIDSet(int, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets a set of invalid edges that are stored in the property graph.
getInvalidEdgeIDSet(int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets a set of invalid edges that are stored in the property graph.
getInVertex() - Method in interface oracle.pg.common.OracleEdgeBase
Return the head/in vertex of the edge
getInVertex() - Method in class oracle.pg.nosql.OracleEdge
Return the head/in vertex of the edge
getInVertexID() - Method in interface oracle.pg.common.OracleEdgeBase
Return the head/in vertex ID.
getInVertexId(Object) - Method in interface oracle.pg.common.SparkUtilsBase
When the given graph element is a repsentation of an Edge, returns the in-vertex (or destination) ID.
getInVertexID() - Method in class oracle.pg.nosql.OracleEdge
Return the head/in vertex ID.
getInVertexId(Object) - Method in class oracle.pg.nosql.SparkUtils
When the given graph element is a repsentation of an Edge, returns the in-vertex (or destination) ID.
getJustEdgeIdOptFlag() - Static method in class oracle.pg.common.OraclePropertyGraphBase
This method returns OptimizationFlag.JUST_EDGE_ID
getJustVertexIdOptFlag() - Static method in class oracle.pg.common.OraclePropertyGraphBase
This method returns OptimizationFlag.JUST_VERTEX_ID
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.nosql.OracleEdge
Return the label associated with the edge.
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
Returns the SimpleLog logger for the given class
getMaxEdgeID() - Method in class oracle.pg.common.OraclePropertyGraphBase
Get maximum edge ID
getMaxEdgeID(int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Get maximum edge ID using parallel scans and the specified DOP.
getMaxEdgeID(int, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Get the maximum edge ID using parallel scan and the specified DOP.
getMaxEdgeID(int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
Get the maximum edge ID using parallel scan and the specified DOP.
getMaxLengthAllowed() - Static method in class oracle.pg.common.Util
 
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.common.OraclePropertyGraphBase
Get maximum Vertex ID
getMaxVertexID(int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Get maximum vertex ID using parallel scans and the specified DOP.
getMaxVertexID(int, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Get maximum vertex ID using parallel scans and the specified DOP.
getMaxVertexID(int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
Get maximum vertex ID using parallel scans and the specified DOP.
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.common.OraclePropertyGraphBase
Get the minimum edge ID
getMinEdgeID(int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Get the minimum edge ID using parallel scan with dop threads
getMinEdgeID(int, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Get the minimum edge ID using parallel scan with dop threads
getMinEdgeID(int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
Get the minimum edge ID using parallel scan with dop threads
getMinVertexID() - Method in class oracle.pg.common.OraclePropertyGraphBase
Get minimum Vertex ID
getMinVertexID(int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Get minimum vertex ID using parallel scans and the specified DOP.
getMinVertexID(int, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Get minimum vertex ID using parallel scans and the specified DOP.
getMinVertexID(int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
Get minimum vertex ID using parallel scans and the specified DOP.
getName() - Method in class oracle.pg.common.OracleFileSplitter
Get the name of this file splitter runnable
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.
getObjectInputStreamWhiteList() - Static method in class oracle.pg.common.ParametersBase
Returns the default charset
getOffsetDVID() - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Getter for the offset to the DVID.
getOffsetEID() - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Getter for the edge id offset.
getOffsetLines() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Getter for the number of lines to skip of the input file
getOffsetSVID() - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Getter for the offset to the SVID.
getOffsetVID() - Method in class oracle.pg.common.csvconverter.CSV2OPVConfig
Getter for the offset to the VID.
getOffsetVIDs() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfig
Getter for the offset to the VID.
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
Gets the OracleIndexManager object associated to this property graph instance.
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
Gets an OracleIndexParameters wrapping the parameters associated to this index
getOracleSearcherManager(int) - Method in class oracle.pg.text.lucene.LuceneIndex
Gets the SearcherManager object that executes read operations over the index stored in the specified directory without looking in the SearcherManager cache
getOracleSearcherManager(int, boolean) - Method in class oracle.pg.text.lucene.LuceneIndex
Gets the SearcherManager object that executes read operations over the index stored in the specified directory.
getOriginalIDName() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfig
Getter for the originalIDName property.
getOutVertex() - Method in interface oracle.pg.common.OracleEdgeBase
Return the tail/out vertex of the edge
getOutVertex() - Method in class oracle.pg.nosql.OracleEdge
Return the tail/out vertex of the edge
getOutVertexID() - Method in interface oracle.pg.common.OracleEdgeBase
Return the tail/out vertex ID.
getOutVertexId(Object) - Method in interface oracle.pg.common.SparkUtilsBase
When the given graph element is a repsentation of an Edge, returns the out-vertex (or source) ID.
getOutVertexID() - Method in class oracle.pg.nosql.OracleEdge
Return the tail/out vertex ID.
getOutVertexId(Object) - Method in class oracle.pg.nosql.SparkUtils
When the given graph element is a repsentation of an Edge, returns the out-vertex (or source) 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.
getParametersMap() - Method in class oracle.pg.text.IndexParametersBase
Gets the parameters map associated to this IndexParameters object.
getPartitioned(Object[], Object, 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 Query object.
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[], Object, 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 Query object.
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[], Object, 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 Query object.
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[], Object, int) - Method in class oracle.pg.text.lucene.LuceneVertexAutoIndex
Gets an array of CloseableIterable objects that hold all the vertices with an attribute matching the Query object.
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 elements with an attribute matching the given K/V pair.
getPartitioned(Object[], Object, int) - Method in class oracle.pg.text.lucene.LuceneVertexIndex
Gets an array of CloseableIterable objects that hold all the vertices with an attribute matching the Query object.
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[], Object, 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[], Object, 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[], Object, 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.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[], Object, 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[], Object, 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.
getPartitioned(Object[], Object, 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.
getPartitionsOffset() - Method in class oracle.pg.common.OracleFileSplitterConfig
Get the offset of the partition (i.e.
getProgressListener() - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the ProgressListener associated to this property graph.
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.nosql.OracleElement
Return all the keys associated with the element.
getPropertyNames(Object) - Method in interface oracle.pg.common.SparkUtilsBase
This method returns a set of property names for a given graph element (Vertex or Edge).
getPropertyNames(Object) - Method in class oracle.pg.nosql.SparkUtils
This method returns a set of property names for a given graph element (Vertex or Edge).
getPropertyNameSizeLimit() - Method in interface oracle.pg.common.BackendConfig
Getter method for the Property name size limit
getPropertyNameSizeLimit() - Method in class oracle.pg.nosql.BackendConfigOracleNosqlDb
Getter method for the Property name size limit
getPropertyStringValueSizeLimit() - Method in interface oracle.pg.common.BackendConfig
Getter method for the Property value size limit
getPropertyStringValueSizeLimit() - Method in class oracle.pg.nosql.BackendConfigOracleNosqlDb
Getter method for the Property value size limit
getPropertyValue(Object, String) - Method in interface oracle.pg.common.SparkUtilsBase
This method returns the property value of a graph element for a given property key.
getPropertyValue(Object, String) - Method in class oracle.pg.nosql.SparkUtils
This method returns the property value of a graph element for a given property key.
getQueryDeadline() - Method in class oracle.pg.common.OracleCommonIteratorBase
Gets the query dead line time in milliseconds
getQueryStartTime() - Method in class oracle.pg.common.OracleCommonIteratorBase
Gets the time when this iterator was started to be consumed
getQueryTimeOut() - Method in class oracle.pg.common.OracleCommonIteratorBase
Gets the query time out in seconds
getQueueSize() - Method in class oracle.pg.common.OraclePropertyGraphBase
This method returns the queue size.
getQuotationChar() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Getter for the character used to quote, e.g.
getReplicationFactor() - Method in class oracle.pg.text.solr.SolrParameters
Gets the replication factor used in the SolrCloud collection where the index will be stored.
getSearchEngine() - Method in class oracle.pg.text.lucene.LuceneIndex
Gets the search engine used by this OracleIndex object
getSearchEngine() - Method in interface oracle.pg.text.OracleIndex
Gets the search engine used by this OracleIndex object
getSearchEngine() - Method in class oracle.pg.text.solr.SolrIndex
Gets the search engine used by this OracleIndex object
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.
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
Finds a shortest path between two vertices using a PGX in-memory analytics.
getShortestPath(PgxGraph, Long, Long, String, List<Double>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Finds a shortest path between two vertices using a PGX in-memory analytics.
getSimpleDateFormat() - Method in class oracle.pg.common.OraclePropertyGraphBase
This method returns a SimpleDateFormat object to serialize/de-serialize Date related data
getSolrNodeSet() - Method in class oracle.pg.text.solr.SolrParameters
Gets the node set used to store the SolrCloud collection.
getSolrServerUrl() - Method in class oracle.pg.text.solr.SolrParameters
Gets the SolrCloud server URL used to connect to the Apache SolR Cloud service.
getStringForObj(Object) - Static method in class oracle.pg.common.OraclePropertyGraphBase
Get the string representation of the object
getSubDirectory(int) - Method in class oracle.pg.text.lucene.OracleDirectory
Gets the Directory object associated to the specified sub-directory.
getSvidColumnName() - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Getter for the column name that will be used as SVID.
getTableIteratorOptions() - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets the TableIteratorOptions object associated to this property graph
getTemporaryIODirectory() - Static method in class oracle.pg.common.ParametersBase
Returns the default charset
getTextIndexDirectoryPrefix() - Method in class oracle.pg.common.OraclePropertyGraphBase
This method returns the prefix used when creating a text index directory (or collection)
getTotalPartitions() - Method in class oracle.pg.common.OracleFileSplitterConfig
Get the total number of partitions (i.e.
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(CloudSolrClient) - 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.
getValidatedGraphName(Connection, String, int) - Static method in class oracle.pg.common.Util
Returns the validated graph name
getValidatedGraphName(Connection, String) - Static method in class oracle.pg.common.Util
Returns the validated graph name
getValueAsString(Object, SimpleDateFormat) - Static method in class oracle.pg.text.OracleIndexUtils
Gets a value object as a String
getVectorLabelSizeLimit() - Method in interface oracle.pg.common.BackendConfig
Getter method for the Vector label size limit
getVectorLabelSizeLimit() - Method in class oracle.pg.nosql.BackendConfigOracleNosqlDb
Getter method for the Vector label size limit
getVersion(String) - Static method in class oracle.pg.text.lucene.LuceneIndexParameters
Get the version of Apache Lucene associated to this index
getVersion() - Method in class oracle.pg.text.lucene.LuceneParameters
Gets the Lucene Version to use for indexes.
getVertex(Object) - Method in class oracle.pg.common.OraclePropertyGraphBase
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.
getVertexAutoIndexName() - Method in class oracle.pg.text.OracleIndexManager
Gets the name used for the vertex auto index.
getVertexFilterCallback() - Method in class oracle.pg.common.OraclePropertyGraphBase
Get the default VertexFilterCallback associated to this property graph
getVertexIDOffset() - Method in class oracle.pg.common.OracleFileSplitterConfig
Get the offset of the vertex ID.
getVertexIDSet() - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets a set of Vertex IDs that are stored in the property graph
getVertexIDSet(int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets a set of Vertex IDs that are stored in the vertex table of the property graph using parallel scan with dop threads
getVertexIDSet(int, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets a set of Vertex IDs that are stored in the vertex table of the property graph using parallel scan with dop threads
getVertexIDSet(int, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets a set of Vertex IDs that are stored in the 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
Returns an instance of OracleVertexBase.
getVertexInstance(Long, boolean, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraph
Returns an instance of OracleVertexBase.
getVertexPropertyNames(int, int, Set<String>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the property names of all vertices using parallel scans and the specified DOP.
getVertexPropertyNames(int, int, Set<String>, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the property names of all vertices using parallel scans and the specified DOP.
getVertexPropertyNames(int, int, Map<String, Class>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the property names of all vertices using parallel scans and the specified DOP.
getVertexPropertyNames(int, int, Map<String, Class>, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the property names of all vertices using parallel scans and the specified DOP.
getVertexPropertyNames(int, int, Set<String>, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets the property names of all vertices using parallel scans and the specified DOP.
getVertexPropertyNames(int, int, Map<String, Class>, ProgressListener) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets the property names of all vertices using parallel scans and the specified DOP.
getVertexSrcMaxlines() - Method in class oracle.pg.common.OracleFileSplitterConfig
Get the maximum number of lines to load from the vertices file.
getVertexSrcOffsetlines() - Method in class oracle.pg.common.OracleFileSplitterConfig
Get the line offset of vertices.
getVertexTableSplits() - Method in class oracle.pg.nosql.OraclePropertyGraph
Get the number of Vertex table splits used for parallel scans in the vertex table.
getVertexTabName() - Method in class oracle.pg.nosql.OraclePropertyGraph
Get the name of the Oracle NoSQL Database table used to store vertices in this property graph.
getVertices() - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all the vertices in the graph.
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[], VertexFilterCallback) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an Iterable to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
getVertices(String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an Iterable to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
getVertices(String, Object) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all matching vertices that have a particular key/value property.
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(String, Object, boolean, 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, boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all matching vertices that have a particular key/value property.
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 specified vertex filter callback.
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 according to the provided direction and edge labels.
getVerticesByIds(Object[]) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to the vertices in the graph identified by the specified requestedIds
getVerticesByIds(Object[], int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to the vertices in the graph identified by the specified requestedIds using the specified dop
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
Gets an array of Iterable objects that hold all the vertices in the graph that have a particular key.
getVerticesPartitioned(KVStoreConfig[], boolean, int, String[]) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph that have any of the specified keys.
getVerticesPartitioned(KVStoreConfig[], boolean, int, String[], VertexFilterCallback) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
getVerticesPartitioned(KVStoreConfig[], boolean, int, String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
getVerticesPartitioned(KVStoreConfig[], boolean, int, int, String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
getVerticesPartitioned(KVStoreConfig[], boolean, int, int, boolean, String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.nosql.OraclePropertyGraph
Gets an array of Iterable objects that hold all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
getVerticesUsingTextSearch(String) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable to all matching vertices that satisfy a particular text search query.
getVerticesWithCustomizedParallelTableScan(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.
getVerticesWithCustomizedParallelTableScan(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 specified vertex filter callback.
getVerticesWithDefaultParallelTableScan(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.
getVerticesWithDefaultParallelTableScan(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 specified vertex filter callback.
getVerticesWithDefaultParallelTableScan(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 specified vertex filter callback.
getVidColumnName() - Method in class oracle.pg.common.csvconverter.CSV2OPVConfig
Getter for the column name that will be used as VID.
getVidColumnNames() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfig
Getter for the array of column names that will be used as VIDs.
getWriteTimeout() - Method in class oracle.pg.text.IndexParametersBase
Gets the timeout (in seconds) used to wait for a write lock when writing on the index.
getZkTimeout() - Method in class oracle.pg.text.solr.SolrParameters
Gets the Zookeeper timeout (in seconds) used for Apache SolR connections
graph() - Method in class oracle.pg.common.OraclePropertyGraphTinker3FeaturesBase
Gets the features related to "graph" operation.
graph() - Method in class oracle.pg.common.OracleVertexPropertyBase
Get the graph that this element is within.
graph() - Method in class oracle.pg.nosql.OracleElement
Gets the property graph instance associated to this object.
GraphLoader - Class in oracle.pg.nosql
Load data into Oracle NoSQL database using multi-threading
GraphLoader(OraclePropertyGraph[], InputStream[], boolean, OracleDataLoaderConfig) - Constructor for class oracle.pg.nosql.GraphLoader
 

H

handleGZipInputStream(InputStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Handles a GZIP InputStream.
hasEdgeLabelColumn() - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Getter for hasEdgeLabelCol
hasEdgeLabelSizeLimit() - Method in interface oracle.pg.common.BackendConfig
Boolean method for check whether or not has Edge label size limit
hasEdgeLabelSizeLimit() - Method in class oracle.pg.nosql.BackendConfigOracleNosqlDb
Boolean method for check whether or not has Edge label size limit
hashCode() - Method in class oracle.pg.common.OraclePropertyBase
Get the hash code associated to this property object
hashCode() - Method in class oracle.pg.common.OracleVertexPropertyBase
Gets the hash code associated to this vertex property object
hashCode() - Method in class oracle.pg.nosql.OracleEdge
This method returns the hash code
hashCode() - Method in class oracle.pg.nosql.OracleVertex
This method returns the hash code
hasNext() - Method in class oracle.pg.common.OracleCommonIteratorBase
Return true if there are one or more elements in this iterator.
hasNext() - Method in class oracle.pg.common.OracleTinkerpop30EdgeIteratorImpl
Return true if there are one or more elements in this iterator.
hasNext() - Method in class oracle.pg.common.OracleTinkerpop30VertexIteratorImpl
Return true if there are one or more elements in this iterator.
hasNext() - Method in class oracle.pg.nosql.OracleEdgeFilterIteratorImpl
Return true if there are one or more elements in this iterator.
hasNext() - Method in class oracle.pg.nosql.OracleVertexFilterIteratorImpl
Return true if there are one or more elements in this iterator.
hasPropertyNameSizeLimit() - Method in interface oracle.pg.common.BackendConfig
Boolean method for check whether or not has Property name size limit
hasPropertyNameSizeLimit() - Method in class oracle.pg.nosql.BackendConfigOracleNosqlDb
Boolean method for check whether or not has Property name size limit
hasPropertyStringValueSizeLimit() - Method in interface oracle.pg.common.BackendConfig
Boolean method for check whether or not has Property value size limit
hasPropertyStringValueSizeLimit() - Method in class oracle.pg.nosql.BackendConfigOracleNosqlDb
Boolean method for check whether or not has Property value size limit
hasVectorLabelSizeLimit() - Method in interface oracle.pg.common.BackendConfig
Boolean method for check whether or not has Vector label size limit
hasVectorLabelSizeLimit() - Method in class oracle.pg.nosql.BackendConfigOracleNosqlDb
Boolean method for check whether or not has Vector label size limit

I

id() - Method in class oracle.pg.common.OracleVertexPropertyBase
Gets the unique identifier for the Vertex Property
id() - Method in class oracle.pg.nosql.OracleElement
Returns an identifier of this element that is unique to its inheriting class.
importGML(OraclePropertyGraphBase, String, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Imports all vertices/edges from the specified file in GML format into the specified property graph.
importGML(OraclePropertyGraphBase, InputStream, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Imports all vertices/edges from the input stream in GML format into the specified property graph.
importGraphML(OraclePropertyGraphBase, String, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Imports all vertices/edges from the specified file in GraphGML format into the specified property graph.
importGraphML(OraclePropertyGraphBase, InputStream, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Imports all vertices/edges from the input stream in GraphGML format into the specified property graph.
importGraphMLTinkerpop3(OraclePropertyGraphBase, String, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Imports all vertices/edges from the specified file in GraphGML format into the specified property graph.
importGraphMLTinkerpop3(OraclePropertyGraphBase, InputStream, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Imports all vertices/edges from the input stream in GraphGML format into the specified property graph.
importGraphSON(OraclePropertyGraphBase, String, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Imports all vertices/edges from the specified file in GraphSON format into the specified property graph.
importGraphSON(OraclePropertyGraphBase, InputStream, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Imports all vertices/edges from the input stream in GraphSON format into the specified property graph.
importGraphSONTinkerpop3(OraclePropertyGraphBase, String, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Imports all vertices/edges from the specified file in GraphSON format into the specified property graph.
importGraphSONTinkerpop3(OraclePropertyGraphBase, InputStream, PrintStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Imports all vertices/edges from the input stream in GraphSON format into the specified property graph.
indexAlreadyExists(String, Class<T>) - Method in class oracle.pg.text.OracleIndexManager
Verifies if the index with the specified name already exists for this property graph.
indexElements() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Index elements in a property graph with respect to the current indexed keys.
indexElements() - Method in interface oracle.pg.text.OracleAutoIndex
Index elements in a property graph with respect to the current indexed keys.
indexElements() - Method in class oracle.pg.text.solr.SolrAutoIndex
Index elements in a property graph with respect to the current indexed keys.
IndexParametersBase - Class in oracle.pg.text
This class manages the parameters and utilities to access the parameters used to create text indices
IndexParametersBase(Parameter[], OraclePropertyGraphBase) - Constructor for class oracle.pg.text.IndexParametersBase
Creates a new IndexParametersBase object from the given array of parameters and the property graph associated.
info(Object, Object) - Method in class oracle.pg.common.SimpleLog
Logs the two message objects with the INFO level
info(Object) - Method in class oracle.pg.common.SimpleLog
Logs the message object with the INFO level
info(Object, Throwable) - Method in class oracle.pg.common.SimpleLog
Logs the message object with the INFO level including the stack trace of the Throwable t passed as parameter
insertOneEdgeLineWithKVIntoDB(Connection, String, long, long, long, String, String, Object) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
insertOneEdgeLineWithoutKVIntoDB(Connection, String, long, long, long, String) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
insertOneVertexLineWithKVIntoDB(Connection, String, long, String, Object) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
insertOneVertexLineWithoutKVIntoDB(Connection, String, long) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
inVertex() - Method in interface oracle.pg.common.OracleEdgeBase
Get the incoming/head vertex of this edge
io(Io.Builder<I>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Construct a particular Io implementation for reading and writing the Graph and other data.
isAutoIndex() - Method in class oracle.pg.text.lucene.LuceneIndex
Returns true if this is an auto index
isBuiltinElementsCacheDisabled() - Method in class oracle.pg.common.OraclePropertyGraphBase
Returns true if the built-in graph elements (vertices/edges) cache is disabled
isCommitRequired() - Method in class oracle.pg.text.lucene.OracleIndexWriter
Verifies if a commit of the index is required as the number of documents indexed matches the commit size
isDataUncommited() - Method in class oracle.pg.text.lucene.OracleIndexWriter
Verifies if there are documents that have not been commited
isDebugEnabled() - Method in class oracle.pg.common.SimpleLog
Returns true if DEBUG level logging is enabled.
isDisposed() - Method in class oracle.pg.common.OraclePropertyGraphBase
Validates if the graph is already disposed
isEdgeAutoIndexEnabled(String) - Method in class oracle.pg.common.OraclePropertyGraphBase
Validates if the edge auto index is currently enabled
isEdgeAutoIndexerEnabled() - Method in class oracle.pg.text.OracleIndexManager
Verifies if the edge auto indexer is enabled.
isElementForEdge(Object) - Method in interface oracle.pg.common.SparkUtilsBase
Returns true if the given graph element is a repsentation of an Edge.
isElementForEdge(Object) - Method in class oracle.pg.nosql.SparkUtils
Returns true if the given graph element is a repsentation of an Edge.
isElementForVertex(Object) - Method in interface oracle.pg.common.SparkUtilsBase
Returns true if the given graph element is a repsentation of a Vertex.
isElementForVertex(Object) - Method in class oracle.pg.nosql.SparkUtils
Returns true if the given graph element is a repsentation of a Vertex.
isEmpty() - Method in class oracle.pg.common.OraclePropertyGraphBase
Checks if this property graph is empty
isErrorEnabled() - Method in class oracle.pg.common.SimpleLog
Returns true if ERROR level logging is enabled.
isFatalEnabled() - Method in class oracle.pg.common.SimpleLog
Returns true if FATAL level logging is enabled.
isGraphElementsCacheDisabled() - Method in class oracle.pg.common.ParametersBase
Returns true if the underlying vertex cache and edge cache are synchronized
isInfoEnabled() - Method in class oracle.pg.common.SimpleLog
Returns true if INFO level logging is enabled.
isPartial() - Method in class oracle.pg.nosql.OracleElement
Returns TRUE if this object is partially constructured.
isPresent() - Method in class oracle.pg.common.OraclePropertyBase
Validate whether the property is empty or not
isPresent() - Method in class oracle.pg.common.OracleVertexPropertyBase
Return whether the property is empty or not.
isShutdown() - Method in class oracle.pg.common.OraclePropertyGraphBase
Validates if the graph is already shutdown
isSkipGhostVerticesOn() - Method in class oracle.pg.common.OracleDataLoaderConfigBase
Specifies if edges with ghost vertices (vertices not defined in the graph) should not be loaded
isSuperVerboseOn() - Method in class oracle.pg.common.ParametersBase
Determines if the Super verbose logging is enabled
isSuperVerboseOn() - Method in class oracle.pg.nosql.Parameters
Return if the flag of super verbose is on
isTransientPropertyGraphInstance() - Method in class oracle.pg.common.OraclePropertyGraphBase
Verifies if this is a transient property graph instance.
isVertexAutoIndexEnabled(String) - Method in class oracle.pg.common.OraclePropertyGraphBase
Validates if the vertex auto index is currently enabled
isVertexAutoIndexerEnabled() - Method in class oracle.pg.text.OracleIndexManager
Verifies if the vertex auto indexer is enabled.
isWarnEnabled() - Method in class oracle.pg.common.SimpleLog
Returns true if WARN level logging is enabled.
iterator() - Method in class oracle.pg.common.OracleTinkerpop30EdgeIterableImpl
This method returns an iterator of OracleEdge objects
iterator() - Method in class oracle.pg.common.OracleTinkerpop30VertexIterableImpl
This method returns an iterator of OracleVertex objects
iterator() - Method in class oracle.pg.nosql.OracleEdgeFilterIterableImpl
This method returns an iterator of OracleEdge objects
iterator() - Method in class oracle.pg.nosql.OracleEdgeIterableImpl
This method returns an iterator of OracleEdge objects
iterator() - Method in class oracle.pg.nosql.OracleVertexFilterIterableImpl
This method returns an iterator of OracleVertex objects
iterator() - Method in class oracle.pg.nosql.OracleVertexIterableImpl
This method returns an iterator of OracleVertex objects

K

keepEdge(OracleEdgeBase) - Method in interface oracle.pg.common.EdgeFilterCallback
Returns true if the given edge is to be kept( implying that it satisfies all conditions specified in this method).
keepsOriginalID() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfig
Getter for the keepOriginalID property.
keepVertex(OracleVertexBase) - Method in interface oracle.pg.common.VertexFilterCallback
Returns true if the given vertex is to be kept ( implying that it satisfies all conditions specified in this method).
key() - Method in class oracle.pg.common.OraclePropertyBase
Get the key of the property
key() - Method in class oracle.pg.common.OracleVertexPropertyBase
Return the key of the property.

L

label() - Method in interface oracle.pg.common.OracleEdgeBase
 
label() - Method in class oracle.pg.common.OracleVertexPropertyBase
Gets the label for the graph Element which helps categorize it.
label() - Method in class oracle.pg.nosql.OracleVertex
Gets the label for the vertex which helps categorize it.
listify(Iterable<E>) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts a given Iterable instance to a List object.
loadData(OraclePropertyGraph, String, String, int) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, int, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], int) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], int, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, int) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, int, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], int) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], int, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, int, int, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, int, int, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], int, int, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], int, int, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, int, int, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, int, int, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], int, int, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], int, int, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, long, long, long, long, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, long, long, long, long, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], long, long, long, long, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, long, long, long, long, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, long, long, long, long, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], long, long, long, long, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], long, long, long, long, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, long, long, long, long, int, int, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, long, long, long, long, int, int, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], long, long, long, long, int, int, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], long, long, long, long, int, int, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, long, long, long, long, int, int, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, long, long, long, long, int, int, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], long, long, long, long, int, int, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], long, long, long, long, int, int, int, DataLoaderListener, boolean) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, long, long, long, long, long, long, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], long, long, long, long, long, long, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, long, long, long, long, long, long, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], long, long, long, long, long, long, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String, String, long, long, long, long, long, long, int, int, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, String[], String[], long, long, long, long, long, long, int, int, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream, InputStream, long, long, long, long, long, long, int, int, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
loadData(OraclePropertyGraph, InputStream[], InputStream[], long, long, long, long, long, long, int, int, int, DataLoaderListener) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
This method parallel loads a property graph into the given OraclePropertyGraph instance.
LoaderUtils - Class in oracle.pg.common.loader
A set of common utilities for parallel data loading
LoaderUtils() - Constructor for class oracle.pg.common.loader.LoaderUtils
 
loadFileIntoDatabaseDirectory(BufferedReader, String, String, Connection) - Static method in class oracle.pg.common.loader.LoaderUtils
 
loadKeyValue(OraclePropertyGraphBase, OracleElementBase, long, String, long[], int, String[], String, DataLoaderListener) - Static method in class oracle.pg.common.OracleDataLoaderUtils
This method load key values
LOCATION_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
This constant denotes the parameter for the locations where an Apache Lucene index will reside using a FS Directory
LUCENE_DIRECTORY_TYPE_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
This constant denotes the parameter for the directory type to use in an Apache Lucene index e.g.
LUCENE_ENGINE - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the usage of a Lucene search engine
LuceneAutoIndex<T extends com.tinkerpop.blueprints.Element> - Class in oracle.pg.text.lucene
This class extends LuceneIndex implements the OracleAutoIndex interface to handle text search and text indexing using Apache Lucene.
LuceneEdgeAutoIndex - Class in oracle.pg.text.lucene
This class extends the functions defined in LuceneAutoIndex to handle an automatic index on edges.
LuceneEdgeIndex - Class in oracle.pg.text.lucene
This class extends the functions defined in LuceneIndex.
LuceneIndex<T extends com.tinkerpop.blueprints.Element> - Class in oracle.pg.text.lucene
An abstract class implementing the Blueprints Index interface.
LuceneIndexParameters - Class in oracle.pg.text.lucene
This class manages relevant parameters for text indexing.
LuceneIndexParameters() - Constructor for class oracle.pg.text.lucene.LuceneIndexParameters
Creates a new OracleIndexParameters object.
LuceneIndexUtils - Class in oracle.pg.text.lucene
This class contains a set of utilities to handle text search and text indexes
LuceneIndexUtils() - Constructor for class oracle.pg.text.lucene.LuceneIndexUtils
 
LuceneParameters - Class in oracle.pg.text.lucene
This class manages the parameters and utilities for Lucene index directories
LuceneParameters(Parameter[], OraclePropertyGraphBase) - Constructor for class oracle.pg.text.lucene.LuceneParameters
Creates a new LuceneParameters object from the given array of parameters and the property graph associated.
LuceneVertexAutoIndex - Class in oracle.pg.text.lucene
This class extends the functions defined in LuceneAutoIndex to handle an automatic index on vertices.
LuceneVertexIndex - Class in oracle.pg.text.lucene
This class extends the functions defined in OracleIndex.

M

m_dtValues - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes the array of supported data types @deprecated
main(String[]) - Static method in class oracle.pg.nosql.Console
Main entrance
MAX_BATCH - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the maximum batch size allowed
MAX_COMMIT - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the maximum commit size allowed
MAX_COMMIT_BATCH - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the maximum commit size allowed
MAX_CONNS - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the maximum number of connections to the property graph used when indexing data
MAX_NUM_SHARDS - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the maximum number of shards per node allowed in the SolrCloud collection
MAX_NUM_SUBDIRS - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
This constant denotes the parameter for the maximum number of subdirectories allowed per text index
MAX_REP_FACTOR - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the maximum replication factor used in the SolrCloud collection.
MAX_SHARDS - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the maximum number of shards allowed in the SolrCloud collection.
MAX_SHARDS_PER_NODE_PARAMETER - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the maximum shards per node used in the SolrCloud collection.
MAX_WAIT_TIMEOUT - Static variable in class oracle.pg.text.OracleIndexParameters
This constant the maximum write timeout to wait when retrying a write operation
MG_ERR_USER_REQ_OP_CANCEL - Static variable in interface oracle.pg.common.OracleMessageConstants
 
ms_nfe - Static variable in interface oracle.pg.common.OracleMessageConstants
 
MSG_E_AUTO_IDX_MUST_SOLR_OR_LUCENE - Static variable in interface oracle.pg.common.OracleMessageConstants
 
MSG_E_AUTO_IDX_NOT_EXIST - Static variable in interface oracle.pg.common.OracleMessageConstants
 
MSG_ERR_ARG_CANNOT_BE_NULL - Static variable in interface oracle.pg.common.OracleMessageConstants
 
MSG_ERR_ID_CANNOT_BE_NULL - Static variable in interface oracle.pg.common.OracleMessageConstants
 
MSG_ERR_NO_ELEM_TO_BE_CONSUMED - Static variable in interface oracle.pg.common.OracleMessageConstants
 
MSG_ERR_NO_OP_SUPPORTED - Static variable in interface oracle.pg.common.OracleMessageConstants
 
MSG_IDX_KEY_NOT_NULL - Static variable in interface oracle.pg.common.OracleMessageConstants
 
MSG_IDX_KEYS_NOT_NULL - Static variable in interface oracle.pg.common.OracleMessageConstants
 
MSG_TXT_IDX_NOT_FOUND - Static variable in interface oracle.pg.common.OracleMessageConstants
 
MSG_V_AUTO_IDX_MUST_SOLR_OR_LUCENE - Static variable in interface oracle.pg.common.OracleMessageConstants
 
MSG_V_AUTO_IDX_NOT_EXIST - Static variable in interface oracle.pg.common.OracleMessageConstants
 
myCheckName(String) - Static method in class oracle.pg.common.Util
Checks for any illegal characters in a SQL name.

N

needOp(OracleEdgeBase) - Method in interface oracle.pg.common.EdgeOpCallback
Returns true if an operation against the input edge is required
needOp(OracleVertexBase) - Method in interface oracle.pg.common.VertexOpCallback
Returns true if an operation against the input vertex is required
next() - Method in class oracle.pg.common.OracleTinkerpop30EdgeIteratorImpl
Returns the next element.
next() - Method in class oracle.pg.common.OracleTinkerpop30VertexIteratorImpl
Returns the next element.
next() - Method in class oracle.pg.nosql.OracleEdgeFilterIteratorImpl
Returns the next element.
next() - Method in class oracle.pg.nosql.OracleEdgeIteratorImpl
Returns the next element.
next() - Method in class oracle.pg.nosql.OracleVertexFilterIteratorImpl
Returns the next element.
next() - Method in class oracle.pg.nosql.OracleVertexIteratorImpl
Returns the next element.
NoSQLCommon - Class in oracle.pg.nosql
This class contains common utility functions that are specific to Oracle NoSQL Database
NoSQLCommon() - Constructor for class oracle.pg.nosql.NoSQLCommon
 
NoSQLIndexManager - Class in oracle.pg.nosql
A single point for accessing all vertex and edge indices of a specific OraclePropertyGraph object.
NoSQLLuceneEdgeAutoIndex - Class in oracle.pg.nosql.index.lucene
This class extends LuceneEdgeAutoIndex to handle an automatic index on Edge objects over an Oracle NoSQL Database backend
NoSQLLuceneVertexAutoIndex - Class in oracle.pg.nosql.index.lucene
This class extends LuceneVertexAutoIndex to handle an automatic index on Vertex objects over an Oracle NoSQL Database backend
NoSQLSolrEdgeAutoIndex - Class in oracle.pg.nosql.index.solr
This class extends SolrEdgeAutoIndex to handle an automatic index on Edge objects over an Oracle NoSQL Database backend
NoSQLSolrVertexAutoIndex - Class in oracle.pg.nosql.index.solr
This class extends SolrVertexAutoIndex to handle an automatic index on Vertex objects over an Oracle NoSQL Database backend
NUM_SHARDS_PARAMETER - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the number of shards used in the SolrCloud collection.
NUM_SUBDIRS_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
This constant denotes the parameter for the number of sub-directories used in an Apache Lucene index

O

OPG_DATETIME_FORMAT - Static variable in interface oracle.pg.common.OracleCSVDatatypeConstants
Date time format used in opv and ope Oracle Flat Files
oracle.pg.common - package oracle.pg.common
This package contains the common logic that is shared by all the backend databases including Oracle Database, Oracle NoSQL Database, and Apache HBase.
oracle.pg.common.csvconverter - package oracle.pg.common.csvconverter
 
oracle.pg.common.loader - package oracle.pg.common.loader
This package contains the utilities for Data Loading operations
oracle.pg.nosql - package oracle.pg.nosql
This package contains the logic specific to the property graph support on Oracle NoSQL Database.
oracle.pg.nosql.index.lucene - package oracle.pg.nosql.index.lucene
This package contains the logic specific to the text indexing and text search using Apache Lucene for property graph support on Oracle NoSQL Database.
oracle.pg.nosql.index.solr - package oracle.pg.nosql.index.solr
This package contains the logic specific to the text indexing and text search using SolrCloud for property graph support on Oracle NoSQL Database.
oracle.pg.text - package oracle.pg.text
This package contains the logic for handling text search and text indexing.
oracle.pg.text.lucene - package oracle.pg.text.lucene
This package contains the logic for handling text search and text indexing using Apache Lucene.
oracle.pg.text.solr - package oracle.pg.text.solr
This package contains the logic for handling text search and text indexing using SolrCloud.
OracleAnalyzer - Class in oracle.pg.text.lucene
This class extends Lucene's Analyzer and it has Oracle's specific customizations.
OracleAnalyzer() - Constructor for class oracle.pg.text.lucene.OracleAnalyzer
Creates a new OracleAnalyzer object with a length filter from 1 to MAX_INT and Case sensitive filter using the given Lucene version.
OracleAnalyzer(CharArraySet) - Constructor for class oracle.pg.text.lucene.OracleAnalyzer
Creates a new OracleAnalyzer object with a length filter from 1 to MAX_INT and Case sensitive filter using the given Lucene version, and list of stop words.
OracleAnalyzer(int, int, boolean, boolean) - Constructor for class oracle.pg.text.lucene.OracleAnalyzer
Creates a new OracleAnalyzer object.
OracleAnalyzer(CharArraySet, int, int, boolean, boolean) - Constructor for class oracle.pg.text.lucene.OracleAnalyzer
Creates a new OracleAnalyzer object.
OracleAutoIndex<T extends com.tinkerpop.blueprints.Element> - Interface in oracle.pg.text
An interface that extends the functions defined in OracleIndex to provide manage an automatic index.
OracleCommonIteratorBase - Class in oracle.pg.common
An Oracle implementation of Closeable to allow property graph iterators to be closed in order to free up resources
OracleCommonIteratorBase() - Constructor for class oracle.pg.common.OracleCommonIteratorBase
 
OracleCommonIteratorImpl - Class in oracle.pg.nosql
This class implements a common Iterator interface for iterating through elements as well as changes.
OracleCommonUtils - Class in oracle.pg.common
This class defines common utility functions that can be used across multiple backends
OracleCommonUtils() - Constructor for class oracle.pg.common.OracleCommonUtils
 
OracleConvertersUtilsBase - Class in oracle.pg.common
A set of utilities for converting data (CSV, Relational Tables) into property graph data.
OracleConvertersUtilsBase() - Constructor for class oracle.pg.common.OracleConvertersUtilsBase
 
OracleCSVDatatypeConstants - Interface in oracle.pg.common
This interface defines the data type constants used for CSV to PG conversion
OracleDataLoaderConfig - Class in oracle.pg.nosql
This class specifies the configuration parameters to use when loading a graph in Oracle Flat-file format using parallel data loader.
OracleDataLoaderConfigBase - Class in oracle.pg.common
This class specifies the configuration settings used for Parallel data loading tasks including degree of parallelism, ID offsets, partitions, among others.
OracleDataLoaderConfigBase() - Constructor for class oracle.pg.common.OracleDataLoaderConfigBase
 
OracleDataLoaderUtils - Class in oracle.pg.common
A set of utilities for parallel data loading from Oracle Flat-file format
OracleDataLoaderUtils() - Constructor for class oracle.pg.common.OracleDataLoaderUtils
 
OracleDirectory - Class in oracle.pg.text.lucene
This class manages Lucene Directory objects.
OracleDirectory(String, Directory[]) - Constructor for class oracle.pg.text.lucene.OracleDirectory
Constructs an OracleDirectory object.
OracleDirectory(String, OracleDirectory.DirectoryType, String[], int) - Constructor for class oracle.pg.text.lucene.OracleDirectory
Constructs an OracleDirectory object.
OracleDirectory.DirectoryType - Enum in oracle.pg.text.lucene
It denotes the type of directories for storing Lucene indexes.
OracleEdge - Class in oracle.pg.nosql
This class implements the Blueprints Edge interface on top of a supported backend database.
OracleEdgeBase - Interface in oracle.pg.common
This class implements the Blueprints Edge and Edge interface by using one of the supported backend database.
OracleEdgeFeaturesBase - Class in oracle.pg.common
Oracle Property Graph Features that are related to Edge operations.
OracleEdgeFilterIterableImpl - Class in oracle.pg.nosql
This class implements the Iterable interface for filtered edges.
OracleEdgeFilterIteratorImpl - Class in oracle.pg.nosql
This class implements the Iterator interface for edges.
OracleEdgeIterableImpl - Class in oracle.pg.nosql
This class implements the Iterable interface for vertices.
OracleEdgeIteratorImpl - Class in oracle.pg.nosql
This class implements the Iterator interface for vertices.
OracleElement - Class in oracle.pg.nosql
This class implements the Blueprints Element interface on top of a supported backend database.
OracleElement() - Constructor for class oracle.pg.nosql.OracleElement
 
OracleElementBase - Interface in oracle.pg.common
This class implements the Blueprints Element interface on top of a supported backend database.
OracleElementIteratorImpl - Class in oracle.pg.nosql
This class implements the Iterator interface for elements (vertices and edges).
OracleFileSplitter - Class in oracle.pg.common
A Java Runnable that splits a set of files in multiple chunks written into (DOP) OutputStream objects.
OracleFileSplitter(boolean, Object[], OutputStream[], OracleFileSplitterConfig) - Constructor for class oracle.pg.common.OracleFileSplitter
Creates a new OracleFileSplitter object
OracleFileSplitterConfig - Class in oracle.pg.common
A class specifying all the configuration settings when splitting an input stream into multiple chunks.
OracleFileSplitterConfig() - Constructor for class oracle.pg.common.OracleFileSplitterConfig
 
OracleGraphFeaturesBase - Class in oracle.pg.common
Oracle Property Graph Features specific to a operations of a "graph".
OracleIndex<T extends com.tinkerpop.blueprints.Element> - Interface in oracle.pg.text
An interface extending the Blueprints Index interface.
OracleIndex.SEARCH_ENGINE - Enum in oracle.pg.text
An enumeration listing the search engines supported for text search in Oracle Index
OracleIndexException - Exception in oracle.pg.text
A nestable checked index exception.
OracleIndexException(String) - Constructor for exception oracle.pg.text.OracleIndexException
Construct a OracleIndexException with the specified detail message.
OracleIndexException(String, Throwable) - Constructor for exception oracle.pg.text.OracleIndexException
Construct a OracleIndexException with the specified detail message and nested exception.
OracleIndexManager - Class in oracle.pg.text
A single point for managing/accessing all vertex and edge indices of a specific OraclePropertyGraphBase object.
OracleIndexManager(OraclePropertyGraphBase) - Constructor for class oracle.pg.text.OracleIndexManager
Creates a new OracleIndexManager object, handling external indexes associated to the specified property graph.
OracleIndexParameters - Class in oracle.pg.text
This class manages relevant parameters for text indexing.
OracleIndexParameters() - Constructor for class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object.
OracleIndexParameters(Parameter[]) - Constructor for class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object from an initial set of parameters.
OracleIndexParameters(List<Parameter>) - Constructor for class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object from an initial set of parameters.
OracleIndexUtils - Class in oracle.pg.text
This class contains a set of utilities to handle text search and text indexes
OracleIndexUtils() - Constructor for class oracle.pg.text.OracleIndexUtils
 
OracleIndexWriter - Class in oracle.pg.text.lucene
This class extends Lucene IndexWriter.
OracleIndexWriter(Directory, IndexWriterConfig) - Constructor for class oracle.pg.text.lucene.OracleIndexWriter
Creates a new OracleIndexWriter from a given directory and configuration
OracleIndexWriter(Directory, IndexWriterConfig, int) - Constructor for class oracle.pg.text.lucene.OracleIndexWriter
Creates a new OracleIndexWriter from a given directory and configuration
OracleMessageConstants - Interface in oracle.pg.common
This interface declares the constants for Error messages
OracleProperty<V> - Class in oracle.pg.nosql
This class implements the Property Tinkerpop3 interface for handling edge properties.
OracleProperty(OracleElement, String, V) - Constructor for class oracle.pg.nosql.OracleProperty
Constructs a new OracleProperty object
OraclePropertyBase<V> - Class in oracle.pg.common
This class implements the Property Tinkerpop3 interface for handling edge properties.
OraclePropertyBase(OracleElementBase, String, V) - Constructor for class oracle.pg.common.OraclePropertyBase
Constructs a new OracleProperty object
OraclePropertyGraph - Class in oracle.pg.nosql
This class implements the Blueprints Graph interface on top of a supported backend database.
OraclePropertyGraphBase - Class in oracle.pg.common
This class implements the Blueprints Graph interface on top of a supported backend database.
OraclePropertyGraphBase.CacheStatus - Enum in oracle.pg.common
This enum defines a set of cache status.
OraclePropertyGraphBase.OptimizationFlag - Enum in oracle.pg.common
This enum defines a set of optimization flags that can be used to influence the construction of Vertex or Edge objects during scans.
OraclePropertyGraphConfiguration - Class in oracle.pg.nosql
This class implements the Rexster GraphConfiguration interface.
OraclePropertyGraphConfiguration() - Constructor for class oracle.pg.nosql.OraclePropertyGraphConfiguration
 
OraclePropertyGraphConstants - Interface in oracle.pg.common
This interface defines the constants supported in Property Graph
OraclePropertyGraphConstants.QueueAction - Enum in oracle.pg.common
This enum denotes the action to be performed for elements in the action queue
OraclePropertyGraphCSVConverter - Class in oracle.pg.common.csvconverter
This class contains utility functions to help manage property graphs.
OraclePropertyGraphCSVConverter() - Constructor for class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
 
OraclePropertyGraphDataLoader - Class in oracle.pg.nosql
This class implements logic to execute parallel data loading of a property graph (in Oracle-defined flat files format) into Oracle NoSQL Database
OraclePropertyGraphDatatypeConstants - Interface in oracle.pg.common
This interface defines the data type encoding supported in Property Graph
OraclePropertyGraphException - Exception in oracle.pg.common
This class extends the Java RuntimeException.
OraclePropertyGraphException() - Constructor for exception oracle.pg.common.OraclePropertyGraphException
Constructs a OraclePropertyGraphException
OraclePropertyGraphException(String) - Constructor for exception oracle.pg.common.OraclePropertyGraphException
Construct a OraclePropertyGraphException with the specified detail message.
OraclePropertyGraphException(String, Throwable) - Constructor for exception oracle.pg.common.OraclePropertyGraphException
Construct a OraclePropertyGraphException with the specified detail message and nested exception.
OraclePropertyGraphException(Throwable) - Constructor for exception oracle.pg.common.OraclePropertyGraphException
Construct a OraclePropertyGraphException with the specified nested exception.
OraclePropertyGraphException - Exception in oracle.pg.nosql
This class extends the Java RuntimeException.
OraclePropertyGraphException() - Constructor for exception oracle.pg.nosql.OraclePropertyGraphException
Constructs a OraclePropertyGraphException
OraclePropertyGraphException(String) - Constructor for exception oracle.pg.nosql.OraclePropertyGraphException
Construct a OraclePropertyGraphException with the specified detail message.
OraclePropertyGraphException(String, Throwable) - Constructor for exception oracle.pg.nosql.OraclePropertyGraphException
Construct a OraclePropertyGraphException with the specified detail message and nested exception.
OraclePropertyGraphException(Throwable) - Constructor for exception oracle.pg.nosql.OraclePropertyGraphException
Construct a OraclePropertyGraphException with the specified nested exception.
OraclePropertyGraphFeatures - Class in oracle.pg.nosql
Oracle's extension of Features class
OraclePropertyGraphFeaturesBase - Class in oracle.pg.common
Oracle's extension of Features class
OraclePropertyGraphTinker3FeaturesBase - Class in oracle.pg.common
Oracle's extension of Features class
OraclePropertyGraphTinker3FeaturesBase() - Constructor for class oracle.pg.common.OraclePropertyGraphTinker3FeaturesBase
 
OraclePropertyGraphUtils - Class in oracle.pg.nosql
This class contains utility functions to help manage property graphs stored in an Oracle NoSQL Database.
OraclePropertyGraphUtils() - Constructor for class oracle.pg.nosql.OraclePropertyGraphUtils
 
OraclePropertyGraphUtilsBase - Class in oracle.pg.common
This class contains utility functions to help manage property graphs.
OraclePropertyGraphUtilsBase() - Constructor for class oracle.pg.common.OraclePropertyGraphUtilsBase
 
OracleQueryParser - Class in oracle.pg.text.lucene
Extension of Lucene's query parser to handle half-open numeric and term range queries for key/value properties over a property graph.
OracleQueryParser(String, Analyzer) - Constructor for class oracle.pg.text.lucene.OracleQueryParser
Creates a new OracleQueryParser object.
OracleQueryParser(String, Analyzer, boolean) - Constructor for class oracle.pg.text.lucene.OracleQueryParser
Creates a new OracleQueryParser object.
OracleTinkerpop30EdgeIterableImpl - Class in oracle.pg.common
This class implements the Iterable interface for edges object using Tinkerpop Blueprints 2.3 Edge interface (com.tinkerpop.blueprints.Edge).
OracleTinkerpop30EdgeIterableImpl(OracleTinkerpop30EdgeIteratorImpl) - Constructor for class oracle.pg.common.OracleTinkerpop30EdgeIterableImpl
A package level constructor.
OracleTinkerpop30EdgeIteratorImpl - Class in oracle.pg.common
This class implements the Iterator interface for retrieving edges using Tinkerpop Blueprints 2.3 Edge interface (com.tinkerpop.blueprints.Edge)
OracleTinkerpop30EdgeIteratorImpl(Iterator<Edge>) - Constructor for class oracle.pg.common.OracleTinkerpop30EdgeIteratorImpl
 
OracleTinkerpop30VertexIterableImpl - Class in oracle.pg.common
This class implements the Iterable interface for vertices object using Tinkerpop Blueprints 2.3 Vertex interface (com.tinkerpop.blueprints.Vertex).
OracleTinkerpop30VertexIterableImpl(OracleTinkerpop30VertexIteratorImpl) - Constructor for class oracle.pg.common.OracleTinkerpop30VertexIterableImpl
A package level constructor.
OracleTinkerpop30VertexIteratorImpl - Class in oracle.pg.common
This class implements the Iterator interface for retrieving vertices using Tinkerpop Blueprints 2.3 Vertex interface (com.tinkerpop.blueprints.Vertex)
OracleTinkerpop30VertexIteratorImpl(Iterator<Vertex>) - Constructor for class oracle.pg.common.OracleTinkerpop30VertexIteratorImpl
 
OracleVertex - Class in oracle.pg.nosql
This class implements the Blueprints Vertex interface on top of the supported backend database.
OracleVertexBase - Interface in oracle.pg.common
This class implements the Blueprints Vertex interface on top of a supported backed database
OracleVertexFeaturesBase - Class in oracle.pg.common
Oracle Property Graph Features that are related to Vertex operations.
OracleVertexFilterIterableImpl - Class in oracle.pg.nosql
This class implements the Iterable interface for filtered vertices.
OracleVertexFilterIteratorImpl - Class in oracle.pg.nosql
This class implements the Iterator interface for vertices.
OracleVertexIterableImpl - Class in oracle.pg.nosql
This class implements the Iterable interface for vertices.
OracleVertexIteratorImpl - Class in oracle.pg.nosql
This class implements the Iterator interface for vertices.
OracleVertexProperty<V> - Class in oracle.pg.nosql
This class implements the VertexProperty Tinkerpop3 interface for vertex properties.
OracleVertexProperty(OracleVertex, String, V) - Constructor for class oracle.pg.nosql.OracleVertexProperty
Constructs a new OracleVertexProperty object
OracleVertexPropertyBase<V> - Class in oracle.pg.common
This class implements the VertexProperty Tinkerpop3 interface for vertex properties.
OracleVertexPropertyBase(OracleVertexBase, String, V) - Constructor for class oracle.pg.common.OracleVertexPropertyBase
Constructs a new OracleVertexProperty object
OracleVertexPropertyFeaturesBase - Class in oracle.pg.common
Oracle Property Graph Features that are related to Vertex Property objects
OracleVertexQuery - Class in oracle.pg.common
Oracle implementation of VertexQuery.
OracleVertexQuery(Vertex) - Constructor for class oracle.pg.common.OracleVertexQuery
Builds a new OracleVertexQuery from the given vertex
outputEdgeRecord(OutputStream, Long, Long, Long, String, String, Object) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
This method outputs a property (K/V) of an edge, identified by an integer ID, into the given output stream.
outputVertexRecord(OutputStream, Long, String, Object) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
This method outputs a property (K/V) of a vertex, identified by an integer ID, into the given output stream.
outputVertexRecord(OutputStream, Long, String, String, Object) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
This method outputs a property (K/V) of a vertex, identified by an integer ID, into the given output stream.
outVertex() - Method in interface oracle.pg.common.OracleEdgeBase
Get the outgoing/tail vertex of this edge

P

Parameters - Class in oracle.pg.nosql
This class defines various parameters.
Parameters() - Constructor for class oracle.pg.nosql.Parameters
 
ParametersBase - Class in oracle.pg.common
An Oracle Utility to get additional property graph configuration settings taken from JVM settings.
ParametersBase() - Constructor for class oracle.pg.common.ParametersBase
 
parseHeaderToColumnToAttrMappings(String, char) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Splits the header using the delimiterChar and returns an array of ColumnToAttrMapping
POOL_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
This constant denotes the parameter for the oracle pool used in an Apache Lucene index with a JDBC directory
prepareConfigEdgePropertiesFromOPVFile(Object[], AbstractPgGraphConfigBuilder, int, OracleFileSplitterConfig) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Updates an existing AbstractPgGraphConfigBuilder with all the vertex properties obtained from the given set of OPV flat files.
prepareConfigVertexPropertiesFromOPVFile(Object[], AbstractPgGraphConfigBuilder, int, OracleFileSplitterConfig) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Updates an existing AbstractPgGraphConfigBuilder with all the vertex properties obtained from the given set of OPV flat files.
printStackTrace(PrintStream) - Method in exception oracle.pg.text.OracleIndexException
Print the composite message and the embedded stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception oracle.pg.text.OracleIndexException
Print the composite message and the embedded stack trace to the specified print writer.
ProgressListener - Interface in oracle.pg.common
This interface defines a few core APIs to that can be used to report progress of a long running process (data importing or exporting for example).
progressTo(long, String) - Method in interface oracle.pg.common.ProgressListener
This method reports the current progress.
progressTo(long, String) - Method in class oracle.pg.common.SimpleLogBasedDataLoaderListenerImpl
This method reports the current progress.
progressTo(long, String) - Method in class oracle.pg.common.SimpleLogBasedProgressListenerImpl
This method reports the current progress.
properties() - Method in class oracle.pg.common.OracleVertexFeaturesBase
Gets features related to "properties" on a Vertex.
properties(String...) - Method in class oracle.pg.common.OracleVertexPropertyBase
Get an Iterator of properties.
properties(String...) - Method in class oracle.pg.nosql.OracleEdge
Get an Iterator of properties.
properties(String...) - Method in class oracle.pg.nosql.OracleVertex
Get an Iterator of properties.
property(VertexProperty.Cardinality, String, V, Object...) - Method in interface oracle.pg.common.OracleVertexBase
Create a new vertex property.
property(String, V) - Method in class oracle.pg.common.OracleVertexPropertyBase
Add or set a property value for the Element given its key.
property(String) - Method in class oracle.pg.nosql.OracleEdge
Get a Property for the Element given its key.
property(String, Object) - Method in class oracle.pg.nosql.OracleEdge
Add or set a property value for the Element given its key.
property(String) - Method in class oracle.pg.nosql.OracleVertex
Get the VertexProperty for the provided key.
property(String, Object) - Method in class oracle.pg.nosql.OracleVertex
Assign a key/value property to the element.
PropertyNamesTimeoutException - Exception in oracle.pg.nosql
This class extends the Java RuntimeException.
PropertyNamesTimeoutException() - Constructor for exception oracle.pg.nosql.PropertyNamesTimeoutException
Constructs a PropertyNamesTimeoutException
PropertyNamesTimeoutException(String) - Constructor for exception oracle.pg.nosql.PropertyNamesTimeoutException
Construct a PropertyNamesTimeoutException with the specified detail message.
PropertyNamesTimeoutException(String, Throwable) - Constructor for exception oracle.pg.nosql.PropertyNamesTimeoutException
Construct a PropertyNamesTimeoutException with the specified detail message and nested exception.
PropertyNamesTimeoutException(Throwable) - Constructor for exception oracle.pg.nosql.PropertyNamesTimeoutException
Construct a PropertyNamesTimeoutException with the specified nested exception.
put(OracleEdgeBase) - Method in class oracle.pg.common.EdgeCache
Add one Edge to the cache
put(Long, OracleEdgeBase) - Method in class oracle.pg.common.EdgeCache
Add one Edge to the cache.
put(OracleVertexBase) - Method in class oracle.pg.common.VertexCache
Add one vertex to the cache
put(Long, OracleVertexBase) - Method in class oracle.pg.common.VertexCache
Add one vertex to the cache.
put(String, Object, T) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Indexes an element with respect to the specified key and value.
put(String, Object, T, OracleIndexWriter[]) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Indexes an element with respect to the specified key and value.
put(String, Object, T) - Method in class oracle.pg.text.lucene.LuceneIndex
Indexes an element by a key and a value.
put(String, Object, T, OracleIndexWriter[]) - Method in class oracle.pg.text.lucene.LuceneIndex
Indexes an element by a key and a value.
put(String, Object, T, CloudSolrClient) - Method in class oracle.pg.text.solr.SolrAutoIndex
Indexes an element with respect to the specified key and value using the given cloudSolrServer object.
put(String, Object, T) - Method in class oracle.pg.text.solr.SolrIndex
Indexes an element by a key and a value.
put(String, Object, T, CloudSolrClient) - Method in class oracle.pg.text.solr.SolrIndex
Indexes an element by a key and a value.

Q

qualifiedSQLName(Connection, String) - Static method in class oracle.pg.common.Util
Checks if the specified name is a qualified SQL name.
query() - Method in class oracle.pg.common.OraclePropertyGraphBase
Returns a GraphQuery to query for vertices or edges in the graph by their properties.
query() - Method in class oracle.pg.nosql.OracleVertex
Generate a query object that can be used to fine tune which edges/vertices are retrieved that are incident/adjacent to this vertex.
query(String, Object) - Method in class oracle.pg.text.lucene.LuceneIndex
Query for all the elements satisfying the specified K/V property within the index
query(String, Object, boolean) - Method in class oracle.pg.text.lucene.LuceneIndex
Query for all the elements satisfying the specified K/V property within the index
query(String, Object, boolean) - Method in interface oracle.pg.text.OracleIndex
Query for all the elements satisfying the specified K/V property within the index
query(String, Object) - Method in class oracle.pg.text.solr.SolrIndex
Query for all the elements matching the specified K/V property within the index
query(String, Object, boolean) - Method in class oracle.pg.text.solr.SolrIndex
Query for all the elements matching the specified K/V property within the index
quietlyClose(OutputStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Quietly closes the specified OutputStream.
quietlyClose(InputStream) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Quietly closes the specified InputStream.
quietlyClose(BufferedReader) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Quietly closes the specified BufferedReader.
quietlyCloseCloudSolrClient(CloudSolrClient) - Static method in class oracle.pg.text.solr.SolrIndexUtils
Closes the specified CloudSolrClient object
quietlyCloseConnections(KVStoreConfig[]) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
Quietly closes an array KVStoreConfig objects storing all the configurations used to connect to an Oracle NoSQL Database
quietlyCloseKVStore(OraclePropertyGraph) - Static method in class oracle.pg.nosql.OraclePropertyGraphUtils
Quietly close the KVStore object handling a connection to an Oracle NoSQL Database associated to the given property graph
quietlyCloseOracleIndexWriters(OracleIndexWriter[]) - Static method in class oracle.pg.text.lucene.LuceneIndexUtils
Quietly close the specified index writers.
quietlyCloseResultSet(ResultSet) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Closes (in a best effort fashion) the provided result set.
quietlyCloseResultSetAndStmt(ResultSet, Statement) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Closes (in a best effort fashion) the provided result set and its corresponding statement.
quietlyCloseResultSetAndStmt(ResultSet) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Closes (in a best effort fashion) the provided result set and its corresponding statement.
quietlyCloseStmt(Statement) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Closes (in a best effort fashion) the provided statement.
quietlyShutdown(OraclePropertyGraphBase) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Quietly shutdown a property graph.

R

readCsvRecord(BufferedReader, boolean, char) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Reads a CSV Record with the BufferedReader br.
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.
refreshAllIndicesCache() - Method in class oracle.pg.text.OracleIndexManager
Refresh the cache for all auto and manual indices
refreshAutoIndices() - Method in class oracle.pg.common.OraclePropertyGraphBase
Refreshes all automatic indices based to the most up-to-date state of the property graph.
refreshAutoIndices() - Method in class oracle.pg.text.OracleIndexManager
Refreshes all automatic indices based to the most up-to-date state of the graph.
refreshEdgeAutoIndexCache() - Method in class oracle.pg.text.OracleIndexManager
Refresh the cache for automatic index on edges
refreshEdgeIndicesCache() - Method in class oracle.pg.text.OracleIndexManager
Refresh the cache for manual indices on edges
refreshIndicesCache() - Method in class oracle.pg.text.OracleIndexManager
Refresh the index caches associated to this index manager
refreshManualIndicesCache() - Method in class oracle.pg.text.OracleIndexManager
Refresh the cache for manual indices on vertices
refreshVertexAutoIndexCache() - Method in class oracle.pg.text.OracleIndexManager
Refresh the cache for automatic index on vertices
refreshVertexIndicesCache() - Method in class oracle.pg.text.OracleIndexManager
Refresh the cache for manual indices on vertices
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() - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Re-index the elements of the associated property graph based on the current indexed keys.
reindexElements() - Method in interface oracle.pg.text.OracleAutoIndex
Re-index the elements of the associated property graph based on the current indexed keys.
reindexElements() - Method in class oracle.pg.text.solr.SolrAutoIndex
Re-index the elements of the associated property graph based on the current indexed keys.
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() - 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() - 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.
remove(OracleEdgeBase) - Method in class oracle.pg.common.EdgeCache
Remove one Edge from the cache
remove(Long) - Method in class oracle.pg.common.EdgeCache
Remove one Edge from the cache
remove() - Method in class oracle.pg.common.OracleCommonIteratorBase
The remove operation is not supported by this implementation of Iterator.
remove() - Method in class oracle.pg.common.OraclePropertyBase
Remove the property from the associated element
remove() - Method in class oracle.pg.common.OracleTinkerpop30EdgeIteratorImpl
The remove operation is not supported by this implementation of Iterator
remove() - Method in class oracle.pg.common.OracleTinkerpop30VertexIteratorImpl
The remove operation is not supported by this implementation of Iterator
remove() - Method in class oracle.pg.common.OracleVertexPropertyBase
Removes the Element from the graph.
remove(OracleVertexBase) - Method in class oracle.pg.common.VertexCache
Remove one Vertex from the cache
remove(Long) - Method in class oracle.pg.common.VertexCache
Remove one Vertex from the cache
remove() - Method in class oracle.pg.nosql.OracleEdge
This method removes this edge from its underlying graph.
remove() - Method in class oracle.pg.nosql.OracleEdgeFilterIteratorImpl
Remove operation not supported
remove() - Method in class oracle.pg.nosql.OracleVertex
This method removes this vertex from its underlying graph.
remove() - Method in class oracle.pg.nosql.OracleVertexFilterIteratorImpl
Remove operation not supported
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(Object, boolean) - 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, CloudSolrClient) - Method in class oracle.pg.text.solr.SolrIndex
Removes an element indexed by a particular key/value.
remove(String, Object, Class, T, CloudSolrClient) - 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.common.OraclePropertyGraphBase
Removes an attribute from all edges satisfying the criterias specified in the given EdgeOpCallback.
removeAttributeFromAllEdges(EdgeOpCallback, boolean, int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Removes an attribute from all edges satisfying the criterias specified in the given EdgeOpCallback.
removeAttributeFromAllEdges(EdgeOpCallback, boolean, int, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Removes an attribute from all edges satisfying the criterias specified in the given 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.common.OraclePropertyGraphBase
Removes an attribute from all vertices satisfying the criterias specified in the given VertexOpCallback.
removeAttributeFromAllVertices(VertexOpCallback, boolean, int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Removes an attribute from all vertices satisfying the criterias specified in the given VertexOpCallback.
removeAttributeFromAllVertices(VertexOpCallback, boolean, int, ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
Removes an attribute from all vertices satisfying the criterias specified in the given 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.OraclePropertyGraphBase
Remove the provided 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.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.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.
reportProgress(FileWriter, int, long, long, long, long, int) - Static method in class oracle.pg.common.OracleDataLoaderUtils
Report the current progress of the data loading operation into the specified FileWriter object.
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.OraclePropertyGraphBase
Rollbacks the operations done to this property graph instance
run() - Method in class oracle.pg.common.OracleFileSplitter
Execute the splitting of the given files into array of outputstreams
run() - Method in class oracle.pg.nosql.GraphLoader
 

S

sanitizeSimpleFileName(String) - Static method in class oracle.pg.common.Util
do sanity checking to the filename, only allowed characters can appear in the file name
saveInputStreamIntoFile(InputStream, String) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Saves the content of the given input stream into a temporary file
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.
serialize() - Method in class oracle.pg.common.SimpleJsonDataWrapper
This method returns a String representation of this SimpleJsonDataWrapper instance
serialize() - Method in class oracle.pg.common.SimpleRdfDataWrapper
This method returns a String representation of this SimpleRdfDataWrapper instance
serialize() - Method in class oracle.pg.common.SimpleSpatialDataWrapper
This method returns a String representation of this SimpleSpatialDataWrapper instance
setAllowExtraFields(boolean) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Wetter to indicate whether or not all the fields in the CSV will be converted to a Vertex or Edge id, label or property i.e.
setAllowMultiLine(boolean) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Setter to indicate whether or not fields from can contain multiple lines, i.e.
setArrayDelimiter(char) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
 
setBatchSize(int) - Method in class oracle.pg.common.OracleDataLoaderConfigBase
Set the batch size used in the data loader
setBatchSize(int) - Method in class oracle.pg.common.OraclePropertyGraphBase
Set the size of the batch used for update operations.
setBatchSizeToDebug(long) - Method in class oracle.pg.common.OracleFileSplitterConfig
Set the batch size to show debug information
setBatchSizeToDebug(long) - Method in class oracle.pg.nosql.OraclePropertyGraphDataLoader
Set the batch size to show debug information
setCacheStatus(OraclePropertyGraphBase.CacheStatus) - Method in class oracle.pg.common.OraclePropertyGraphBase
Set the currenct cache status.
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
setCtams(ColumnToAttrMapping[]) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Setter for the ColumnToAttrMapping array
setCustomizedParallelScanDOP(int) - Method in class oracle.pg.nosql.OraclePropertyGraph
Set the dop used for parallel scan
setDataLoaderListener(DataLoaderListener) - Method in class oracle.pg.common.OracleFileSplitterConfig
Set the data loader listener associated to this configuration object
setDateFormat(DateFormat) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Setter for the preferred Date format used to parse the dates in the CSV file, it can be null.
setDcl(DataConverterListener) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Setter for the instance of DataConverterListener that can be used to report progress and control the conversion process when an error occurs.
setDefaultEdgeOptFlag(OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.common.OraclePropertyGraphBase
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.
setDefaultVertexOptFlag(OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.common.OraclePropertyGraphBase
Set the default vertex optimization flag associated to this property graph
setDelimiterChar(char) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Setter for the character used to delimit values in a CSV file, e.g.
setDop(int) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Setter for the degree of parallelism used to optimize converting performance.
setDOP(int) - Method in class oracle.pg.common.OracleFileSplitterConfig
Set the degree of parallelism used for data loading.
setDvidColumnName(String) - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Setter for the column name that will be used as DVID.
setEdgeFilterCallback(EdgeFilterCallback) - Method in class oracle.pg.common.OraclePropertyGraphBase
Set the default EdgeFilterCallback associated to this property graph
setEdgeIDOffset(long) - Method in class oracle.pg.common.OracleFileSplitterConfig
Set the offset of the edge ID.
setEdgeSrcMaxlines(long) - Method in class oracle.pg.common.OracleFileSplitterConfig
Set the maximum number of lines to load from the edges file.
setEdgeSrcOffsetlines(long) - Method in class oracle.pg.common.OracleFileSplitterConfig
Set the line offset of edges.
setEidColumnName(String) - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Setter for the edge id column name
setElColumnName(String) - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Getter for the column name that will be used as edge label param elColumnName
setExceptionHandlers(Thread, Thread) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
setExceptionHandlers(Thread[]) - Static method in class oracle.pg.nosql.GraphLoader
 
setGracefulTimeout(boolean) - Method in class oracle.pg.common.OracleCommonIteratorBase
Sets a flag for best effort query.
setHasEdgeLabelColumn(boolean) - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Setter for hasEdgeLabelCol
setIndexedDocs(long) - Method in class oracle.pg.text.lucene.OracleIndexWriter
Sets the number of documents indexed by this object to the given number
setKeepOriginalID(boolean) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfig
Setter for the keepOriginalID property.
setLabel(String) - Method in interface oracle.pg.common.OracleVertexBase
Sets (and overrides) the label of this given vertex
setLabel(String, boolean, boolean) - Method in interface oracle.pg.common.OracleVertexBase
Sets (and overrides) the label of this given vertex
setLabel(String) - Method in class oracle.pg.nosql.OracleEdge
Set the label associated with the edge.
setLabel(String) - Method in class oracle.pg.nosql.OracleVertex
Sets the label for the vertex which helps categorize it.
setLabel(String, boolean, boolean) - Method in class oracle.pg.nosql.OracleVertex
Sets the label for the vertex which helps categorize it.
setOffsetDVID(long) - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Setter for the offset to the DVID.
setOffsetEID(long) - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Setter for the edge id offset.
setOffsetLines(long) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Setter for the number of lines to skip of the input file
setOffsetSVID(long) - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Setter for the offset to the SVID.
setOffsetVID(long) - Method in class oracle.pg.common.csvconverter.CSV2OPVConfig
Setter for the offset to the VID.
setOffsetVIDs(long) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfig
Setter for the offset to the VID.
setOriginalIDName(String) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfig
Setter for the originalIDName property.
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.
setPartitionsOffset(int) - Method in class oracle.pg.common.OracleFileSplitterConfig
Set the offset of the partition (i.e.
setProgressListener(ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
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, boolean, boolean) - Method in interface oracle.pg.common.OracleElementBase
Assign a key/value property to the element.
setProperty(String, Object) - Method in class oracle.pg.nosql.OracleEdge
Assign a key/value property to the element.
setProperty(String, Object, boolean) - Method in class oracle.pg.nosql.OracleEdge
Assign a key/value property to the element.
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.
setPropertyGraph(OraclePropertyGraphBase) - Method in interface oracle.pg.common.OracleElementBase
Sets the property graph instance associated to this graph
setPropertyGraph(OraclePropertyGraphBase) - Method in class oracle.pg.nosql.OracleEdge
Sets the property graph instance associated to this element
setPropertyGraph(OraclePropertyGraphBase) - Method in class oracle.pg.nosql.OracleElement
Sets the property graph instance associated to this element
setPropertyGraph(OraclePropertyGraphBase) - Method in class oracle.pg.nosql.OracleVertex
Sets the property graph instance associated to this element
setQueryStartTime(long) - Method in class oracle.pg.common.OracleCommonIteratorBase
Sets the time when this iterator was started to be consumed
setQueryTimeOut(long) - Method in class oracle.pg.common.OracleCommonIteratorBase
Sets the query time out in seconds
setQueueSize(int) - Method in class oracle.pg.common.OraclePropertyGraphBase
This method sets the queue size.
setQuotationChar(char) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Setter for the character used to quote, e.g.
setSkipGhostVertices(boolean) - Method in class oracle.pg.common.OracleDataLoaderConfigBase
Specifies if edges with ghost vertices (vertices not defined in the graph) should not be loaded
setSolrJavaBinFormat(boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
Set the flag to determine if the SolrCloud server will use a Binary format for the query responses
setStmtArgumentForDml(int, PreparedStatement, String, Object) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
*
setSvidColumnName(String) - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Setter for the column name that will be used as SVID.
setTableIteratorOptions(TableIteratorOptions) - Method in class oracle.pg.nosql.OraclePropertyGraph
Sets the TableIteratorOptions object associated to this property graph
setTotalPartitions(int) - Method in class oracle.pg.common.OracleFileSplitterConfig
Set the total number of partitions (i.e.
setTransientPropertyGraphInstance(boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
Specifies if this property graph instance is a transient instance.
setVertexFilterCallback(VertexFilterCallback) - Method in class oracle.pg.common.OraclePropertyGraphBase
Set the default VertexFilterCallback associated to this property graph
setVertexIDOffset(long) - Method in class oracle.pg.common.OracleFileSplitterConfig
Set the offset of the vertex ID.
setVertexSrcMaxlines(long) - Method in class oracle.pg.common.OracleFileSplitterConfig
Set the maximum number of lines to load from the vertices file.
setVertexSrcOffsetlines(long) - Method in class oracle.pg.common.OracleFileSplitterConfig
Set the line offset of vertices.
setVidColumnName(String) - Method in class oracle.pg.common.csvconverter.CSV2OPVConfig
Setter for the column name that will be used as VID.
setVidColumnNames(String[]) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfig
Setter for the array of column names that will be used as VIDs.
showProgress() - Method in class oracle.pg.common.ParametersBase
Determines if the show progress logging is enabled
showProgress() - Method in class oracle.pg.nosql.Parameters
Return if the flag of showing progress is on
shutdown() - Method in class oracle.pg.nosql.OraclePropertyGraph
A shutdown function is required to properly close the graph.
SimpleJsonDataWrapper - Class in oracle.pg.common
This class defines a String based simple wrapper for Json data
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.
SimpleRdfDataWrapper - Class in oracle.pg.common
This class defines a String based simple wrapper for Rdf data
SimpleSpatialDataWrapper - Class in oracle.pg.common
This class defines a String based simple wrapper for Spatial data
simpleSqlNameCheck(Connection, String) - Static method in class oracle.pg.common.Util
This method returns the result of OracleStatement.enquoteIdentifier function: If identifier is a simple SQL identifier, the original value is returned A SQLException will be thrown if identifier contains any characters invalid in a delimited identifier or the identifier length is invalid for the datasource.
size(Iterable<E>) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Returns the number of elements in the given Iterable object.
size(Iterator<E>) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
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 com.tinkerpop.blueprints.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.
SolrEdgeAutoIndex - Class in oracle.pg.text.solr
This class extends the functions defined in SolrAutoIndex.
SolrEdgeIndex - Class in oracle.pg.text.solr
This class extends the functions defined in SolrIndex.
SolrIndex<T extends com.tinkerpop.blueprints.Element> - Class in oracle.pg.text.solr
An abstract class implementing the Blueprints Index interface to support indices on SolrCloud.
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.
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.
SolrVertexIndex - Class in oracle.pg.text.solr
This class extends the functions defined in SolrIndex.
SparkUtils - Class in oracle.pg.nosql
This class implements SparkUtilsBase and it provides a set of convenient helper methods to facilitate running Apache Spark tasks against property graph data stored in Apache HBase.
SparkUtilsBase - Interface in oracle.pg.common
This interface defines some helper methods to facilitate running Apache Spark tasks against property graph data stored in one of the supported backend databases.
splitAndLoad(Thread, Thread) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
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.OraclePropertyGraphBase
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.OraclePropertyGraphBase
Stop the current transaction.
strToSerializable(String) - Static method in class oracle.pg.common.OraclePropertyGraphBase
Convert from a String encoding to a Serializable object
sum(List<Double>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Adds up a list of double values and return the sum.
supportsConcurrentAccess() - Method in class oracle.pg.common.OracleGraphFeaturesBase
Determines if the Graph implementation supports more than one connection to the same instance at the same time.
supportsCustomIds() - Method in class oracle.pg.common.OracleEdgeFeaturesBase
Determines if an Element has a specific custom object as their internal representation.
supportsCustomIds() - Method in class oracle.pg.common.OracleVertexFeaturesBase
Determines if an Element has a specific custom object as their internal representation.
supportsCustomIds() - Method in class oracle.pg.common.OracleVertexPropertyFeaturesBase
Determines if an Element has a specific custom object as their internal representation.
supportsElementProperties() - Method in class oracle.pg.common.OraclePropertyGraphFeaturesBase
Checks whether the graph supports both vertex and edge properties.
supportsThreadedTransactions() - Method in class oracle.pg.common.OracleGraphFeaturesBase
Determines if the Graph implementation supports threaded transactions which allow a transaction to be executed across multiple threads via Transaction.createThreadedTx().
supportsTransactions() - Method in class oracle.pg.common.OracleGraphFeaturesBase
Determines if the Graph implementations supports transactions.
syncCache() - Method in class oracle.pg.common.ParametersBase
Returns true if the underlying vertex cache and edge cache are synchronized

T

toMap() - Method in class oracle.pg.common.OraclePropertyGraphFeaturesBase
Return the map representation of this object.
toString() - Method in class oracle.pg.common.OraclePropertyBase
Get a String representation of this property
toString() - Method in class oracle.pg.common.OraclePropertyGraphTinker3FeaturesBase
Gets the String representation of all the property graph features
toString() - Method in class oracle.pg.common.OracleVertexPropertyBase
Returns the String representation of this vertex property
toString() - Method in class oracle.pg.common.SimpleJsonDataWrapper
Returns a String representation of this object
toString() - Method in class oracle.pg.common.SimpleRdfDataWrapper
Returns a String representation of this object
toString() - Method in class oracle.pg.common.SimpleSpatialDataWrapper
Returns a String representation of this object
toString() - Method in class oracle.pg.nosql.OracleEdge
Returns a String representation of the Edge
toString() - Method in class oracle.pg.nosql.OraclePropertyGraph
Returns a very succinct String representation of this Graph instance
toString() - Method in class oracle.pg.nosql.OracleVertex
Returns a String format of the vertex instance.
toString() - Method in class oracle.pg.text.OracleIndexParameters
String utility to print out all index parameters.
traversal(Class<C>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Generate a TraversalSource using the specified TraversalSource class.
traversal() - Method in class oracle.pg.common.OraclePropertyGraphBase
Generate a reusable GraphTraversalSource instance.
tx() - Method in class oracle.pg.common.OraclePropertyGraphBase
Configure and control the transactions for those graphs that support this feature.
TYPE_DT_BOOL - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes a Boolean data type for the value field of an attribute (K/V pair)
TYPE_DT_BOOL - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Boolean data type for the value field of an attribute (K/V pair)
TYPE_DT_BOOL - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Boolean data type for the value field of an attribute (K/V pair)
TYPE_DT_BYTE - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes a Byte data type for the value field of an attribute (K/V pair)
TYPE_DT_BYTE - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Byte data type for the value field of an attribute (K/V pair)
TYPE_DT_BYTE - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Byte data type for the value field of an attribute (K/V pair)
TYPE_DT_CHAR - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes a Char data type for the value field of an attribute (K/V pair)
TYPE_DT_CHAR - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Character data type for the value field of an attribute (K/V pair)
TYPE_DT_CHAR - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Character data type for the value field of an attribute (K/V pair)
TYPE_DT_DATE - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes a Date (java.util.Date) data type for the value field of an attribute (K/V pair)
TYPE_DT_DATE - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Date (java.util.Date) data type for the value field of an attribute (K/V pair)
TYPE_DT_DATE - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Date (java.util.Date) data type for the value field of an attribute (K/V pair)
TYPE_DT_DOUBLE - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes a Double data type for the value field of an attribute (K/V pair)
TYPE_DT_DOUBLE - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Double data type for the value field of an attribute (K/V pair)
TYPE_DT_DOUBLE - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Double data type for the value field of an attribute (K/V pair)
TYPE_DT_EMPTY - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes an empty data type for the value field of an attribute (K/V pair)
TYPE_DT_FLOAT - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes a Float data type for the value field of an attribute (K/V pair)
TYPE_DT_FLOAT - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Float data type for the value field of an attribute (K/V pair)
TYPE_DT_FLOAT - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Float data type for the value field of an attribute (K/V pair)
TYPE_DT_INTEGER - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes an Integer data type for the value field of an attribute (K/V pair)
TYPE_DT_INTEGER - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes an Integer data type for the value field of an attribute (K/V pair)
TYPE_DT_INTEGER - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes an Integer data type for the value field of an attribute (K/V pair)
TYPE_DT_JSON - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes a JSON data type for the value field of an attribute (K/V pair)
TYPE_DT_JSON - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a JSON data type for the value field of an attribute (K/V pair)
TYPE_DT_JSON - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a JSON data type for the value field of an attribute (K/V pair)
TYPE_DT_LONG - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes a Long data type for the value field of an attribute (K/V pair)
TYPE_DT_LONG - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Long data type for the value field of an attribute (K/V pair)
TYPE_DT_LONG - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Long data type for the value field of an attribute (K/V pair)
TYPE_DT_SERI - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes a Serializable data type for the value field of an attribute (K/V pair)
TYPE_DT_SERIALIZABLE - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Serializable data type for the value field of an attribute (K/V pair)
TYPE_DT_SERIALIZABLE - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Serializable data type for the value field of an attribute (K/V pair)
TYPE_DT_SHORT - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes a Short data type for the value field of an attribute (K/V pair)
TYPE_DT_SHORT - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Short data type for the value field of an attribute (K/V pair)
TYPE_DT_SHORT - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Short data type for the value field of an attribute (K/V pair)
TYPE_DT_SPATIAL - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes a Spatial data type for the value field of an attribute (K/V pair)
TYPE_DT_SPATIAL - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Spatial data type for the value field of an attribute (K/V pair)
TYPE_DT_SPATIAL - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Spatial data type for the value field of an attribute (K/V pair)
TYPE_DT_STRING - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes a String data type for the value field of an attribute (K/V pair)
TYPE_DT_STRING - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a String data type for the value field of an attribute (K/V pair)
TYPE_DT_STRING - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a String data type for the value field of an attribute (K/V pair)
TYPE_DT_URI - Static variable in interface oracle.pg.common.OraclePropertyGraphDatatypeConstants
This constant denotes a RDF URI data type for the value field of an attribute (K/V pair)
TYPE_DT_URI - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a URI data type for the value field of an attribute (K/V pair)
TYPE_DT_URI - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes an URI data type for the value field of an attribute (K/V pair)

U

unescape(String) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Unescapes a string from Oracle flat file format into a regular string.
unescapeLiteral(String) - Static method in class oracle.pg.common.OracleCommonUtils
Unescape literal object value
useDatatypes() - Method in class oracle.pg.text.lucene.LuceneParameters
Validates if values in Vertex/Edge properties should be indexed as Datatype fields or as TextFields.
useOptimizedSplits() - Method in class oracle.pg.nosql.Parameters
Return if the flag of optimized splits is on
useSolrJavaBinFormat() - Method in class oracle.pg.common.OraclePropertyGraphBase
Specifies if the SolrCloud server will use a Binary format for the query responses
useTinkerpop2() - Method in class oracle.pg.common.ParametersBase
Determines if the Super verbose logging is enabled
Util - Class in oracle.pg.common
This class contains some useful helper functions.
Util() - Constructor for class oracle.pg.common.Util
 

V

validateSources(Object[], String) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
value() - Method in class oracle.pg.common.OraclePropertyBase
Get the value of the property
value() - Method in class oracle.pg.common.OracleVertexPropertyBase
Get the value of a Property given it's key.
valueOf(String) - Static method in enum oracle.pg.common.OraclePropertyGraphBase.CacheStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.pg.common.OraclePropertyGraphBase.OptimizationFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.pg.common.OraclePropertyGraphConstants.QueueAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.pg.text.lucene.OracleDirectory.DirectoryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.pg.text.OracleIndex.SEARCH_ENGINE
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.pg.common.OraclePropertyGraphBase.CacheStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.pg.common.OraclePropertyGraphBase.OptimizationFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.pg.common.OraclePropertyGraphConstants.QueueAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.pg.text.lucene.OracleDirectory.DirectoryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.pg.text.OracleIndex.SEARCH_ENGINE
Returns an array containing the constants of this enum type, in the order they are declared.
variables() - Method in class oracle.pg.common.OraclePropertyGraphBase
A collection of global Graph.Variables associated with the graph.
VERSION_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
This constant denotes the parameter for the Apache Lucene version
VERSION_PROP - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes an identifier for the version field of a document within the text index
vertex() - Method in class oracle.pg.common.OraclePropertyGraphTinker3FeaturesBase
Gets the features related to "vertex" operation.
VERTEX_CLASS_ID - Static variable in class oracle.pg.text.OracleIndexManager
An integer constant to denote that the index is associated to vertices
VERTEX_ID_PROP - Static variable in interface oracle.pg.text.OracleIndex
A constant text index field name for the ID of a vertex
VERTEX_ID_PROP - Static variable in class oracle.pg.text.solr.SolrIndex
A constant text index field name for the ID of a vertex
VERTEX_LABEL - Static variable in interface oracle.pg.common.OraclePropertyGraphConstants
This constant denotes the identifier assigned to a Vertex Label
VERTEX_LABEL_PROP - Static variable in interface oracle.pg.text.OracleIndex
A constant text index field name for the label of a vertex
VertexCache - Class in oracle.pg.common
This class implements a cache layer for OracleVertexBase objects.
VertexFilterCallback - Interface in oracle.pg.common
This interface defines the API to filter vertices.
vertexIds() - Method in class oracle.pg.common.OracleVertexQuery
Return the raw ids of the vertices on the other end of the edges.
VertexOpCallback - Interface in oracle.pg.common
This interface defines a callback function that can be used together with a whole graph level operation like adding a new weight attribute or removing an existing weight attribute
vertices(Direction) - Method in interface oracle.pg.common.OracleEdgeBase
Review the vertex (or vertices) associated with this edge as defined by the direction.
vertices(Object...) - Method in class oracle.pg.common.OraclePropertyGraphBase
Get the Vertex objects in this graph with the provided vertex ids or Vertex objects themselves.
vertices() - Method in class oracle.pg.common.OracleVertexQuery
Executes the query and returns the matching vertices
vertices(Direction, String...) - Method in class oracle.pg.nosql.OracleVertex
Gets an Iterator of adjacent vertices.

W

warn(Object, Object) - Method in class oracle.pg.common.SimpleLog
Logs the two message objects with the WARN level
warn(Object) - Method in class oracle.pg.common.SimpleLog
Logs the message object with the WARN level
warn(Object, Throwable) - Method in class oracle.pg.common.SimpleLog
Logs the message object with the WARN level including the stack trace of the Throwable t passed as parameter
willAllowId(Object) - Method in class oracle.pg.common.OracleEdgeFeaturesBase
Determines if an identifier will be accepted by the Graph.
willAllowId(Object) - Method in class oracle.pg.common.OracleVertexFeaturesBase
Determines if an identifier will be accepted by the Graph.
willAllowId(Object) - Method in class oracle.pg.common.OracleVertexPropertyFeaturesBase
Determines if an identifier will be accepted by the Graph.
write(byte[]) - Method in class oracle.pg.common.loader.DelayedFileOutputStream
 
write(byte[], int, int) - Method in class oracle.pg.common.loader.DelayedFileOutputStream
 
write(int) - Method in class oracle.pg.common.loader.DelayedFileOutputStream
 
WRITE_TIMEOUT_PARAMETER - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the parameter for the timeout to wait when retrying a write operation
writeOneEdgeLineWithKV(OutputStream, long, long, long, String, String, Object) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
writeOneEdgeLineWithKV(OutputStream, long, long, long, String, String, Object, BackendConfig, DataConverterListener, long[]) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
writeOneEdgeLineWithKV(OutputStream, long, long, long, String, String, Object, BackendConfig) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
writeOneEdgeLineWithoutKV(OutputStream, long, long, long, String) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
writeOneVertexLineWithKV(OutputStream, long, String, Object) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
writeOneVertexLineWithKV(OutputStream, long, String, String, Object) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
writeOneVertexLineWithKV(OutputStream, long, String, Object, BackendConfig) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
writeOneVertexLineWithKV(OutputStream, long, String, Object, String, BackendConfig, DataConverterListener) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
writeOneVertexLineWithKV(OutputStream, long, String, Object, String, BackendConfig, DataConverterListener, long[]) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
writeOneVertexLineWithKV(OutputStream, long, String, String, Object, BackendConfig) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
writeOneVertexLineWithLabelWithoutKV(OutputStream, long, String) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
writeOneVertexLineWithoutKV(OutputStream, long) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
writeValue(OutputStream, Object, byte[], SimpleDateFormat) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Serializes an object into the given output stream.
writeValue(OutputStream, Object, byte[], SimpleDateFormat, BackendConfig) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Serializes an object into the given output stream.

Z

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

Copyright © 2015, 2019, Oracle and/or its afflilates. All Rights Reserved.