Skip navigation links
Oracle Spatial and Graph Property Graph
Java API Reference for Oracle Database
Release 18c E87805-02
A B C D E F G H I K L M N O P Q R S T U V W Z 

A

add(T) - Method in class oracle.pg.text.lucene.LuceneIndex
Adds a new Element into the Element Index
add(T) - Method in interface oracle.pg.text.OracleIndex
Adds a new Element into the index using all its associated key/value pairs
add(T) - Method in class oracle.pg.text.solr.SolrIndex
Adds a new element into the index using all its key/value pairs.
add(T, CloudSolrServer) - Method in class oracle.pg.text.solr.SolrIndex
Adds a new element into the index using all its key/value pairs.
addAttributeToAllEdges(EdgeOpCallback) - Method in class oracle.pg.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.rdbms.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.rdbms.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.rdbms.OraclePropertyGraph
Adds an edge to the graph instance.
addEdge(String, Vertex) - Method in class oracle.pg.rdbms.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.rdbms.OraclePropertyGraph
Adds an vertex to the graph instance.
allEdgeHash - Variable in class oracle.pg.rdbms.pgql.QueryContext
 
allEdgeNL - Variable in class oracle.pg.rdbms.pgql.QueryContext
 
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.
allVertexHash - Variable in class oracle.pg.rdbms.pgql.QueryContext
 
allVertexNL - Variable in class oracle.pg.rdbms.pgql.QueryContext
 
analyze(float, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Collects statistics for this graph.
analyze(int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Collects statistics for this graph.
analyze(float, String, int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Collects statistics for this graph.
analyze(float, String, int) - Method in interface oracle.pg.rdbms.OracleStats
Collects statistics for this graph.
analyze(int) - Method in interface oracle.pg.rdbms.OracleStats
Collects statistics for this graph.
analyze(float, String) - Method in interface oracle.pg.rdbms.OracleStats
Collects statistics for this graph.
analyzeAuto(int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Collects statistics for this graph.
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.
ASC_DIR - Static variable in class oracle.pg.rdbms.pgql.ExprTransVisitor
 

B

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
BindValueInfo - Class in oracle.pg.rdbms.pgql
This class manages information about bind values used in a PGQL query.
buildDefaultOracleText() - Static method in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
Creates a new OracleIndexParameters object from the set of default parameters used to configure a text index using Oracle Text.
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.
buildJDBC(int, int, int, int, boolean, OraclePool) - Static method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneIndexParameters
 
buildJDBC(int, int, int, int, boolean, OraclePool[]) - Static method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneIndexParameters
 
buildOracleText(String, String, String, String, String, String, String, int, String) - Static method in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
Creates a new OracleIndexParameters object from the set of parameters used to configure a text index using Oracle Text.
buildSearchTerm(String, Object) - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
Builds a search term query expression in the syntax required by this index.
buildSearchTerm(String, Object, Class) - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
Builds a search term query expression in the syntax required by this index.
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.
bvInfo - Variable in class oracle.pg.rdbms.pgql.ExprContext
 

C

checkCompliance() - Method in class oracle.pg.common.OraclePropertyGraphFeaturesBase
This method determines whether the full gamut of features have been set by the Graph implementation.
checkSnapshotExist(String, String, Connection, long) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
This method returns TRUE if a particular snapshot exists for a given property graph
checkSnapshotTableExist(String, String, Connection) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
This method returns TRUE if a designated table for storing snapshots exists for a given property graph
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.OraclePropertyGraphBase
This method clear the Vertex and Edge caches associated to this property graph instance.
clearCache() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Clears the internal Vertex and Edge cache.
clearIndex() - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
Clears all data stored in the text index.
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
clearPropertyGraph(Oracle, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
This method clears the contents from the underlying schema objects for the specified 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.rdbms.OraclePropertyGraph
Removes all vertices and edges from this property graph instance.
clearStruct() - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
Clears Maps
clearTwoTablesGraphTab(Connection, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Truncate the given table (from the two tables approach)
clearUpdateQueue() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Clears the update action queue.
clone() - Method in class oracle.pg.rdbms.Oracle
Returns a new Oracle instance based on the JDBC connection information stored in this instance.
cloneConnection() - Method in class oracle.pg.rdbms.Oracle
Returns a new instance of OracleConnection.
cloneGraph(Connection, String, String, int, int, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
This method makes a clone of a given graph.
close() - Method in class oracle.pg.common.OracleCommonIteratorBase
Closes the iterator
close() - Method in class oracle.pg.rdbms.EdgeChangeIteratorImpl
Closes this iterator
close() - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
Closes this index object.
close() - Method in class oracle.pg.rdbms.OracleEdgeFilterIteratorImpl
Closes this Iterator
close() - Method in class oracle.pg.rdbms.OracleEdgeIterableImpl
Closes this iterator.
close() - Method in class oracle.pg.rdbms.OracleElementIteratorImpl
Closes this iterator and free up all its underlying resources
close() - Method in class oracle.pg.rdbms.OraclePgqlExecution
Releases this OraclePgqlStatment's database and JDBC resources.
close() - Method in class oracle.pg.rdbms.OraclePgqlResultIteratorImpl
Closes this iterator and frees up all its underlying resources
close() - Method in interface oracle.pg.rdbms.OraclePgqlResultSet
Closes the underlying JDBC ResultSet and Statement.
close() - Method in class oracle.pg.rdbms.OraclePgqlResultSetImpl
Closes the underlying JDBC ResultSet and Statement.
close() - Method in interface oracle.pg.rdbms.OraclePgqlStatement
Releases this OraclePgqlStatment's database and JDBC resources.
close() - Method in class oracle.pg.rdbms.OraclePool
This method closes the OraclePool object.
close() - Method in class oracle.pg.rdbms.OracleVertexFilterIteratorImpl
Closes this Iterator
close() - Method in class oracle.pg.rdbms.OracleVertexIterableImpl
Closes this iterator.
close() - Method in class oracle.pg.rdbms.OrderedVertexIdIteratorImpl
Closes this iterator
close() - Method in class oracle.pg.rdbms.RDBMSIndexManager
Closes this index manager object.
close() - Method in class oracle.pg.rdbms.VertexChangeIteratorImpl
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
closeConnectionsArray() - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneEdgeAutoIndex
Closes the connection array.
closeConnectionsArray() - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneVertexAutoIndex
Closes the connection array.
closeConnectionsArray() - Method in class oracle.pg.rdbms.index.solr.RDBMSSolrEdgeAutoIndex
Closes the connection array.
closeConnectionsArray() - Method in class oracle.pg.rdbms.index.solr.RDBMSSolrVertexAutoIndex
Closes the connection array.
closeIndices() - Method in class oracle.pg.text.OracleIndexManager
Closes and commits all opened indices stored in cache.
collaborativeFiltering(String, String, String, int, double, int, double, double, double, int, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method performs collaborative filtering using matrix factorization on the graph.
collaborativeFiltering(String, String, String, int, double, int, double, double, double, int, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, String, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method performs collaborative filtering using matrix factorization on the graph.
collaborativeFilteringCheckIntermediateError(double, int, StringBuilder) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method checks the intermediate error in the collaborative filtering using matrix factorization on the graph.
collaborativeFilteringCleanup(String, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method does cleanup work after running graph collaborative filtering.
collaborativeFilteringCleanup(String, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method does cleanup work after running graph collaborative filtering.
collaborativeFilteringGetRecommendation(String, int, long, long, StringBuilder, StringBuilder) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method gets the recommendation result of the collaborative filtering using matrix factorization on the graph.
collaborativeFilteringPrep(String, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method does preparation work before running the collaborative filtering on the graph.
collaborativeFilteringPrep(String, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method does preparation work before running the collaborative filtering on the graph.
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.rdbms.OraclePropertyGraph
Commit changes done to this property graph instance.
commit(boolean) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Commit changes done to this property graph instance.
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(CloudSolrServer) - Method in class oracle.pg.text.solr.SolrIndex
Commit changes using the given CloudSolrServer 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(CloudSolrServer, long) - Static method in class oracle.pg.text.solr.SolrIndexUtils
Commit the specified CloudSolrServer 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.rdbms.RDBMSIndexManager
Commits all open indices.
commitIndices() - Method in class oracle.pg.text.OracleIndexManager
Commits all open indices.
commitTransaction() - Method in class oracle.pg.rdbms.Oracle
Persists changes made through this Oracle connection.
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.rdbms.OracleEdge
Compares this object with the specified object for order.
compareTo(Object) - Method in class oracle.pg.rdbms.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
CONFIG_NAME_PARAMETER - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the parameter for the name of the SolrCloud configuration used by the index
configureGraphInstance(Configuration) - Method in class oracle.pg.rdbms.OraclePropertyGraphConfiguration
Creates a Graph object used by Rexster REST APIs based on the configuration properties specified in the XML configuration file
ConnectionSetupException - Exception in oracle.pg.rdbms
An exception class that is used to denote error condition during connection setup.
ConnectionSetupException(String) - Constructor for exception oracle.pg.rdbms.ConnectionSetupException
Constructs a new instance.
ConnectionSetupException(String, Exception) - Constructor for exception oracle.pg.rdbms.ConnectionSetupException
Constructs a new instance.
Console - Class in oracle.pg.rdbms
This class handles Groovy script for the Data Access Layer (DAL) on Oracle Database 12c
Console(IO, String, String) - Constructor for class oracle.pg.rdbms.Console
Constructor of Console
Console() - Constructor for class oracle.pg.rdbms.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.
containsEdgeJoinVar(String) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
 
containsIndexedKey(String) - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
Verifies if the given key is already indexed using this automatic index.
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.
containsIndexedKeyFromDB(String, String, Class<T>) - Method in class oracle.pg.rdbms.RDBMSIndexManager
Verifies if the auto index contains the specified index key.
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, 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.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.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
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.
copyFeatures() - Method in class oracle.pg.rdbms.OraclePropertyGraphFeatures
This method copies the features in this features object to another feature object..
copyGraph(Oracle, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Copy the property graph (including its associated tables) to the specified graph name (if it is not empty).
copyGraph(Oracle, String, String, int) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Copy the property graph (including its associated tables) to the specified graph name (if it is not empty).
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.rdbms.index.oratext.OracleTextAutoIndex
Counts all the matching elements that have a particular key/value property within the index
count(String, Object, boolean) - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
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.rdbms.index.oratext.RDBMSOracleTextEdgeAutoIndex
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.rdbms.index.oratext.RDBMSOracleTextVertexAutoIndex
Counts all the matching elements that have a particular key/value property within the index
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.rdbms.OraclePropertyGraph
Counts all edges using parallel scans and the specified DOP.
countTriangle(StringBuilder) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the number of triangles that exist in this graph which is treated as undirected.
countTriangle(StringBuilder, int, int, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the number of triangles that exist in this graph.
countTriangle(Connection, String, StringBuilder, int, int, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the number of triangles that exist in this graph.
countTriangle(StringBuilder) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method returns the number of triangles that exist in this graph which is treated as undirected.
countTriangle(StringBuilder, int, int, String, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method returns the number of triangles that exist in this graph.
countTriangleCleanup(StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method does cleanup work after running triangle calculations.
countTriangleCleanup(StringBuilder, StringBuilder, StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method does cleanup work after running triangle calculations.
countTrianglePrep(StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method does preparation work before running triangle calculations.
countTrianglePrep(StringBuilder, StringBuilder, StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method does preparation work before running triangle calculations.
countTriangleRenum(StringBuilder, StringBuilder, StringBuilder, int, int, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the number of triangles that exist in this graph (treated as undirected).
countTriangleRenum(Connection, String, StringBuilder, StringBuilder, StringBuilder, int, int, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the number of triangles that exist in this graph (treated as undirected).
countTriangleRenum(StringBuilder, StringBuilder, StringBuilder, int, int, String, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method returns the number of triangles that exist in this graph (treated as undirected).
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.rdbms.OraclePropertyGraph
Counts all vertices using parallel scan with dop threads
createDefaultSpatialIndexOnEdges(int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This API creates a default Spatial index on edges.
createDefaultSpatialIndexOnEdges(int, boolean, boolean) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This API creates a default Spatial index on edges.
createDefaultSpatialIndexOnVertices(int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This API creates a default Spatial index on vertices.
createDefaultSpatialIndexOnVertices(int, boolean, boolean) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This API creates a default Spatial index on vertices.
createExprContext(PgqlTranslator.TraversalStruct, OraclePropertyGraph, boolean, BindValueInfo) - Static method in class oracle.pg.rdbms.pgql.ExprContext
Factory method
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.
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.
createPool(Properties) - Method in class oracle.pg.rdbms.Oracle
Creates an instance of OraclePool.
createPropertyGraphViewOnRDF(Connection, String, String, boolean, PGUtils.RDFPredicate[], PGUtils.RDFPredicate[]) - Static method in class oracle.pg.rdbms.PGUtils
This method creates the property graph views (vertex and edge views) for the given RDF model.
createSnapshotTable(String, String, Connection, int, String, String, boolean) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
This method creates the snapshot table for storing in-memory graphs
createStatement(OraclePropertyGraph) - Static method in class oracle.pg.rdbms.OraclePgqlExecutionFactory
Creates a new OraclePgqlStatement object, which is used to execute a static PGQL query.
createStatTable(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Creates a stat table using DBMS_STATS package.
createStatTable(String) - Method in interface oracle.pg.rdbms.OracleStats
This method creates a stat table using DBMS_STATS package.
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 class oracle.pg.common.OraclePropertyGraphBase
These formats are used in the CSV converter when trying to parse a Date
CSV_DT_KEYWORD_BOOLEAN - Static variable in class oracle.pg.common.OraclePropertyGraphBase
This constant denotes a Boolean data type for the value field of an attribute (K/V pair) in the CSV converter
CSV_DT_KEYWORD_BYTE - Static variable in class oracle.pg.common.OraclePropertyGraphBase
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 class oracle.pg.common.OraclePropertyGraphBase
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 class oracle.pg.common.OraclePropertyGraphBase
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 class oracle.pg.common.OraclePropertyGraphBase
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 class oracle.pg.common.OraclePropertyGraphBase
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 class oracle.pg.common.OraclePropertyGraphBase
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 class oracle.pg.common.OraclePropertyGraphBase
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 class oracle.pg.common.OraclePropertyGraphBase
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 class oracle.pg.common.OraclePropertyGraphBase
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 class oracle.pg.common.OraclePropertyGraphBase
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 class oracle.pg.common.OraclePropertyGraphBase
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 class oracle.pg.common.OraclePropertyGraphBase
This constant denotes a String data type for the value field of an attribute (K/V pair) in the CSV converter

D

DataChange - Class in oracle.pg.rdbms
This class captures an action of change made to a particular data item (vertex or edge).
DataChange.ChangeAction - Enum in oracle.pg.rdbms
This constants denotes the action of change made to a particular data item
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.
DATASTORE_PARAMETER - Static variable in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
This constant denotes a data store preference specifying the way text values are stored.
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
DEFAULT_INDEX_DOP - Static variable in class oracle.pg.rdbms.Oracle
This contant denotes the default value used for index degree of parallelism (DOP)
DEFAULT_NUMBER_FORMAT - Static variable in class oracle.pg.rdbms.OraclePropertyGraph
This constant denotes the default number format used in SQL Statements
DEFAULT_OPT_DYN_SAMPLING - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the default value used for dynamic sampling
DEFAULT_PG_DS_NAME - Static variable in class oracle.pg.rdbms.Oracle
The default name of the data source for Oracle PG data management
DEFAULT_TIME_FORMAT - Static variable in class oracle.pg.rdbms.OraclePropertyGraph
This constant denotes the default datetime format used in SQL Statements
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.rdbms.index.oratext.OracleTextIndexParameters
Gets Oracle's default list of parameters defined for a text index using Oracle Text The owner of the preferences will be set to "MDSYS", By default the data store, filter, storage, word list, and stop list preferences used will be the default preferences of CTXSYS user.
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.
DESC_DIR - Static variable in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
direction - Variable in class oracle.pg.rdbms.pgql.ExprContext
 
disable() - Method in interface oracle.pg.rdbms.OracleChangeTracker
Disables the session flash back.
disable() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Disables the session flash back.
disableEdgeAutoIndexer() - Method in class oracle.pg.text.OracleIndexManager
Disables the edge auto indexing.
disableEdgeTableConstraints() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Disables all the database constraints of the edge table.
disableEdgeTableIndices() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Disables all database indices of the edge table.
disableVertexAutoIndexer() - Method in class oracle.pg.text.OracleIndexManager
Disables the vertex auto indexing.
disableVertexTableConstraints() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Disables all the database constraints of the vertex table.
disableVertexTableIndices() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Disables all database indices of the vertex table
dispose() - Method in class oracle.pg.rdbms.Oracle
Closes the underlying JDBC connection after a rollback.
dispose() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Closes the graph without commiting any changes
doesEdgeExistAt(String, Long, int) - Method in interface oracle.pg.rdbms.OracleChangeTracker
Validates if the edge identified by the given edge ID exist at SCN denoted by the end SCN
doesEdgeExistAt(String, Long) - Method in interface oracle.pg.rdbms.OracleChangeTracker
Validates if the edge identified by the given edge ID exist at SCN denoted by the end SCN
doesEdgeExistAt(String, Long) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns TRUE if the edge identified by the given edge ID exist at SCN denoted by the end scn
doesEdgeExistAt(String, Long, int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns TRUE if the edge identified by the given edge ID exist at SCN denoted by the end scn
doesVertexExistAt(String, Long) - Method in interface oracle.pg.rdbms.OracleChangeTracker
Validates if the vertex identified by the given vertex ID exist at SCN denoted by the end SCN
doesVertexExistAt(String, Long, int) - Method in interface oracle.pg.rdbms.OracleChangeTracker
Validates if the vertex identified by the given vertex ID exist at SCN denoted by the end SCN
doesVertexExistAt(String, Long) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns TRUE if the vertex identified by the given vertex ID exist at SCN denoted by the end scn
doesVertexExistAt(String, Long, int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns TRUE if the vertex identified by the given vertex ID exist at SCN denoted by the end scn
DOP_PARAMETER - Static variable in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
This constant denotes the degree of parallelism used for index creation
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.
dropDefaultSpatialIndexOnEdges() - Method in class oracle.pg.rdbms.OraclePropertyGraph
This API drops the default Spatial index on edges.
dropDefaultSpatialIndexOnVertices() - Method in class oracle.pg.rdbms.OraclePropertyGraph
This API drops the default Spatial index on vertices.
dropIndex(String) - Method in class oracle.pg.common.OraclePropertyGraphBase
Removes an index associated with the graph.
dropIndex() - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextEdgeAutoIndex
Clears all data stored in the index.
dropIndex() - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextVertexAutoIndex
Clears all data stored in the index.
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
dropIndexMetadata() - Method in class oracle.pg.rdbms.RDBMSIndexManager
Drops all indices handled by this index manager.
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(Oracle, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Drops the specified property graph (including its associated tables).
dropPropertyGraphTables(Oracle, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Drops the underlying tables of specified property graph (including its associated tables).
dropTable(Connection, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Drop the specified table

E

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
EdgeChange - Class in oracle.pg.rdbms
This class captures an action of change made to a particular Edge instance.
EdgeChangeIteratorImpl - Class in oracle.pg.rdbms
This iterator returns an ordered list of changes made to the edge table of a property graph.
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() - Method in class oracle.pg.common.OracleVertexQuery
Executes the query and returns the matching edges
edgeSetPartial - Variable in class oracle.pg.rdbms.pgql.QueryContext
 
enableAtSCN(Long) - Method in interface oracle.pg.rdbms.OracleChangeTracker
Sets the session snapshot to the given SCN value
enableAtSCN(Long) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Sets the session snapshot to the given SCN value
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.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.rdbms.OracleEdge
Validates if the current OracleEdge instance is considered equal to the given OracleEdge instance
equals(Object) - Method in class oracle.pg.rdbms.OraclePgqlColumnDescriptorImpl
 
equals(Object) - Method in class oracle.pg.rdbms.OraclePgqlSqlTransImpl
 
equals(Object) - Method in class oracle.pg.rdbms.OracleVertex
Validates if this vertex instance is equal to the given object.
equals(Object) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.ValuePair
 
ERR_ARG_CANNOT_BE_NULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the argument cannot be NULL
ERR_CODE_NOT_IN_LIST - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the code is not in the predefined list
ERR_DOP_CONSTRAINT - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the degree of parallelism (DOP) must be positive
ERR_E_AUTO_IDX_MUST_SOLR_OR_LUCENE - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the automatic text index on edges must be a SolrIndex or a LuceneIndex object
ERR_E_AUTO_IDX_NOT_EXIST - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the automatic text index on edges does not exist
ERR_E_DS_MUSTBE_FILE_OR_IS - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the input data source of vertices must be a file name or an instance of an InputStream
ERR_E_MAX_LINE_CONSTRAINT - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the maximum lines of edge input data source must be -1, 0, or a positive integer
ERR_EDGE_DIR_NOT_BOTH - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the edge direction cannot be set to both
ERR_EDGE_WORK_TBL_NOT_CLEAN - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the data in edge work table is not clean; for instance, an edge ID maps to different (SVID, DVID)
ERR_GRAPH_NAME_CANT_BENULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the graph name cannot be NULL
ERR_HIT_EXCEPTION - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that an exception was encountered
ERR_HIT_INTERRUPT - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that an Interrupted exception was encountered
ERR_HIT_IO - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that an IO exception was encountered
ERR_HIT_OPGE - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that a OraclePropertyGraphException was encountered
ERR_HIT_PARSEE - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that a Parse exception was encountered
ERR_ID_CANNOT_BE_NULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that an ID cannot be NULL
ERR_IDX_KEY_CANNOT_BE_NULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that an index key cannot be NULL
ERR_IDX_KEY_NOT_NULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the indexed key cannot be NULL
ERR_IDX_KEYS_NOT_NULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the indexed keys cannot be NULL
ERR_IN_DS_EDGE_CANTBE_NULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the input data source of edges cannot be NULL
ERR_IN_DS_VERT_CANTBE_NULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the input data source of vertices cannot be NULL
ERR_IN_E_FLAT_DOESNT_EXIST - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the input edge flat file does not exist
ERR_IN_V_FLAT_DOESNT_EXIST - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the input vertex flat file does not exist
ERR_INPUT_LIST_NOT_NULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the input list is null
ERR_INPUT_NOT_NULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the input parameter is null
ERR_INVALID_CHANGE_ACTION - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the given change action is invalid
ERR_INVALID_NUM_FIELDS - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that an item with incorrect number of fields was found
ERR_INVALID_NUM_NOARG - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that an invalid number was encountered
ERR_INVALID_NUMBER - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that an invalid number was found
ERR_INVALID_VAL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that an invalid value was found
ERR_KEY_CANNOT_BE_ID - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that a key cannot be ID
ERR_KEY_CANNOT_BE_NULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that a key cannot be NULL
ERR_KEY_CANNOT_BE_NULL_EMPTY - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that a key cannot be NULL or empty
ERR_KEY_NOT_SET_TO - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the key cannot be set to a given value
ERR_NO_ELEM_TO_BE_CONSUMED - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that there are no more elements to be consumed
ERR_NO_OP_SUPPORTED - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the operation is not supported
ERR_NOT_IMPLEMENTED_YET - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the method is not implemented yet
ERR_NOT_ORACLE_V_E - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that an item that is neither OracleVertex or OracleEdge was found
ERR_NUM_PART_CONSTRAINT - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the number of partitions must be positive
ERR_OFFSET_CONSTRAINT - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the offset of partitions must be non-negative and less thant the number of partitions
ERR_OFFSET_E_MUST_BE_POS - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the offset of edge input data source must be non-negative; the default value 0 was used instead.
ERR_OFFSET_V_MUST_BE_POS - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the offset of vertex input data source must be non-negative; the default value 0 was used instead.
ERR_OPT_FLAG_EDGE_INVALID - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the optimization flag or edge is invalid
ERR_OPT_FLAG_VERT_INVALID - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the optimization flag or vertices is invalid
ERR_ORA_TEXT_INVALID_KEY - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes that Oracle Text only supports automatic text indexing on all keys using '*' parameter
ERR_ORA_TEXT_ONLY_AUTO - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes that Oracle Text only works with automatic indexes
ERR_OUTPUT_LIST_NOT_NULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the output list is null
ERR_PG_ALREADY_EXISTS - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the property graph already exists
ERR_PG_NOT_EMPTY - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the property graph is not empty
ERR_PG_NOT_NULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the property graph cannot be NULL
ERR_SIZE_MUST_BE_POS - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the given size must be a positive numeric value
ERR_TIMEOUT_TAB_CREATION - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that a timeout over a table creation was exceeded
ERR_TXT_IDX_NOT_FOUND - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the text index was not found
ERR_TYPE_ID_NOT_RECO - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the type ID is not recognized
ERR_UNSUPPORTED_VAL_TYP - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the given type ID is not supported
ERR_USER_REQ_OP_CANCEL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the user requested a cancellation of the operation
ERR_V_AUTO_IDX_MUST_SOLR_OR_LUCENE - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the automatic text index on vertices must be a SolrIndex or a LuceneIndex object
ERR_V_AUTO_IDX_NOT_EXIST - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error when the automatic text index on vertices does not exist
ERR_V_DS_MUSTBE_FILE_OR_IS - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the input data source of vertices must be a file name or an instance of an InputStream
ERR_V_MAX_LINE_CONSTRAINT - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that the maximum lines of vertex input data source must be -1, 0, or a positive integer
ERR_VALUE_CANNOT_BE_NULL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that a value cannot be NULL
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.
escapeAndEnquoteLiteral(OraclePropertyGraph, String) - Static method in class oracle.pg.rdbms.pgql.PgqlUtils
Does a SQL escape of single quotes and enquotes the literal
estimateTriangleRenum(StringBuilder, StringBuilder, StringBuilder, int, int, int, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method estimates the number of triangles that exist in this graph (treated as undirected).
estimateTriangleRenum(Connection, String, StringBuilder, StringBuilder, StringBuilder, int, int, int, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
This method estimates the number of triangles that exist in this graph (treated as undirected).
estimateTriangleRenum(StringBuilder, StringBuilder, StringBuilder, int, int, int, String, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method estimates the number of triangles that exist in this graph (treated as undirected).
executeCall(String) - Method in class oracle.pg.rdbms.Oracle
Executes a Callable statement based on s
executeCall(String, String) - Method in class oracle.pg.rdbms.Oracle
Executes a Callable statement based on s and the given bind variable
executeCall(String, String, String) - Method in class oracle.pg.rdbms.Oracle
Executes a Callable statement based on s and the given bind variables
executeQuery(String) - Method in class oracle.pg.rdbms.Oracle
Executes the given query and returns a query result set.
executeQuery(String, int, int) - Method in class oracle.pg.rdbms.Oracle
Executes the given query and returns a query result set.
executeQuery(String, int, int, List) - Method in class oracle.pg.rdbms.Oracle
Executes the given query and returns a query result set.
executeQuery(String) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Translates this instance's PGQL statement into a SQL statement and executes the SQL against this instance's property graph.
executeQuery(String, String) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Translates this instance's PGQL statement into a SQL statement and executes the SQL against this instance's property graph.
executeQuery(int, int, long, int, int, String) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Translates this instance's PGQL statement into a SQL statement and executes the SQL against this instance's property graph.
executeQuery(String, int, int, long, int, int, String) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Translates this instance's PGQL statement into a SQL statement and executes the SQL against this instance's property graph.
executeQuery(String) - Method in interface oracle.pg.rdbms.OraclePgqlPreparedStatement
Translates this instance's PGQL statement into a SQL statement and executes the SQL against this instance's property graph.
executeQuery(int, int, long, int, int, String) - Method in interface oracle.pg.rdbms.OraclePgqlPreparedStatement
Translates this instance's PGQL statement into a SQL statement and executes the SQL against this instance's property graph.
executeQuery(String, String) - Method in interface oracle.pg.rdbms.OraclePgqlStatement
Translates this instance's PGQL statement into a SQL statement and executes the SQL against this instance's property graph.
executeQuery(String, int, int, long, int, int, String) - Method in interface oracle.pg.rdbms.OraclePgqlStatement
Translates this instance's PGQL statement into a SQL statement and executes the SQL against this instance's property graph.
executeQueryWithArg(String, String) - Method in class oracle.pg.rdbms.Oracle
Executes the given SQL statement with a bind variable.
executeQueryWithArg(String, String, String) - Method in class oracle.pg.rdbms.Oracle
Executes a SQL statement and returns a result set.
executeQueryWithArg(String, String, String, String) - Method in class oracle.pg.rdbms.Oracle
Executes a SQL statement and returns a result set.
executeSQL(Connection, String) - Static method in class oracle.pg.rdbms.Oracle
Executes a SQL statement, for example, a statement to create or drop a table, or a callable statement.
executeSQL(String) - Method in class oracle.pg.rdbms.Oracle
Executes a SQL statement, for example, a statement to create or drop a table, or a callable statement.
executeSQL(String, String) - Method in class oracle.pg.rdbms.Oracle
Executes a SQL statement.
executeSQL(String, String, String) - Method in class oracle.pg.rdbms.Oracle
Executes a SQL statement.
executeSQL(String, String, String, String) - Method in class oracle.pg.rdbms.Oracle
Executes a SQL statement.
existEdgeIndex(String) - Method in class oracle.pg.text.OracleIndexManager
Verifies if the index with the specified name already exists for this property graph as an edge manual index.
existsGraph(Oracle, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Checks if the specified property graph already exists in the database
existVertexIndex(String) - Method in class oracle.pg.text.OracleIndexManager
Verifies if the manual vertex index with the specified name already exists for this property graph.
expEdgeStat(String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Exports the edge table statistics into the given stat table.
expEdgeStat(String, String) - Method in interface oracle.pg.rdbms.OracleStats
This method exports the edge table statistics into the given stat table.
exportEdgeFlatFile(OraclePropertyGraph, OutputStream, int, boolean, boolean) - Static method in class oracle.pg.rdbms.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(String, String, String, String, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
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.rdbms.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.rdbms.OraclePropertyGraphUtils
This function exports a given property graph into two flat files: one for vertices and the other for edges.
exportFlatFiles(OraclePropertyGraph, OutputStream, OutputStream, int, boolean) - Static method in class oracle.pg.rdbms.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.rdbms.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.
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.
exportVertexFlatFile(OraclePropertyGraph, OutputStream, int, boolean, boolean) - Static method in class oracle.pg.rdbms.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.
ExprContext - Class in oracle.pg.rdbms.pgql
This class serves as a simple data structure to hold various attributes used during PGQL Filter translation.
ExprNavigator - Class in oracle.pg.rdbms.pgql
This class handles navigation of a QueryExpression intermediate tree to facilitate a Visitor pattern style SQL translation algorithm.
ExprTransVisitor - Class in oracle.pg.rdbms.pgql
This class translates a PGQL QueryExpression to SQL by visiting each node using the ExprNavigator class.
expVertexStat(String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Exports the vertex table statistics into the given stat table.
expVertexStat(String, String) - Method in interface oracle.pg.rdbms.OracleStats
This method exports the vertex table statistics into the given stat table.

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
FILTER_MODE - Static variable in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
FILTER_PARAMETER - Static variable in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
This constant denotes a filter preference specifying how text is filtered for indexing
findCluster(StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, int, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method finds clusters in this property graph (treated as undirected).
findCluster(Connection, String, StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, int, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
This method finds clusters in a given graph (treated as undirected).
findCluster(StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, int, String, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method finds clusters in this property graph (treated as undirected).
findClusterCleanup(StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method does cleanup work after running graph cluster detection.
findClusterCleanup(StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method does cleanup work after running graph cluster detection.
findClusterPrep(StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method does preparation work before running graph cluster detection.
findClusterPrep(StringBuilder, StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method does preparation work before running graph cluster detection.
force11g() - Method in class oracle.pg.rdbms.Parameters
Returns true if this property graph runs with 11g database configuration settings for table creation.
forceRefresh() - Method in interface oracle.pg.common.OracleElementBase
Physically refresh this element by reading from the underlying database
forceRefresh() - Method in class oracle.pg.rdbms.OracleEdge
Physically refresh this Edge instance by reading from the underlying database
forceRefresh() - Method in class oracle.pg.rdbms.OracleElement
Forces re-read the attributes about this graph element from the database.
forceRefresh() - Method in class oracle.pg.rdbms.OracleVertex
Physically refreshs this Vertex instance by reading from the underlying database

G

get(String, Object) - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
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.rdbms.index.oratext.OracleTextAutoIndex
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.rdbms.index.oratext.RDBMSOracleTextEdgeAutoIndex
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.rdbms.index.oratext.RDBMSOracleTextEdgeAutoIndex
Gets all edges indexed by the provided key/value.
get(Object) - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextVertexAutoIndex
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.rdbms.index.oratext.RDBMSOracleTextVertexAutoIndex
Gets all vertices indexed by the provided key/value.
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.
geTab - Variable in class oracle.pg.rdbms.pgql.ExprContext
 
geTab - Variable in class oracle.pg.rdbms.pgql.QueryContext
 
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
getAllEdgeJoins() - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
 
getAllowedCharactersForSimpleFileNames() - Method in class oracle.pg.common.ParametersBase
Determines the list of allowed characters used for simple file names
getAllTableNamesForIds() - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
 
getAllVarProps() - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
 
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 class oracle.pg.rdbms.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
getBindValueInfo() - Static method in class oracle.pg.rdbms.pgql.BindValueInfo
Factory method for getting a BindValueInfo instance
getBindVarType(QueryExpression.BindVariable) - Method in class oracle.pg.rdbms.pgql.BindValueInfo
Returns the value type for this bind variable determined from the set method previously used for this bind variable's parameter index.
getCause() - Method in exception oracle.pg.text.OracleIndexException
Return the nested cause, or null if none.
getChangeAction() - Method in class oracle.pg.rdbms.DataChange
Returns the type of this change
getCharset() - Static method in class oracle.pg.common.ParametersBase
Returns the default charset
getCloudSolrServer(long) - Method in class oracle.pg.text.solr.SolrIndex
Gets a new CloudSolrServer object to handle operations over the index.
getCloudSolrServer(String, String, int, long) - Static method in class oracle.pg.text.solr.SolrIndexUtils
Gets a new CloudSolrServer object to handle operations over the index.
getColName() - Method in interface oracle.pg.rdbms.OraclePgqlColumnDescriptor
Returns the name of this column.
getColName() - Method in class oracle.pg.rdbms.OraclePgqlColumnDescriptorImpl
Returns the name of this column.
getColType() - Method in interface oracle.pg.rdbms.OraclePgqlColumnDescriptor
Returns the column type.
getColType() - Method in class oracle.pg.rdbms.OraclePgqlColumnDescriptorImpl
Returns the column type.
getColumnCount() - Method in interface oracle.pg.rdbms.OraclePgqlResultSetMetaData
Gets the total number of columns in the query result.
getColumnCount() - Method in class oracle.pg.rdbms.OraclePgqlResultSetMetaDataImpl
Gets the total number of columns in the query result.
getColumnName() - Method in class oracle.pg.common.ColumnToAttrMapping
Getter method for the name of the column in the RDBMS
getColumnName() - Method in interface oracle.pg.rdbms.OraclePgqlResultElement
Returns the name of the projected PGQL column for this result element
getColumnName() - Method in class oracle.pg.rdbms.OraclePgqlResultElementImpl
Returns the name of the projected PGQL column for this result element
getColumnName(int) - Method in interface oracle.pg.rdbms.OraclePgqlResultSetMetaData
Gets the name of the column at the given offset starting from 1
getColumnName(int) - Method in class oracle.pg.rdbms.OraclePgqlResultSetMetaDataImpl
Gets the name of the column at the given offset starting from 1
getColumnPosition() - Method in class oracle.pg.common.ColumnToAttrMapping
Getter method for the column position.
getColumnType(int) - Method in interface oracle.pg.rdbms.OraclePgqlResult
Gets the column type for the result element at given position.
getColumnType() - Method in interface oracle.pg.rdbms.OraclePgqlResultElement
Returns the type of column:
getColumnType() - Method in class oracle.pg.rdbms.OraclePgqlResultElementImpl
Returns the type of column:
getColumnType(int) - Method in class oracle.pg.rdbms.OraclePgqlResultImpl
Gets the column type for the result element at given position.
getColumnType(int) - Method in interface oracle.pg.rdbms.OraclePgqlResultSetMetaData
Gets the type of the column at the given offset starting from 1.
getColumnType(int) - Method in class oracle.pg.rdbms.OraclePgqlResultSetMetaDataImpl
Gets the type of the column at the given offset starting from 1
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
getConnection() - Method in class oracle.pg.rdbms.Oracle
Returns the underlying OracleConnection object upon request.
getConnection() - Method in class oracle.pg.rdbms.OraclePool
Returns an Oracle object from the managed pool.
getConnectionsArray() - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneEdgeAutoIndex
Gets the connection array.
getConnectionsArray() - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneVertexAutoIndex
Gets the connection array.
getConnectionsArray() - Method in class oracle.pg.rdbms.index.solr.RDBMSSolrEdgeAutoIndex
Gets the connection array.
getConnectionsArray() - Method in class oracle.pg.rdbms.index.solr.RDBMSSolrVertexAutoIndex
Gets the connection array.
getConstraintNames(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Gets a List of all the database constraints associated to the given table.
getContents() - Method in class oracle.pg.common.Messages
Returns the two dimensional array holding messages
getContents() - Method in class oracle.pg.common.Messages_es
Returns the two dimensional array holding messages
getContents() - Method in interface oracle.pg.rdbms.OraclePgqlResultElement
Returns the value of this result element.
getContents() - Method in class oracle.pg.rdbms.OraclePgqlResultElementImpl
Returns the value of this result element.
getCtams() - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Getter for the ColumnToAttrMapping array
getCurrentSCN() - Method in interface oracle.pg.rdbms.OracleChangeTracker
Returns the current SCN of this OracleChangeTracker
getCurrentSCN() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the current SCN by invoking DBMS FLASHBACK API.
getCurrentSCNUnsafe() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the current SCN by invoking DBMS FLASHBACK API.
getDataLoaderListener() - Method in class oracle.pg.common.OracleFileSplitterConfig
Returns the data loader listener associated to this configuration object
getDataSource() - Method in class oracle.pg.rdbms.OraclePool
Get the data source associated to this object
getDataSource(String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Gets a DataSource object from the given data source name
getDatastore() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
Get the data store preference specifying how the text values are stored.
getDatatypeAsPropertyType(Class) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Gets the PropertyType object based on the given datatype class.
getDatatypeClass() - Method in class oracle.pg.rdbms.index.oratext.OracleTextQueryObject
Get the data type used for filtering the key/value pairs matching the given OracleTextQueryObject
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.
getDatatypeClassFromValueObjForTextIndex(Object) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Gets the datatype class from the given value object used when executing a query over a text index
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.
getDefaultDOPPerPtn() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the default DOP used for partition-wise scan
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.rdbms.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.rdbms.index.oratext.RDBMSOracleTextEdgeAutoIndex
Gets the directory name for this index.
getDirectoryName() - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextVertexAutoIndex
Gets the directory name for this index.
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
getDirOrSqlldrPath() - Method in class oracle.pg.rdbms.OracleDataLoaderConfig
Gets the database directory or SQL loader path to use for parallel data loading.
getDocIdentifier() - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextEdgeAutoIndex
Get index document's identifier.
getDocIdentifier() - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextVertexAutoIndex
Get index document's identifier.
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.
getDOP() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
Get the degree of parallelism to use as a SQL hint for index creation
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)
getDVID() - Method in class oracle.pg.rdbms.EdgeChange
Returns the ID of the end vertex in string format
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(int) - Method in interface oracle.pg.rdbms.OraclePgqlResult
Gets the Edge object for the result element at given position.
getEdge(int) - Method in class oracle.pg.rdbms.OraclePgqlResultImpl
Gets the Edge object for the result element at given position.
getEdge(Object) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the edge referenced by the object identifier.
getEdgeAliases(String) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
 
getEdgeAutoIndexName() - Method in class oracle.pg.text.OracleIndexManager
Gets the name used for the edge auto index.
getEdgeChanges(Long, Long) - Method in interface oracle.pg.rdbms.OracleChangeTracker
Returns the edge changes between the given start SCN and end SCN.
getEdgeChanges(Long, Long, int) - Method in interface oracle.pg.rdbms.OracleChangeTracker
Returns the edge changes between the given start SCN and end SCN.
getEdgeChanges(Long, Long, int, boolean) - Method in interface oracle.pg.rdbms.OracleChangeTracker
Returns the edge changes between the given start SCN and end SCN.
getEdgeChanges(Long, Long) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the changes between the given start SCN and end SCN.
getEdgeChanges(Long, Long, int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the edge changes between the given start SCN and end SCN.
getEdgeChanges(Long, Long, int, boolean) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the edge changes between the given start SCN and end SCN.
getEdgeChanges(Long, Long, int, boolean, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the edge changes between the given start SCN and end SCN.
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.rdbms.OraclePropertyGraph
Returns an instance of OracleEdgeBase.
getEdgeInstance(OracleVertexBase, OracleVertexBase, String, Long, boolean, boolean) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an instance of OracleEdgeBase.
getEdgeJoin(String) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
edgeJoinMap methods
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() - Method in class oracle.pg.rdbms.EdgeChange
Returns the edge label
getEdgePartitionsNumber() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the number of HASH partitions of the edge table.
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, Set<String>, ProgressListener) - Method in class oracle.pg.rdbms.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(Connection[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph.
getEdges(Connection[], boolean) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph.
getEdges(Connection[], boolean, Long) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph.
getEdges(Connection[], boolean, Long, boolean, int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph.
getEdges(Connection[], boolean, Long, boolean, int, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph that have a particular key.
getEdges(Connection[], boolean, Long, boolean, int, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph that have any of the specified keys.
getEdges() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an iterable to all the edges in the graph.
getEdges(Long) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an iterable to all the edges in the graph from the given SCN.
getEdges(boolean) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an iterable to all the edges in the graph.
getEdges(boolean, Long) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an iterable to all the edges in the graph from the given SCN.
getEdges(String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an Iterable to all the edges in the graph that have any of the specified keys and satisfy the specified edge filter callback.
getEdges(ResultSet, EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an Iterable to all the edges from the ResultSet that satisfy the specified edge filter callback.
getEdges(boolean, Long, String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns 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.rdbms.OraclePropertyGraph
Return an iterable to all matching edges that have a particular key/value property.
getEdges(Direction, String...) - Method in class oracle.pg.rdbms.OracleVertex
Return the edges incident to the vertex according to the given direction and edge labels.
getEdges(Direction, OraclePropertyGraphBase.OptimizationFlag, String...) - Method in class oracle.pg.rdbms.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
getEdgesNonPartitioned(Connection[], boolean, Long, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph that have any of the specified keys.
getEdgesNonPartitioned(Connection[], boolean, Long, boolean, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph that have any of the specified keys.
getEdgesPartitioned(Connection[], boolean, int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph.
getEdgesPartitioned(Connection[], boolean, int, EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph that satisfy the specified edge filter callback.
getEdgesPartitioned(Connection[], boolean, int, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph that have any of the specified keys.
getEdgesPartitioned(Connection[], boolean, Long, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph that have any of the specified keys.
getEdgesPartitioned(Connection[], boolean, Long, boolean, int, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph that have any of the specified keys.
getEdgesPartitioned(Connection[], boolean, Long, boolean, int, String[], EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges in the graph that satisfy the specified edge filter callback.
getEdgesPartitioned(ResultSet[], boolean, EdgeFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the edges from the given array of ResultSet objects that 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.
getEdgeTabIdxName(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the name of an index of the edge table for the specified code
getEdgeTabName() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the name of the edge table
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.
getElementsFromPG(String[], Object[], int) - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneEdgeAutoIndex
Gets an Iterable<Edge> of edges from the associated property graph, matching the specified keys.
getElementsFromPG(String[], Object[], int) - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneVertexAutoIndex
Gets an Iterable<Vertex> of vertices from the associated property graph, matching the specified keys.
getElementsFromPG(String[], Object[], int) - Method in class oracle.pg.rdbms.index.solr.RDBMSSolrEdgeAutoIndex
Gets an Iterable<Edge> of edges from the associated property graph, matching the specified keys.
getElementsFromPG(String[], Object[], int) - Method in class oracle.pg.rdbms.index.solr.RDBMSSolrVertexAutoIndex
Gets an Iterable<Vertex> of vertices from the associated property graph, matching the specified keys.
getElementsProperties(Object[], String, Class<? extends Element>) - Method in class oracle.pg.common.OraclePropertyGraphBase
Return an iterable of Entry<Long in the graph identified by the specified requestedIds using the specified dop
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.rdbms.OraclePropertyGraph
 
getEndSCN() - Method in class oracle.pg.rdbms.DataChange
Returns the end SCN where the data change was performed
getEntityTypeAsInt(Class<T>) - Static method in class oracle.pg.text.OracleIndexManager
Gets the identifier associated to the specified index Class.
getErrorCode() - Method in class oracle.pg.common.LocalizedMessage
Returns the error code number as an String.
getExprNavigator(Map<String, QueryExpression>, BindValueInfo) - Static method in class oracle.pg.rdbms.pgql.ExprNavigator
Factory method
getExprTransVisitor(ExprContext) - Static method in class oracle.pg.rdbms.pgql.ExprTransVisitor
Factory method
getFeatures() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Gets the particular features of the graph implementation.
getFetchSize() - Method in class oracle.pg.rdbms.OraclePgqlExecution
Returns the the number of rows that should be fetched from the database when more rows are needed for a query result.
getFetchSize() - Method in interface oracle.pg.rdbms.OraclePgqlStatement
Returns the the number of rows that should be fetched from the database when more rows are needed for a query result.
getFilter() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
Get the filter preference determining how text is filtered for indexing.
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.
getGraphName() - Method in class oracle.pg.common.OraclePropertyGraphBase
This method returns the name of this property graph instance
getGraphName() - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
Get the name of the associated graph
getGraphName() - Method in class oracle.pg.rdbms.OraclePropertyGraph
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(Oracle) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
List all the names of the property graphs stored in the given database
getGraphOwner() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the owner name of the graph.
getID() - Method in class oracle.pg.rdbms.DataChange
Returns the ID of the element
getId() - Method in class oracle.pg.rdbms.OracleElement
Returns an identifier of this element that is unique to its inheriting class.
getIdTypeAsPropertyType(IdType) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Converts a IdType object into a PropertyType object
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.rdbms.index.oratext.OracleTextAutoIndex
Gets the class associated to this index
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() - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextEdgeAutoIndex
Gets a list of all the indexed keys used for this automatic index.
getIndexedKeys() - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextVertexAutoIndex
Gets a list of all the indexed keys used for this automatic index.
getIndexedKeys(String, Class<T>) - Method in class oracle.pg.rdbms.RDBMSIndexManager
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.rdbms.index.oratext.OracleTextAutoIndex
Gets the name of this index instance.
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.
getIndexNames(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Gets a List of all the database indexes associated to the given table.
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.rdbms.index.oratext.OracleTextAutoIndex
Gets the index parameters associated to this index.
getIndexParameters(String, Class<T>) - Method in class oracle.pg.rdbms.OraclePropertyGraph
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.
getIndexTabName() - Method in class oracle.pg.rdbms.RDBMSIndexManager
Gets the name of the table defined to store all external index meta data.
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(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.OracleKeyManager
A static method that returns an instance of OracleKeyManager
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.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(DataChange.ChangeAction, Long, String, Object, Long, Long, String, String, Long, Long) - Static method in class oracle.pg.rdbms.EdgeChange
This method returns an instance of EdgeChange.
getInstance(Parameter[]) - Static method in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
Creates a new OracleIndexParameters object from an initial set of parameters.
getInstance(String, int, OracleTextQueryObject.ScoreRange, OracleTextQueryObject.Direction) - Static method in class oracle.pg.rdbms.index.oratext.OracleTextQueryObject
Creates an OracleTextQueryObject from the specified query body and score settings
getInstance(String, int, OracleTextQueryObject.ScoreRange, OracleTextQueryObject.Direction, String) - Static method in class oracle.pg.rdbms.index.oratext.OracleTextQueryObject
 
getInstance(String, int, OracleTextQueryObject.ScoreRange, OracleTextQueryObject.Direction, String, Class) - Static method in class oracle.pg.rdbms.index.oratext.OracleTextQueryObject
 
getInstance(long, long, long, long, long, long, int, int, int, DataLoaderListener, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Static method in class oracle.pg.rdbms.OracleDataLoaderConfig
Creates a new OracleDataLoader config object .
getInstance() - Static method in class oracle.pg.rdbms.OracleDataLoaderConfig
Create an OracleDataLoaderConfig with the default settings.
getInstance(OraclePropertyGraph, Long) - Static method in class oracle.pg.rdbms.OracleEdge
Returns an instance of OracleEdge.
getInstance(OraclePropertyGraph, Long, boolean) - Static method in class oracle.pg.rdbms.OracleEdge
Returns an instance of OracleEdge.
getInstance(OraclePropertyGraph, Long, boolean, boolean) - Static method in class oracle.pg.rdbms.OracleEdge
Returns an instance of OracleEdge.
getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, String, Long) - Static method in class oracle.pg.rdbms.OracleEdge
Returns an instance of OracleEdge.
getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, String, Long, boolean) - Static method in class oracle.pg.rdbms.OracleEdge
Returns an instance of OracleEdge.
getInstance(OraclePropertyGraph, Long, String, boolean, boolean) - Static method in class oracle.pg.rdbms.OracleEdge
Returns an instance of OracleEdge.
getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, Long, boolean, boolean) - Static method in class oracle.pg.rdbms.OracleEdge
Returns an instance of OracleEdge.
getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, String, Long, boolean, boolean) - Static method in class oracle.pg.rdbms.OracleEdge
Returns an instance of OracleEdge.If there is no match in the cache and bCreateIfAbsentFromCache is false, then a NULL value will be returned.
getInstance(Oracle, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(Oracle, String, int) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(Oracle, String, int, int, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(Oracle, String, int, int, String, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(Oracle, String, String, int, int, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(Oracle, String, String, int, int, String, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
getInstance(PgRdbmsGraphConfig) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Gets an OraclePropertyGraph instance from a PGX PgRdbmsGraphConfig object
getInstance() - Static method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
Returns an instance of OraclePropertyGraphDataLoader
getInstance() - Static method in class oracle.pg.rdbms.OraclePropertyGraphFeatures
Return an OraclePropertyGraphFeatures instance.
getInstance(OraclePropertyGraph, Long) - Static method in class oracle.pg.rdbms.OracleVertex
Returns an instance of OracleVertex from the underlying graph
getInstance(OraclePropertyGraph, Long, boolean) - Static method in class oracle.pg.rdbms.OracleVertex
Returns an instance of OracleVertex.
getInstance(OraclePropertyGraph, Long, boolean, boolean) - Static method in class oracle.pg.rdbms.OracleVertex
Returns an instance of OracleVertex.
getInstance() - Static method in class oracle.pg.rdbms.Parameters
Returns a pre-created instance of a Parameters object.
getInstance(String) - Static method in class oracle.pg.rdbms.PGUtils.RDFPredicate
This methods creates an instance of RDFPredicate
getInstance(String, String) - Static method in class oracle.pg.rdbms.PGUtils.RDFPredicate
This methods creates an instance of RDFPredicate
getInstance(String, String, Double) - Static method in class oracle.pg.rdbms.PGUtils.RDFPredicate
This methods creates an instance of RDFPredicate
getInstance(DataChange.ChangeAction, Long, String, Object, Long, Long, String) - Static method in class oracle.pg.rdbms.VertexChange
This method returns an instance of VertexChange.
getInstance(Parameter[]) - Static method in class oracle.pg.text.lucene.LuceneIndexParameters
Creates a new OracleIndexParameters object from an initial set of parameters.
getInstance(String, Directory[]) - Static method in class oracle.pg.text.lucene.OracleDirectory
Creates an OracleDirectory object from the specified set of sub-directories.
getInstance(Parameter[]) - Static method in class oracle.pg.text.solr.SolrIndexParameters
Creates a new OracleIndexParameters object from an initial set of parameters.
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.rdbms.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.rdbms.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.rdbms.OracleEdge
Return the head/in vertex ID.
getJBossDatasourcePrefix() - Method in class oracle.pg.rdbms.Parameters
Return the data source prefix required by JBoss 7.1.x If not set, the default value will be "java:comp/env/jdbc/"
getJdbcRDBMSDirectory(String, OraclePool[]) - Static method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneDirectory
Creates an RDBMSLuceneDirectory object using a single Oracle JDBC sub-directory.
getJdbcRDBMSDirectory(String, OraclePool[], int) - Static method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneDirectory
Creates an RDBMSLuceneDirectory object using Oracle JDBC sub-directories.
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
getKey() - Method in class oracle.pg.rdbms.DataChange
Returns the key of the K/V
getKey() - Method in class oracle.pg.rdbms.index.oratext.OracleTextQueryObject
Get the key used for filtering the key/value pairs matching the given OracleTextQueryObject
getLabel() - Method in class oracle.pg.rdbms.OracleEdge
Return the label associated with the edge.
getLabel() - Method in class oracle.pg.rdbms.PGUtils.RDFPredicate
This method returns the name of the property graph attributes/key
getLexerList() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
Get the lexer preference specifying the language of the text to be indexed.
getLocale() - Method in class oracle.pg.common.LocalizedMessage
Gets the Locale that will be used to deliver this message.
getLocation() - Method in class oracle.pg.text.lucene.LuceneParameters
Gets the location(s) of the directories where the index will be stored.
getLocationsAsString() - Method in class oracle.pg.text.lucene.LuceneParameters
Gets the location of the directory associated to this index.
getLog(Class) - Static method in class oracle.pg.common.SimpleLog
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.rdbms.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.rdbms.OraclePropertyGraph
Get maximum vertex ID using parallel scans and the specified DOP.
getMessage() - Method in class oracle.pg.common.LocalizedMessage
Returns the localized message using the Locale set in the setLocale() method (or the default Locale if not applicable) and substituting any parameters passed into the constructor.
getMessage() - Method in exception oracle.pg.text.OracleIndexException
Return the detail message, including the message from the nested exception if there is one.
getMetaData() - Method in interface oracle.pg.rdbms.OraclePgqlResultSet
Returns an object describing the return columns of this PGQL query result.
getMetaData() - Method in class oracle.pg.rdbms.OraclePgqlResultSetImpl
Returns an object describing the return columns of this PGQL query result.
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.rdbms.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.rdbms.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
getNumberToCharSqlFormatString() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Gets the Char SQL Format used to format a number into a string
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.
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.rdbms.OraclePropertyGraph
Get the size of the operation queue
getOptions() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
Get the additional SQL options to optimize text index operations.
getOptions() - Method in class oracle.pg.rdbms.OracleDataLoaderConfig
Get the additional options for data loading DML and DDL operations
getOracle() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the underlying Oracle instance associated with the property graph instance
getOracle(String) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Gets an Oracle object from a given Datasource Id
getOracle(PgRdbmsGraphConfig) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Gets an Oracle object from a PGX PgRdbmsGraphConfig object
getOracleDirectory() - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneEdgeAutoIndex
Gets the Oracle Directory storing all index data.
getOracleDirectory() - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneEdgeIndex
Gets the Oracle Directory storing all index data.
getOracleDirectory() - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneVertexAutoIndex
Gets the Oracle Directory storing all index data.
getOracleDirectory() - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneVertexIndex
Gets the Oracle Directory storing all index data.
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.rdbms.OraclePropertyGraph
Gets the Oracle Index Manager associated to this property graph instance.
getOracleIndexParameters() - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
Gets the OracleIndexParameters associated to this index
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
getOraclePool(Map<String, Object>) - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneEdgeAutoIndex
Get the Oracle Pool associated to the specified index parameters
getOraclePool(Map<String, Object>) - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneEdgeIndex
Get the Oracle Pool associated to the specified index parameters
getOraclePool(Map<String, Object>) - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneVertexAutoIndex
Get the Oracle Pool associated to the specified index parameters
getOraclePool(Map<String, Object>) - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneVertexIndex
Get the Oracle Pool associated to the specified index parameters
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.
getOrderByDirection() - Method in class oracle.pg.rdbms.index.oratext.OracleTextQueryObject
Get the direction order used for the Oracle Text query
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.rdbms.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.rdbms.OracleEdge
Return the tail/out vertex ID.
getParameters() - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
Gets the Parameters associated to this index.
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[], String, Object, boolean, int) - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
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.rdbms.index.oratext.RDBMSOracleTextEdgeAutoIndex
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.rdbms.index.oratext.RDBMSOracleTextEdgeAutoIndex
Gets an array of CloseableIterable objects that hold all the edges with an attribute matching the Query object.
getPartitioned(Object[], Object, int) - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextVertexAutoIndex
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.rdbms.index.oratext.RDBMSOracleTextVertexAutoIndex
Gets an array of CloseableIterable objects that hold all the vertices with an attribute matching the Query 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.
getPartitionsNumber() - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneEdgeAutoIndex
Gets the number of HASH partitions of the element's table for the associated property graph.
getPartitionsNumber() - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneVertexAutoIndex
Gets the number of HASH partitions of the vertices table for the associated property graph.
getPartitionsNumber() - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextEdgeAutoIndex
Gets the number of HASH partitions of the edges table for the associated property graph.
getPartitionsNumber() - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextVertexAutoIndex
Gets the number of HASH partitions of the vertices table for the associated property graph.
getPartitionsNumber() - Method in class oracle.pg.rdbms.index.solr.RDBMSSolrEdgeAutoIndex
Gets the number of HASH partitions of the element's table for the associated property graph.
getPartitionsNumber() - Method in class oracle.pg.rdbms.index.solr.RDBMSSolrVertexAutoIndex
Gets the number of HASH partitions of the vertices table for the associated property graph.
getPartitionsOffset() - Method in class oracle.pg.common.OracleFileSplitterConfig
Get the offset of the partition (i.e.
getPgqlTranslator(QueryContext) - Static method in class oracle.pg.rdbms.pgql.PgqlTranslator
factory method for generating a PgqlTranslator instance
getPGViewOnRDFFlag() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Validates if this property graph instance comes from a Property Graph view over RDF data
getPrefOwner() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
Get the owner of the preferences.
getProgressListener() - Method in class oracle.pg.common.OraclePropertyGraphBase
Gets the ProgressListener associated to this property graph.
getPropAlias(PgqlTranslator.ValuePair) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
propAliasMap methods
getProperty(String) - Method in class oracle.pg.rdbms.OracleElement
Returns the object value associated with the provided string key.
getPropertyGraph() - Method in class oracle.pg.rdbms.OracleElement
Gets the property graph instance associated to this object.
getPropertyGraph() - Method in class oracle.pg.rdbms.OracleElementIteratorImpl
Get the associated property graph
getPropertyKeys() - Method in class oracle.pg.rdbms.OracleElement
Returns 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).
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.
getQueryBody() - Method in class oracle.pg.rdbms.index.oratext.OracleTextQueryObject
Get the query body representing the value used for filtering the key/value pairs matching the given OracleTextQueryObject
getQueryContext(OraclePropertyGraph) - Static method in class oracle.pg.rdbms.pgql.QueryContext
Factory method to get QueryContext instance.
getQueryDeadline() - Method in class oracle.pg.common.OracleCommonIteratorBase
Gets the query dead line time in milliseconds
getQueryFetchSize() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the query fetch size when scanning the vertex and edge tables
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.
getRemovedEdges(Long, Long, int, String) - Method in interface oracle.pg.rdbms.OracleChangeTracker
Returns an ordered iterator of IDs of Edges that involved in DELETE operations happened between the two given SCNs.
getRemovedEdges(Long, Long, int, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an ordered iterator of IDs of Edges that involved in DELETE operations happened between the two given SCNs.
getRemovedVertices(Long, Long, int, String) - Method in interface oracle.pg.rdbms.OracleChangeTracker
Returns an ordered iterator of IDs of Vertices that involved in DELETE operations happened between the two given SCNs.
getRemovedVertices(Long, Long, int, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an ordered iterator of IDs of Vertices that involved in DELETE operations happened between the two given SCNs.
getReplicationFactor() - Method in class oracle.pg.text.solr.SolrParameters
Gets the replication factor used in the SolrCloud collection where the index will be stored.
getResultElements() - Method in interface oracle.pg.rdbms.OraclePgqlResult
Returns the List of result elements for this result row
getResultElements() - Method in class oracle.pg.rdbms.OraclePgqlResultImpl
Returns the List of result elements for this result row
getResults() - Method in interface oracle.pg.rdbms.OraclePgqlResultSet
Returns an iterable collection for this query result
getResults() - Method in class oracle.pg.rdbms.OraclePgqlResultSetImpl
Returns an iterable collection for this query result
getReturnTypes() - Method in interface oracle.pg.rdbms.OraclePgqlSqlTrans
Returns an array of column descriptors for the result columns in the query result.
getReturnTypes() - Method in class oracle.pg.rdbms.OraclePgqlSqlTransImpl
Returns an array of column descriptors for the result columns in the query result.
getRowPrefetch() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the number of rows to prefetch when executing a SQL query over the Property graph data tables
getScore() - Method in class oracle.pg.rdbms.index.oratext.OracleTextQueryObject
Get the score ID used for the Oracle Text query
getScoreRange() - Method in class oracle.pg.rdbms.index.oratext.OracleTextQueryObject
Get the score range used for the Oracle Text query
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.
getSessionID() - Method in class oracle.pg.rdbms.Oracle
Returns the current Database Session ID
getSessionID() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the current database Session ID
getSessionID(OraclePropertyGraph) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
get the session ID
getSessionQueryDOP() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the degree of parallel query execution at the session level.
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
getSkeletonTabIdxName(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the name of an index of the graph GT table for the specified code
getSkeletonTabName() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the name of the graph skeleton table
getSkipFormNCharSetting() - Method in class oracle.pg.rdbms.Parameters
 
getSkipFormNCharSettingForTextQuery() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns TRUE if skipFormNCharSettingForTextQuery flag is set, which is the default behavior.
getSnapshotTabName() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the name of the PGX snapshot table
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.
getSplittedFilePrefix() - Method in class oracle.pg.rdbms.OracleDataLoaderConfig
Gets the prefix used for splitted files (chunk files)
getSplitterFlag() - Method in class oracle.pg.rdbms.OracleDataLoaderConfig
Gets the splitter type to use for data loading
getSplitterFlagFromInt(int) - Static method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
 
getSqlBvList() - Method in interface oracle.pg.rdbms.OraclePgqlSqlTrans
Returns a list of Bind Values to be used with this SQL translation.
getSqlBvList() - Method in class oracle.pg.rdbms.OraclePgqlSqlTransImpl
Returns a list of Bind Values to be used with this SQL translation.
getSqlBvList() - Method in class oracle.pg.rdbms.pgql.BindValueInfo
Returns the SQL bind value list for this processed query
getSqlOffset() - Method in interface oracle.pg.rdbms.OraclePgqlColumnDescriptor
Returns the SQL column starting position of this logical PGQL column in the column list of the SQL translation.
getSqlOffset() - Method in class oracle.pg.rdbms.OraclePgqlColumnDescriptorImpl
Returns the SQL column starting position of this logical PGQL column in the column list of the SQL translation.
getSqlTranslation() - Method in interface oracle.pg.rdbms.OraclePgqlSqlTrans
Returns the SQL string for the PGQL to SQL translation.
getSqlTranslation() - Method in class oracle.pg.rdbms.OraclePgqlSqlTransImpl
Returns the SQL string for the PGQL to SQL translation.
getStartSCN() - Method in class oracle.pg.rdbms.DataChange
Returns the start SCN where the data change was performed
getStopList() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
Get the stop list preference specifying the list of words that are not meant to be indexed.
getStorage() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
Get the storage preference specifying table space and creation parameters for tables associated with a Text index.
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.
getSVID() - Method in class oracle.pg.rdbms.EdgeChange
Returns the ID of the start vertex in string format
getSvidColumnName() - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Getter for the column name that will be used as SVID.
getTableNameForId(String) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
idTableMap methods
getTablespace() - Method in class oracle.pg.rdbms.OracleDataLoaderConfig
Gets the tablespace where the graph tables will be created
getTextIndexDirectoryPrefix() - Method in class oracle.pg.common.OraclePropertyGraphBase
This method returns the prefix used when creating a text index directory (or collection)
getTextIndexDirectoryPrefix() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the name of this property graph instance
getTextIndexTabName() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the name of the index metadata table
getTimeToCharSqlFormatString() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Gets the Char SQL Format used to format a datetime into a string
getTomcatDatasourcePrefix() - Method in class oracle.pg.rdbms.Parameters
Return the data source prefix required by Tomcat.
getTopK(StringBuilder, int, OraclePropertyGraph.Sort, int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the top K rows of a given table.
getTopK(StringBuilder, int, OraclePropertyGraph.Sort, int, int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the top K rows of a given table.
getTopK(Connection, StringBuilder, int, OraclePropertyGraph.Sort, int, int) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the top K rows of a given table.
getTotalPartitions() - Method in class oracle.pg.common.OracleFileSplitterConfig
Get the total number of partitions (i.e.
getTotalShards() - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextEdgeAutoIndex
Gets the number of partitions in this index.
getTotalShards() - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextVertexAutoIndex
Gets the number of partitions in this index.
getTotalShards() - Method in class oracle.pg.text.lucene.LuceneIndex
Gets the number of shards (sub-directories) in this index.
getTotalShards() - Method in interface oracle.pg.text.OracleIndex
Gets the number of shards (directories) in this index
getTotalShards() - Method in class oracle.pg.text.solr.SolrIndex
Gets the number of shards (directories) in this index
getTotalShards(CloudSolrServer) - Method in class oracle.pg.text.solr.SolrIndex
Gets the number of shards (directories) in this index
getURI() - Method in class oracle.pg.rdbms.PGUtils.RDFPredicate
This method returns the RDF predicate URI
getUseIteratorBalancer() - Method in class oracle.pg.rdbms.Parameters
This method returns true if an iterator balancer is to be used.
getUseLuceneSyntax() - Method in class oracle.pg.rdbms.Parameters
Returns true if the property graph will parse Key/Value text search using Lucene syntax by default.
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
getValue() - Method in class oracle.pg.rdbms.DataChange
Returns the value of the K/V
getValue(int) - Method in interface oracle.pg.rdbms.OraclePgqlResult
Gets the value for the result element at given position.
getValue(int) - Method in class oracle.pg.rdbms.OraclePgqlResultImpl
Gets the value for the result element at given position.
getValueAsString(Object, SimpleDateFormat) - Static method in class oracle.pg.text.OracleIndexUtils
Gets a value object as a String
getValueType(int) - Method in interface oracle.pg.rdbms.OraclePgqlResult
Gets the value type for the result element at given position.
getValueType() - Method in interface oracle.pg.rdbms.OraclePgqlResultElement
Returns the type of value for elements with VALUE column type.
getValueType() - Method in class oracle.pg.rdbms.OraclePgqlResultElementImpl
Returns the type of value for elements with VALUE column type.
getValueType(int) - Method in class oracle.pg.rdbms.OraclePgqlResultImpl
Gets the value type for the result element at given position.
getVarAlias(String) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
varAliasMap methods
getVarId(String) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
varIdMap methods
getVarProps(String) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
varPropMap methods
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.rdbms.OracleEdge
Return the tail/out or head/in vertex.
getVertex(int) - Method in interface oracle.pg.rdbms.OraclePgqlResult
Gets the Vertex object for the result element at given position.
getVertex(int) - Method in class oracle.pg.rdbms.OraclePgqlResultImpl
Gets the Vertex object for the result element at given position.
getVertex(Object) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the vertex referenced by the object identifier.
getVertexAliases(String) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
 
getVertexAutoIndexName() - Method in class oracle.pg.text.OracleIndexManager
Gets the name used for the vertex auto index.
getVertexChanges(Long, Long) - Method in interface oracle.pg.rdbms.OracleChangeTracker
Returns the vertex changes between the given start SCN and end SCN.
getVertexChanges(Long, Long, int) - Method in interface oracle.pg.rdbms.OracleChangeTracker
Returns the vertex changes between the given start SCN and end SCN.
getVertexChanges(Long, Long, int, boolean) - Method in interface oracle.pg.rdbms.OracleChangeTracker
Returns the vertex changes between the given start SCN and end SCN.
getVertexChanges(Long, Long) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the changes between the given start SCN and end SCN.
getVertexChanges(Long, Long, int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the vertex changes between the given start SCN and end SCN using the given query degree of parallelism.
getVertexChanges(Long, Long, int, boolean) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the vertex changes between the given start SCN and end SCN.
getVertexChanges(Long, Long, int, boolean, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the vertex changes between the given start SCN and end SCN.
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.rdbms.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.rdbms.OraclePropertyGraph
Returns an instance of OracleVertexBase.
getVertexPartitionsNumber() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the number of HASH partitions of the vertex table.
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, Set<String>, ProgressListener) - Method in class oracle.pg.rdbms.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.
getVertexTabIdxName(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the name of an index of the vertex table for the specified code
getVertexTabName() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns the name of the vertex table
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(Connection[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph.
getVertices(Connection[], Long) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph.
getVertices(Connection[], Long, boolean, int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph.
getVertices(Connection[], Long, boolean, int, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph that have a particular key.
getVertices(Connection[], Long, boolean, int, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph that have any of the specified keys.
getVertices() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an iterable to all the vertices in the graph.
getVertices(String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an Iterable to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
getVertices(ResultSet, VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an iterable to all the relevant vertices in the graph.
getVertices(Long, String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns 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.rdbms.OraclePropertyGraph
Return an iterable to all matching vertices that have a particular key/value property.
getVertices(Direction, String...) - Method in class oracle.pg.rdbms.OracleVertex
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
getVertices(Direction, OraclePropertyGraphBase.OptimizationFlag, String...) - Method in class oracle.pg.rdbms.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
getVerticesNonPartitioned(Connection[], Long, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph that have any of the specified keys.
getVerticesNonPartitioned(Connection[], Long, boolean, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph that have any of the specified keys.
getVerticesPartitioned(Connection[], boolean, int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph.
getVerticesPartitioned(Connection[], boolean, int, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph that have any of the specified keys.
getVerticesPartitioned(Connection[], boolean, int, VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph that satisfy the specified vertex filter callback.
getVerticesPartitioned(Connection[], Long, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph that have any of the specified keys.
getVerticesPartitioned(Connection[], Long, boolean, int, String[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph that have any of the specified keys.
getVerticesPartitioned(Connection[], Long, boolean, int, String[], VertexFilterCallback) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
getVerticesPartitioned(Connection[], Long, boolean, int, String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
getVerticesPartitioned(ResultSet[], boolean, VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns an array of iterables to all the vertices in the graph that 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.
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.
getVTE() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Get the end valid time used in the property graph
getVTS() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Get the start valid time used in the property graph
getWeight() - Method in class oracle.pg.rdbms.PGUtils.RDFPredicate
This method returns the weight of the property graph edge, only applicable to edges
getWordList() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
Get the word list preference specifying the enabled query options.
getWriteTimeout() - Method in class oracle.pg.text.IndexParametersBase
Gets the timeout (in seconds) used to wait for a write lock when writing on the index.
getXID() - Method in class oracle.pg.rdbms.DataChange
Returns the XID of this data change
getZkTimeout() - Method in class oracle.pg.text.solr.SolrParameters
Gets the Zookeeper timeout (in seconds) used for Apache SolR connections
grantAccess(String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Grants access of this property graph to another user
GROUP_BY_MODE - Static variable in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
gtTab - Variable in class oracle.pg.rdbms.pgql.ExprContext
 
gtTab - Variable in class oracle.pg.rdbms.pgql.QueryContext
 

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
hashCode() - Method in class oracle.pg.rdbms.OracleEdge
Returns the hash code representation of this object
hashCode() - Method in class oracle.pg.rdbms.OraclePgqlColumnDescriptorImpl
 
hashCode() - Method in class oracle.pg.rdbms.OraclePgqlSqlTransImpl
 
hashCode() - Method in class oracle.pg.rdbms.OracleVertex
Returns the hash code representation of this object
hashCode() - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.ValuePair
 
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.rdbms.OracleEdgeFilterIteratorImpl
Return true if there are one or more elements in this iterator.
hasNext() - Method in class oracle.pg.rdbms.OracleVertexFilterIteratorImpl
Return true if there are one or more elements in this iterator.
hasTable(Connection, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Verifies if the specified table exists in the given Oracle Database

I

impEdgeStat(String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Imports the edge table statistics from the given stat table.
impEdgeStat(String, String) - Method in interface oracle.pg.rdbms.OracleStats
This method imports the edge table statistics from the given stat table.
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.
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.
impVertexStat(String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Imports the vertex table statistics from the given stat table.
impVertexStat(String, String) - Method in interface oracle.pg.rdbms.OracleStats
This method imports the vertex table statistics from the given stat table.
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
INFO_EMP_K_NO_P_VAL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that an empty key was found
INFO_NUL_K_NO_P_VAL - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an error message meaning that a NULL key was found
initStatements() - Method in class oracle.pg.rdbms.RDBMSIndexManager
This method initializes a set of SQL statements
isAutoIndex() - Method in class oracle.pg.text.lucene.LuceneIndex
Returns true if this is an auto index
isCommitRequired() - Method in class oracle.pg.text.lucene.OracleIndexWriter
Verifies if a commit of the index is required as the number of documents indexed matches the commit size
isDataUncommited() - Method in class oracle.pg.text.lucene.OracleIndexWriter
Verifies if there are documents that have not been commited
isDB11g() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns if this property graph instance is working against an 11g database
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.
isElementForVertex(Object) - Method in interface oracle.pg.common.SparkUtilsBase
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.
isInfoEnabled() - Method in class oracle.pg.common.SimpleLog
Returns true if INFO level logging is enabled.
isOpgAPIsLoaded() - Method in class oracle.pg.rdbms.Oracle
Validates if the OPG APIs (catopg.sql) has been loaded into the Oracle Database
isOptimizerGatherStasOff() - Method in class oracle.pg.rdbms.Parameters
Returns true if the utility to gather statistics for the optimizer is turned off
isPartial() - Method in class oracle.pg.rdbms.OracleElement
Validates if this object is partially constructed.
isShardingDb() - Method in class oracle.pg.rdbms.Oracle
This method verifies if this is a sharding DB
isShardingDb() - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method verifies if the underlying connection is opened against a sharding DB
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
isSqlMonitor() - Method in class oracle.pg.rdbms.Parameters
Returns true if this property graph will use a SQL monitor
isSuperVerboseOn() - Method in class oracle.pg.common.ParametersBase
Determines if the Super verbose logging is enabled
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.
isVirtualPropertyGraph() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Validates if this property graph instance is based on a view
isWarnEnabled() - Method in class oracle.pg.common.SimpleLog
Returns true if WARN level logging is enabled.
iterator() - Method in class oracle.pg.rdbms.OracleEdgeFilterIterableImpl
This method returns an iterator of OracleEdge objects
iterator() - Method in class oracle.pg.rdbms.OracleEdgeIterableImpl
This method returns an iterator of OracleEdge objects
iterator() - Method in class oracle.pg.rdbms.OraclePgqlResultIterable
Returns an iterator for this PGQL query result.
iterator() - Method in class oracle.pg.rdbms.OracleVertexFilterIterableImpl
This method returns an iterator of OracleVertex objects
iterator() - Method in class oracle.pg.rdbms.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).

L

LEXER_LIST_PARAMETER - Static variable in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
This constant denotes the lexer preference specifying the language of the text to be indexed
listify(Iterable<E>) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Converts a given Iterable instance to a List object.
loadData(OraclePropertyGraph, Object, Object, int) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
loadData(OraclePropertyGraph, Object, Object, int, int, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
loadData(OraclePropertyGraph, Object, Object, int, int, int, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
loadData(OraclePropertyGraph, Object, Object, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, int, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
loadData(OraclePropertyGraph, Object, Object, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
loadData(OraclePropertyGraph, Object, Object, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadData(OraclePropertyGraph, Object, Object, int, int, int, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadData(OraclePropertyGraph, Object, Object, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadData(OraclePropertyGraph, Object, Object, long, long, long, long, long, long, int, int, int, int, String, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadData(OraclePropertyGraph, Object, Object, long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadData(OraclePropertyGraph, Object[], Object[], long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadData(OraclePropertyGraph, Object[], Object[], int, int, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadData(OraclePropertyGraph, Object[], Object[], int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, int, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadData(OraclePropertyGraph, Object[], Object[], int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadData(OraclePropertyGraph, Object[], Object[], int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadData(OraclePropertyGraph, Object[], Object[], int, int, int, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadData(OraclePropertyGraph, Object[], Object[], int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadData(OraclePropertyGraph, Object[], Object[], long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String, DataLoaderListener) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadData(OraclePropertyGraph, Object[], Object[], OracleDataLoaderConfig) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
loadDataWithExtTab(OraclePropertyGraph, Object, Object, int, boolean, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
loadDataWithExtTab(OraclePropertyGraph, Object, Object, int, boolean, String, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
loadDataWithExtTab(OraclePropertyGraph, Object, Object, int, boolean, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
loadDataWithExtTab(OraclePropertyGraph, Object, Object, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
loadDataWithExtTab(OraclePropertyGraph, Object, Object, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
loadDataWithExtTab(OraclePropertyGraph, Object, Object, long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
loadDataWithExtTab(OraclePropertyGraph, Object[], Object[], int, boolean, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
loadDataWithExtTab(OraclePropertyGraph, Object[], Object[], int, boolean, String, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
loadDataWithExtTab(OraclePropertyGraph, Object[], Object[], int, boolean, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
loadDataWithExtTab(OraclePropertyGraph, Object[], Object[], int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
loadDataWithExtTab(OraclePropertyGraph, Object[], Object[], int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
loadDataWithExtTab(OraclePropertyGraph, Object[], Object[], long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
loadDataWithExtTab(OraclePropertyGraph, Object[], Object[], OracleDataLoaderConfig) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
loadDataWithExtTab(OraclePropertyGraph, String[], String[], int, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
loadDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object, Object, int, boolean, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
loadDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object, Object, int, boolean, String, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
loadDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object, Object, int, boolean, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
loadDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object, Object, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
loadDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object, Object, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
loadDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object, Object, long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
loadDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], int, boolean, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
loadDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], int, boolean, String, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
loadDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], int, boolean, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
loadDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
loadDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
loadDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
loadDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], OracleDataLoaderConfig) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
loadKeyValue(OraclePropertyGraphBase, OracleElementBase, long, String, long[], int, String[], String, DataLoaderListener) - Static method in class oracle.pg.common.OracleDataLoaderUtils
This method load key values
LocalizedMessage - Class in oracle.pg.common
This class represents a message which may be localized based on a Java Locale and may additionally be parameterized by substituting values for certain patterns in the source string.
LocalizedMessage(String) - Constructor for class oracle.pg.common.LocalizedMessage
Constructor for error code and non-parameterized message.
LocalizedMessage(String, Object) - Constructor for class oracle.pg.common.LocalizedMessage
Constructor for error code and one-parameter message.
LocalizedMessage(String, Object, Object) - Constructor for class oracle.pg.common.LocalizedMessage
Constructor for error code and two-parameter message.
LocalizedMessage(String, Object, Object, Object) - Constructor for class oracle.pg.common.LocalizedMessage
Constructor for error code and three-parameter message.
LocalizedMessage(String, Object[]) - Constructor for class oracle.pg.common.LocalizedMessage
Constructor for error code and many-parameter message.
LOCATION_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
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.
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.rdbms.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_DOP - Static variable in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
 
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
maxPathLen - Variable in class oracle.pg.rdbms.pgql.QueryContext
 
mergeData(OraclePropertyGraph, Object, Object, int) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
mergeData(OraclePropertyGraph, Object, Object, int, int, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
mergeData(OraclePropertyGraph, Object, Object, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, int, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
mergeData(OraclePropertyGraph, Object, Object, int, int, int, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
mergeData(OraclePropertyGraph, Object, Object, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
mergeData(OraclePropertyGraph, Object, Object, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
mergeData(OraclePropertyGraph, Object, Object, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
mergeData(OraclePropertyGraph, Object, Object, long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
mergeData(OraclePropertyGraph, Object[], Object[], int, int, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
mergeData(OraclePropertyGraph, Object[], Object[], int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, int, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
mergeData(OraclePropertyGraph, Object[], Object[], int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
mergeData(OraclePropertyGraph, Object[], Object[], int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
mergeData(OraclePropertyGraph, Object[], Object[], int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
mergeData(OraclePropertyGraph, Object[], Object[], long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
mergeData(OraclePropertyGraph, Object[], Object[], long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, int, boolean, String, String, DataLoaderListener) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
mergeData(OraclePropertyGraph, Object[], Object[], OracleDataLoaderConfig) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
mergeDataWithExtTab(OraclePropertyGraph, Object, Object, int, boolean, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
mergeDataWithExtTab(OraclePropertyGraph, Object, Object, int, boolean, String, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
mergeDataWithExtTab(OraclePropertyGraph, Object, Object, int, boolean, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
mergeDataWithExtTab(OraclePropertyGraph, Object, Object, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
mergeDataWithExtTab(OraclePropertyGraph, Object, Object, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
mergeDataWithExtTab(OraclePropertyGraph, Object, Object, long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
mergeDataWithExtTab(OraclePropertyGraph, Object[], Object[], int, boolean, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
mergeDataWithExtTab(OraclePropertyGraph, Object[], Object[], int, boolean, String, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
mergeDataWithExtTab(OraclePropertyGraph, Object[], Object[], int, boolean, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
mergeDataWithExtTab(OraclePropertyGraph, Object[], Object[], int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
mergeDataWithExtTab(OraclePropertyGraph, Object[], Object[], int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
mergeDataWithExtTab(OraclePropertyGraph, Object[], Object[], long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
mergeDataWithExtTab(OraclePropertyGraph, Object[], Object[], OracleDataLoaderConfig) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
mergeDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object, Object, int, boolean, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging
mergeDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object, Object, int, boolean, String, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
mergeDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object, Object, int, boolean, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
mergeDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object, Object, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
mergeDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object, Object, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
mergeDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object, Object, long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
mergeDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], int, boolean, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
mergeDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], int, boolean, String, String, boolean, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
mergeDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], int, boolean, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
mergeDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
mergeDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
mergeDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], long, long, long, long, long, long, int, int, int, OraclePropertyGraphDataLoader.SPLITTER_TYPE, String, String, boolean, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
mergeDataWithSqlLdr(OraclePropertyGraph, String, String, String, Object[], Object[], OracleDataLoaderConfig) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
MesgConsts - Interface in oracle.pg.common
This interface defines the message constants.
Message - Class in oracle.pg.common
This class represents a LocalizedMessage which is bound to the oracle.pg.common.Messages family of resources.
Message(String) - Constructor for class oracle.pg.common.Message
Constructor for error code and non-parameterized message.
Message(String, Object) - Constructor for class oracle.pg.common.Message
Constructor for error code and one-parameter message.
Message(String, Object, Object) - Constructor for class oracle.pg.common.Message
Constructor for error code and two-parameter message.
Message(String, Object, Object, Object) - Constructor for class oracle.pg.common.Message
Constructor for error code and three-parameter message.
Message(String, Object[]) - Constructor for class oracle.pg.common.Message
Constructor for error code and many-parameter message.
Messages - Class in oracle.pg.common
This class contains the original message strings in English.
Messages() - Constructor for class oracle.pg.common.Messages
 
Messages_es - Class in oracle.pg.common
This class contains the original message strings in Spanish.
Messages_es() - Constructor for class oracle.pg.common.Messages_es
 
MSG_ERR_ID_CANNOT_BE_NULL - Static variable in class oracle.pg.common.Message
 
myCheckName(String) - Static method in class oracle.pg.common.Util
Checks for any illegal characters in a SQL name.

N

NAMEDPIPE - Static variable in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
 
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.rdbms.EdgeChangeIteratorImpl
This method returns the next EdgeChange instance of the iterator.
next() - Method in class oracle.pg.rdbms.OracleEdgeFilterIteratorImpl
Returns the next element.
next() - Method in class oracle.pg.rdbms.OracleEdgeIteratorImpl
Returns the next element.
next() - Method in class oracle.pg.rdbms.OraclePgqlResultIteratorImpl
Returns the next result from the iterator.
next() - Method in class oracle.pg.rdbms.OracleVertexFilterIteratorImpl
Returns the next element.
next() - Method in class oracle.pg.rdbms.OracleVertexIteratorImpl
Returns the next element.
next() - Method in class oracle.pg.rdbms.OrderedVertexIdIteratorImpl
Return the next vertex ID
next() - Method in class oracle.pg.rdbms.VertexChangeIteratorImpl
This method returns the next VertexChange instance of the iterator.
normalizeKey(String) - Method in class oracle.pg.common.OracleKeyManager
Normalize a given key in string format.
NUM_SHARDS_PARAMETER - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the number of shards used in the SolrCloud collection.
NUM_SUBDIRS_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
This constant denotes the parameter for the number of sub-directories used in an Apache Lucene index

O

opg - Variable in class oracle.pg.rdbms.pgql.ExprContext
 
opg - Variable in class oracle.pg.rdbms.pgql.QueryContext
 
OPG_DATETIME_FORMAT - Static variable in class oracle.pg.common.OraclePropertyGraphBase
Date time format used in opv and ope Oracle Flat Files
OPTIONS_PARAMETER - Static variable in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
This constant denotes the additional settings used for index creation
ORA_COL_ALREADY_INDEXED - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for column already indexed
ORA_DUP_ENTRY - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for duplicate entry
ORA_INDEX_NOT_EXIST - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for index does not exist
ORA_INSUFFICIENT_PRIV - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for insufficient privileges
ORA_INVALID_ID - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for invalid ID
ORA_INVALID_LOWER_LIMIT_SNAPSHOT - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for invalid lower limit for snapshot
ORA_INVALID_SCN - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for invalid SCN
ORA_LENGTH_TOO_LONG_FOR_DT - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for length too long for datatype
ORA_NAME_IN_USE_BY_EXISTING_OBJECT - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for name in use by an existing object
ORA_NON_SHARD_DATABASE - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for a non sharded databases
ORA_PTNED_IDX_MAY_NOT_BUILD_AS_WHOLE - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for partitioned index may not be built as whole
ORA_RESOURCE_BUSY - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for resource busy and acquire with NOWAIT specified or timeout expired
ORA_TAB_DEF_HAS_CHANGED - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for table definition has changed
ORA_TABLE_NOT_EXISTS - Static variable in class oracle.pg.rdbms.Oracle
This constant denotes the Oracle error code for table does not exist
ORA_TEXT_ENGINE - Static variable in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
This constant denotes the usage of a Oracle Text search engine
Oracle - Class in oracle.pg.rdbms
This class manages the RDBMS JDBC connection to an Oracle semantic store.
Oracle(OracleConnection) - Constructor for class oracle.pg.rdbms.Oracle
Constructs a new instance based on the JDBC connection passed in.
Oracle(OracleDataSource) - Constructor for class oracle.pg.rdbms.Oracle
Constructs a new instance based on the data source object passed in.
Oracle(String, String, String) - Constructor for class oracle.pg.rdbms.Oracle
Constructs a new instance based on the JDBC connection and login information passed in.
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
This package contains the logic for converting CSV files into graph files in Oracle Flat-file format.
oracle.pg.rdbms - package oracle.pg.rdbms
This package contains the logic specific to the property graph support on Oracle Database.
oracle.pg.rdbms.index.lucene - package oracle.pg.rdbms.index.lucene
This package contains the logic specific to the text indexing and text search using Apache Lucene for property graph support on Oracle Database.
oracle.pg.rdbms.index.oratext - package oracle.pg.rdbms.index.oratext
This package contains the logic specific to the text indexing and text search using Oracle Text for property graph support on Oracle Database.
oracle.pg.rdbms.index.solr - package oracle.pg.rdbms.index.solr
This package contains the logic specific to the text indexing and text search using SolrCloud for property graph support on Oracle Database.
oracle.pg.rdbms.pgql - package oracle.pg.rdbms.pgql
This package contains logic for translating PGQL queries to equivalent SQL queries.
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(Version) - 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(Version, 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(Version, int, int, boolean, boolean) - Constructor for class oracle.pg.text.lucene.OracleAnalyzer
Creates a new OracleAnalyzer object.
OracleAnalyzer(Version, CharArraySet, int, int, boolean, boolean) - Constructor for class oracle.pg.text.lucene.OracleAnalyzer
Creates a new OracleAnalyzer object.
OracleAutoIndex<T extends com.tinkerpop.blueprints.Element> - Interface in oracle.pg.text
An interface that extends the functions defined in OracleIndex to provide manage an automatic index.
OracleChangeTracker - Interface in oracle.pg.rdbms
An interface to track the changes executed over a Property Graph
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.rdbms
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
 
OracleDataLoaderConfig - Class in oracle.pg.rdbms
This class specifies the configuration parameters to use when loading a graph in Oracle Flat-file format using parallel data loader.
OracleDataLoaderConfig() - Constructor for class oracle.pg.rdbms.OracleDataLoaderConfig
Creates a new OracleDataLoader config object with default configuration settings.
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.rdbms
This class implements the Blueprints Edge and Element interface by using an Oracle backend.
OracleEdgeBase - Interface in oracle.pg.common
This class implements the Blueprints Edge and Edge interface by using one of the supported backend database.
OracleEdgeFilterIterableImpl - Class in oracle.pg.rdbms
This class implements the Iterable interface for filtered edges.
OracleEdgeFilterIteratorImpl - Class in oracle.pg.rdbms
This class implements the Iterator interface for filtered edges.
OracleEdgeIterableImpl - Class in oracle.pg.rdbms
This class implements the Iterable interface for vertices.
OracleEdgeIteratorImpl - Class in oracle.pg.rdbms
This class implements the Iterator interface for vertices.
OracleElement - Class in oracle.pg.rdbms
This class implements the Blueprints Element interface by using an Oracle backend.
OracleElement() - Constructor for class oracle.pg.rdbms.OracleElement
Creates an OracleElement object.
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.rdbms
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
 
OracleIndex<T extends com.tinkerpop.blueprints.Element> - Interface in oracle.pg.text
An interface extending the Blueprints Index interface.
OracleIndexException - Exception in oracle.pg.text
A nestable checked index exception.
OracleIndexException(String) - Constructor for exception oracle.pg.text.OracleIndexException
Construct a OracleIndexException with the specified detail message.
OracleIndexException(String, Throwable) - Constructor for exception oracle.pg.text.OracleIndexException
Construct a OracleIndexException with the specified detail message and nested exception.
OracleIndexManager - Class in oracle.pg.text
A single point for managing/accessing all vertex and edge indices of a specific OraclePropertyGraphBase object.
OracleIndexManager(OraclePropertyGraphBase) - Constructor for class oracle.pg.text.OracleIndexManager
Creates a new OracleIndexManager object, handling external indexes associated to the specified property graph.
OracleIndexParameters - Class in oracle.pg.text
This class manages relevant parameters for text indexing.
OracleIndexParameters() - Constructor for class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object.
OracleIndexParameters(Parameter[]) - Constructor for class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object from an initial set of parameters.
OracleIndexParameters(List<Parameter>) - Constructor for class oracle.pg.text.OracleIndexParameters
Creates a new OracleIndexParameters object from an initial set of parameters.
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
OracleKeyManager - Class in oracle.pg.common
This class handles the keys used in K/V pairs
OraclePgqlColumnDescriptor - Interface in oracle.pg.rdbms
Describes the metadata for a logical column in a PGQL query result.
OraclePgqlColumnDescriptor.Type - Enum in oracle.pg.rdbms
Types of logical return columns
OraclePgqlColumnDescriptorImpl - Class in oracle.pg.rdbms
Describes the metadata for a logical column in a PGQL query result.
OraclePgqlColumnDescriptorImpl(String, OraclePgqlColumnDescriptor.Type, int) - Constructor for class oracle.pg.rdbms.OraclePgqlColumnDescriptorImpl
Constructor
OraclePgqlExecution - Class in oracle.pg.rdbms
This class implements the OraclePgqlStatement and OraclePgqlPreparedStatement interfaces for executing PGQL queries against graphs stored in Oracle Database.
OraclePgqlExecutionFactory - Class in oracle.pg.rdbms
This is a Factory class used to create OraclePgqlStatement and OraclePgqlPreparedStatement objects for executing PGQL queries against graphs stored in Oracle Database.
OraclePgqlExecutionFactory() - Constructor for class oracle.pg.rdbms.OraclePgqlExecutionFactory
 
OraclePgqlPreparedStatement - Interface in oracle.pg.rdbms
This object represents a pre-compiled PGQL statement.
OraclePgqlResult - Interface in oracle.pg.rdbms
Holds a single row in a PGQL query result.
OraclePgqlResultElement - Interface in oracle.pg.rdbms
Represents a single element in a PGQL query result row.
OraclePgqlResultElementImpl - Class in oracle.pg.rdbms
This class represents a single element in a PGQL query result
OraclePgqlResultImpl - Class in oracle.pg.rdbms
Holds a single row in a PGQL query result.
OraclePgqlResultIterable - Class in oracle.pg.rdbms
This class implements the Iterable interface for a PGQL result set.
OraclePgqlResultIteratorImpl - Class in oracle.pg.rdbms
This class implements an Iterator for a PGQL query result.
OraclePgqlResultSet - Interface in oracle.pg.rdbms
This interface provides a ResultSet for a PGQL query execution.
OraclePgqlResultSetImpl - Class in oracle.pg.rdbms
This class provides a ResultSet for a PGQL query execution.
OraclePgqlResultSetMetaData - Interface in oracle.pg.rdbms
Describes column meta data for a PGQL query result.
OraclePgqlResultSetMetaDataImpl - Class in oracle.pg.rdbms
This class describes column meta data for a PGQL query result.
OraclePgqlSqlTrans - Interface in oracle.pg.rdbms
Holds the SQL translation of a PGQL query.
OraclePgqlSqlTransImpl - Class in oracle.pg.rdbms
Class to hold the SQL translation of a PGQL query.
OraclePgqlSqlTransImpl(OraclePgqlColumnDescriptor[], StringBuffer, List<Object>) - Constructor for class oracle.pg.rdbms.OraclePgqlSqlTransImpl
Constructor
OraclePgqlStatement - Interface in oracle.pg.rdbms
This interface is used to execute a static PGQL query.
OraclePool - Class in oracle.pg.rdbms
This class is a wrapper of OracleDataSource.
OraclePool(OracleDataSource) - Constructor for class oracle.pg.rdbms.OraclePool
Constructs an OraclePool instance based on a given OracleDataSource object.
OraclePool(String, String, String, Properties) - Constructor for class oracle.pg.rdbms.OraclePool
Construct an OraclePool instance using the specified JDBC URL, user, password and connectionCacheProperties and a connection cache name.
OraclePool(String, String, String) - Constructor for class oracle.pg.rdbms.OraclePool
This method creates an OraclePool instance based on the given JDBC connection information.
OraclePool(String, String, String, Properties, String) - Constructor for class oracle.pg.rdbms.OraclePool
Constructs an OraclePool instance using the specified JDBC URL, user, password and connectionCacheProperties and a connection cache name.
OraclePropertyGraph - Class in oracle.pg.rdbms
This class implements the Blueprints Graph interface by using an Oracle backend.
OraclePropertyGraph.Sort - Enum in oracle.pg.rdbms
This enumeration denotes the sorting order for function getTopK
OraclePropertyGraphAnalytics - Interface in oracle.pg.rdbms
This interface defines analytical functions that are supported by OraclePropertyGraph
OraclePropertyGraphAnalyticsException - Exception in oracle.pg.rdbms
This class extends the generic OraclePropertyGraphException.
OraclePropertyGraphAnalyticsException() - Constructor for exception oracle.pg.rdbms.OraclePropertyGraphAnalyticsException
Constructs a OraclePropertyGraphAnalystException
OraclePropertyGraphAnalyticsException(String) - Constructor for exception oracle.pg.rdbms.OraclePropertyGraphAnalyticsException
Construct a OraclePropertyGraphAnalyticsException with the specified detail message.
OraclePropertyGraphAnalyticsException(String, Throwable) - Constructor for exception oracle.pg.rdbms.OraclePropertyGraphAnalyticsException
Construct a OraclePropertyGraphAnalyticsException with the specified detail message and nested exception.
OraclePropertyGraphAnalyticsException(Throwable) - Constructor for exception oracle.pg.rdbms.OraclePropertyGraphAnalyticsException
Construct a OraclePropertyGraphAnalyticsException with the specified nested exception.
OraclePropertyGraphBase - Class in oracle.pg.common
This class implements the Blueprints Graph interface on top of a supported backend database.
OraclePropertyGraphBase.OptimizationFlag - Enum in oracle.pg.common
This enum defines a set of optimization flags that can be used to influence the construction of Vertex or Edge objects during scans.
OraclePropertyGraphConfiguration - Class in oracle.pg.rdbms
This class implements the Rexster GraphConfiguration interface.
OraclePropertyGraphConfiguration() - Constructor for class oracle.pg.rdbms.OraclePropertyGraphConfiguration
 
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.rdbms
This class implements the logic to load a property graph (in Oracle-defined flat files format) into supported backend database.
OraclePropertyGraphDataLoader.LOADER_TYPE - Enum in oracle.pg.rdbms
This enumeration specifies the database utility used for graph loading: JDBC, SQL Loader or External Tables
OraclePropertyGraphDataLoader.MERGER_TYPE - Enum in oracle.pg.rdbms
This enumeration specifies the database utility used for graph merging: JDBC, SQL Loader or External Tables
OraclePropertyGraphDataLoader.SPLITTER_TYPE - Enum in oracle.pg.rdbms
This enumeration specifies the type of files to use when splitting the Oracle Flat-files into chunks for parallel data loading
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.rdbms
This class extends the Java RuntimeException.
OraclePropertyGraphException() - Constructor for exception oracle.pg.rdbms.OraclePropertyGraphException
Constructs a OraclePropertyGraphException
OraclePropertyGraphException(String) - Constructor for exception oracle.pg.rdbms.OraclePropertyGraphException
Construct a OraclePropertyGraphException with the specified detail message.
OraclePropertyGraphException(String, Throwable) - Constructor for exception oracle.pg.rdbms.OraclePropertyGraphException
Construct a OraclePropertyGraphException with the specified detail message and nested exception.
OraclePropertyGraphException(Throwable) - Constructor for exception oracle.pg.rdbms.OraclePropertyGraphException
Construct a OraclePropertyGraphException with the specified nested exception.
OraclePropertyGraphFeatures - Class in oracle.pg.rdbms
Oracle's extension of Features class
OraclePropertyGraphFeaturesBase - Class in oracle.pg.common
Oracle's extension of Features class
OraclePropertyGraphUtils - Class in oracle.pg.rdbms
This class contains utility functions to help manage property graphs stored in an Oracle Database.
OraclePropertyGraphUtils() - Constructor for class oracle.pg.rdbms.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(Version, String, Analyzer) - Constructor for class oracle.pg.text.lucene.OracleQueryParser
Creates a new OracleQueryParser object.
OracleQueryParser(Version, String, Analyzer, boolean) - Constructor for class oracle.pg.text.lucene.OracleQueryParser
Creates a new OracleQueryParser object.
OracleStats - Interface in oracle.pg.rdbms
This interface defines statistics related APIs that are supported by OraclePropertyGraph
OracleTextAutoIndex<T extends com.tinkerpop.blueprints.Element> - Class in oracle.pg.rdbms.index.oratext
This class implements the OracleAutoIndex interface to handle text search and text indexing using Oracle Text.
OracleTextAutoIndex(String, Class<T>, OraclePropertyGraphBase, Parameter[], boolean) - Constructor for class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
Constructs a new LuceneIndex object.
OracleTextIndexParameters - Class in oracle.pg.rdbms.index.oratext
This class manages relevant parameters for text indexing using Oracle Text.
OracleTextIndexParameters() - Constructor for class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
Creates a new OracleTextIndexParameters object.
OracleTextIndexParameters(Parameter[]) - Constructor for class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
Creates a new OracleTexIndexParameters object from an initial set of parameters.
OracleTextIndexParameters(List<Parameter>) - Constructor for class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
Creates a new OracleTextIndexParameters object from an initial set of parameters.
OracleTextParameters - Class in oracle.pg.rdbms.index.oratext
This class manages the parameters and utilities for Oracle Text index
OracleTextQueryObject - Class in oracle.pg.rdbms.index.oratext
This class defines a helper Query object used for querying K/V pairs indexed using an Oracle Text index.
OracleTextQueryObject.Direction - Enum in oracle.pg.rdbms.index.oratext
This enumeration denotes how results will be sorted based on their score value
OracleTextQueryObject.ScoreRange - Enum in oracle.pg.rdbms.index.oratext
This enumeration denotes the if the results should be filtered based on a positive or negative score
OracleVertex - Class in oracle.pg.rdbms
This class implements the Blueprints Vertex and Element interface by using an Oracle backend.
OracleVertexBase - Interface in oracle.pg.common
This class implements the Blueprints Vertex interface on top of a supported backed database
OracleVertexFilterIterableImpl - Class in oracle.pg.rdbms
This class implements the Iterable interface for filtered vertices.
OracleVertexFilterIteratorImpl - Class in oracle.pg.rdbms
This class implements the Iterator interface for filtering vertices based on a specified VertexFilterCallback.
OracleVertexIterableImpl - Class in oracle.pg.rdbms
This class implements the Iterable interface for vertices.
OracleVertexIterableImpl(OraclePropertyGraph, ResultSet) - Constructor for class oracle.pg.rdbms.OracleVertexIterableImpl
A package level constructor.
OracleVertexIteratorImpl - Class in oracle.pg.rdbms
This class implements the Iterator interface for vertices.
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
ORDER_BY_MODE - Static variable in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
orderBySDE() - Method in class oracle.pg.rdbms.Parameters
Return true if edge results will be ordered by SDE
OrderedEdgeIdIteratorImpl - Class in oracle.pg.rdbms
This class implements the Iterator interface for edges ordered by ID
OrderedVertexIdIteratorImpl - Class in oracle.pg.rdbms
This class implements the Iterator interface for vertices ordered by ID
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.

P

pad(Long, int, char) - Static method in class oracle.pg.rdbms.DataChange
Adds a padding to the String representation of a Long using a character-
pad(String, int, char) - Static method in class oracle.pg.rdbms.DataChange
Adds a padding to the given string using a character-
pageRank(StringBuilder, StringBuilder, StringBuilder, StringBuilder, float, int, float, int, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method calculates the page rank values of vertices in this graph.
pageRank(Connection, String, StringBuilder, StringBuilder, StringBuilder, StringBuilder, float, int, float, int, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
This method calculates the page rank values of vertices in the given graph.
pageRank(StringBuilder, StringBuilder, StringBuilder, StringBuilder, float, int, float, int, String, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method calculates the page rank values of vertices in this graph.
pageRankCleanup(StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method does cleanup work before running page rank calculation.
pageRankCleanup(StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method does cleanup work before running page rank calculation.
pageRankPrep(StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method does preparation work before running page rank calculation.
pageRankPrep(StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method does preparation work before running page rank calculation.
parallelExecuteStatements(PreparedStatement[]) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Executes the given statements in parallel and returns an array of result sets from each statement.
Parameters - Class in oracle.pg.rdbms
An Oracle Utility to get additional property graph configuration settings taken from JVM settings.
Parameters() - Constructor for class oracle.pg.rdbms.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
parseValueToCharSQLFormatString(Object) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Parses a numeric or datetime value object into the String format required by SQL (Oracle Text) using the CharSQL formats used in this property graph instance.
pgName - Variable in class oracle.pg.rdbms.pgql.QueryContext
 
PgqlToSqlException - Exception in oracle.pg.rdbms.pgql
 
PgqlToSqlException() - Constructor for exception oracle.pg.rdbms.pgql.PgqlToSqlException
Constructs a PgqlToSqlException
PgqlToSqlException(String) - Constructor for exception oracle.pg.rdbms.pgql.PgqlToSqlException
Construct a PgqlToSqlException with the specified detail message.
PgqlToSqlException(String, Throwable) - Constructor for exception oracle.pg.rdbms.pgql.PgqlToSqlException
Construct a PgqlToSqlException with the specified detail message and nested exception.
PgqlToSqlException(Throwable) - Constructor for exception oracle.pg.rdbms.pgql.PgqlToSqlException
Construct a PgqlToSqlException with the specified nested exception.
PgqlTranslator - Class in oracle.pg.rdbms.pgql
This class is the main driver for PGQL-to-SQL translation
PgqlTranslator.TraversalStruct - Class in oracle.pg.rdbms.pgql
Series of Maps used to generate SQL for a PGQL query
PgqlTranslator.ValuePair - Class in oracle.pg.rdbms.pgql
Immutable pair of String values
PgqlUtils - Class in oracle.pg.rdbms.pgql
This class contains utility methods for PGQL translation
PgqlUtils() - Constructor for class oracle.pg.rdbms.pgql.PgqlUtils
 
PGUtils - Class in oracle.pg.rdbms
A helpful utility to create property graph views (vertex and edge views) from an RDF model stored in an Oracle Database
PGUtils() - Constructor for class oracle.pg.rdbms.PGUtils
 
PGUtils.RDFPredicate - Class in oracle.pg.rdbms
This class defines how to map RDF predicates to property graph attributes/keys
PIPEDSTREAM - Static variable in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
 
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
PREF_OWNER_PARAMETER - Static variable in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
This constant denotes the parameter for the owner of the preferences
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.
prepareStatement(OraclePropertyGraph, String) - Static method in class oracle.pg.rdbms.OraclePgqlExecutionFactory
Creates a new OraclePgqlPreparedStatement object, which represents a pre-compiled PGQL statement.
prepareTwoTablesGraphEdgeTab(Connection, String, String, List<String>, List<PropertyType>, String, String, boolean) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Creates and prepares an Edge table representing all the edges in a graph using a Two Tables approach.
prepareTwoTablesGraphEdgeTab(Connection, String, String, List<String>, List<PropertyType>, String, String, boolean, Map<String, String>) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Creates and prepares an Edge table representing all the edges in a graph using a Two Tables approach.
prepareTwoTablesGraphEdgeTab(Connection, String, String, List<String>, List<PropertyType>, String, String, boolean, Map<String, String>, IdType, IdType) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Creates and prepares an Edge table representing all the edges in a graph using a Two Tables approach.
prepareTwoTablesGraphEdgeTab(Connection, String, String, List<String>, List<PropertyType>, String, String, boolean, Map<String, String>, IdType, IdType, boolean) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Creates and prepares an Edge table representing all the edges in a graph using a Two Tables approach.
prepareTwoTablesGraphEdgeTab(Connection, String, String, List<String>, List<PropertyType>, String, String, boolean, Map<String, String>, IdType, IdType, boolean, boolean) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Creates and prepares an Edge table representing all the edges in a graph using a Two Tables approach.
prepareTwoTablesGraphVertexTab(Connection, String, String, List<String>, List<PropertyType>, String, String, boolean) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Creates and prepares a Vertex table representing all the vertices in a graph using a TwoTables approach.
prepareTwoTablesGraphVertexTab(Connection, String, String, List<String>, List<PropertyType>, String, String, boolean, Map<String, String>) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Creates and prepares a Vertex table representing all the vertices in a graph using a TwoTables approach.
prepareTwoTablesGraphVertexTab(Connection, String, String, List<String>, List<PropertyType>, String, String, boolean, Map<String, String>, IdType) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Creates and prepares a Vertex table representing all the vertices in a graph using a TwoTables approach.
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.
processBindVariables(String) - Method in class oracle.pg.rdbms.pgql.BindValueInfo
Returns a new String that is the result of replacing all encoded bind variables in pgqlToSqlString with "?".
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.
PROJECT_MODE - Static variable in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
put(String, Object, T) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Indexes an element with respect to the specified key and value.
put(String, Object, T, OracleIndexWriter[]) - Method in class oracle.pg.text.lucene.LuceneAutoIndex
Indexes an element with respect to the specified key and value.
put(String, Object, T) - Method in class oracle.pg.text.lucene.LuceneIndex
Indexes an element by a key and a value.
put(String, Object, T, OracleIndexWriter[]) - Method in class oracle.pg.text.lucene.LuceneIndex
Indexes an element by a key and a value.
put(String, Object, T, CloudSolrServer) - Method in class oracle.pg.text.solr.SolrAutoIndex
Indexes an element with respect to the specified key and value 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, CloudSolrServer) - Method in class oracle.pg.text.solr.SolrIndex
Indexes an element by a key and a value.
putEdgeJoin(String, List<int[]>) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
 
putPropAlias(PgqlTranslator.ValuePair, String) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
 
putTableNameForId(String, String[]) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
 
putVarAlias(String, String[]) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
 
putVarId(String, String) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
 
putVarProp(String, Set<String>) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
 

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(String, Object) - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
Query for all the elements satisfying the specified K/V property within the index
query(String, Object, boolean) - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
Query for all the elements satisfying the specified K/V property within the index
query() - Method in class oracle.pg.rdbms.OracleVertex
Generates 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
QueryContext - Class in oracle.pg.rdbms.pgql
This class serves as a simple data structure to hold various attributes used during PGQL-to-SQL translation
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.
quietlyCloseCloudSolrServer(CloudSolrServer) - Static method in class oracle.pg.text.solr.SolrIndexUtils
Closes the specified CloudSolrServer object
quietlyCloseConnections(Oracle[], Connection[]) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Quietly close an array of Oracle objects handling connections to an Oracle Database.
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.
quietlyCloseResultSetAndStmt(ResultSet, Statement) - Static method in class oracle.pg.rdbms.OracleElementIteratorImpl
This method will close (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.
quietlyCloseStmt(Statement) - Static method in class oracle.pg.rdbms.OracleElementIteratorImpl
 
quietlyShutdown(OraclePropertyGraphBase) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
Quietly shutdown a property graph.
quietlyShutdown(OraclePropertyGraph) - Method in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
 

R

RDBMSIndexManager - Class in oracle.pg.rdbms
A single point for accessing all vertex and edge indices of a specific OraclePropertyGraph object.
RDBMSIndexManager(OraclePropertyGraph) - Constructor for class oracle.pg.rdbms.RDBMSIndexManager
Creates a new RDBMSIndexManager object, handling external indexes associated to the specified property graph.
RDBMSLuceneDirectory - Class in oracle.pg.rdbms.index.lucene
This class extends OracleDirectory to provide support for multiple directories in Apache Lucene using JDBC directory or FS Directories
RDBMSLuceneEdgeAutoIndex - Class in oracle.pg.rdbms.index.lucene
This class extends the functions defined in LuceneEdgeAutoIndex to handle an automatic index on edges using Apache Lucene.
RDBMSLuceneEdgeAutoIndex(String, OraclePropertyGraph, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.rdbms.index.lucene.RDBMSLuceneEdgeAutoIndex
Constructs a new RDBMSLuceneEdgeAutoIndex object.
RDBMSLuceneEdgeIndex - Class in oracle.pg.rdbms.index.lucene
This class extends the functions defined in LuceneEdgeIndex to handle a manual index on edges using Apache Lucene.
RDBMSLuceneEdgeIndex(String, OraclePropertyGraph, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.rdbms.index.lucene.RDBMSLuceneEdgeIndex
Constructs a new RDBMSLuceneEdgeIndex object.
RDBMSLuceneIndexParameters - Class in oracle.pg.rdbms.index.lucene
This class manages relevant parameters for text indexing
RDBMSLuceneIndexParameters() - Constructor for class oracle.pg.rdbms.index.lucene.RDBMSLuceneIndexParameters
Creates a new RDBMSLuceneIndexParameters object.
RDBMSLuceneIndexParameters(Parameter[]) - Constructor for class oracle.pg.rdbms.index.lucene.RDBMSLuceneIndexParameters
Creates a new RDBMSIndexParams object from an initial set of parameters.
RDBMSLuceneIndexParameters(List<Parameter>) - Constructor for class oracle.pg.rdbms.index.lucene.RDBMSLuceneIndexParameters
Creates a new RDBMSIndexParams object from an initial set of parameters.
RDBMSLuceneVertexAutoIndex - Class in oracle.pg.rdbms.index.lucene
This class extends the functions defined in LuceneVertexAutoIndex to handle an automatic index on vertices using Apache Lucene.
RDBMSLuceneVertexAutoIndex(String, OraclePropertyGraph, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.rdbms.index.lucene.RDBMSLuceneVertexAutoIndex
Constructs a new RDBMSLuceneVertexAutoIndex object.
RDBMSLuceneVertexIndex - Class in oracle.pg.rdbms.index.lucene
This class extends the functions defined in LuceneVertexIndex to handle a manual index on vertices using Apache Lucene.
RDBMSLuceneVertexIndex(String, OraclePropertyGraph, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.rdbms.index.lucene.RDBMSLuceneVertexIndex
Constructs a new RDBMSLuceneVertexIndex object.
RDBMSOracleTextEdgeAutoIndex - Class in oracle.pg.rdbms.index.oratext
This class extends the functions defined in OracleTextAutoIndex to handle an automatic index on edges using Oracle Text.
RDBMSOracleTextEdgeAutoIndex(String, OraclePropertyGraph, Parameter[], boolean) - Constructor for class oracle.pg.rdbms.index.oratext.RDBMSOracleTextEdgeAutoIndex
Constructs a new RDBMSOracleTextEdgeAutoIndex object.
RDBMSOracleTextVertexAutoIndex - Class in oracle.pg.rdbms.index.oratext
This class extends the functions defined in OracleTextAutoIndex to handle an automatic index on vertices using Oracle Text.
RDBMSOracleTextVertexAutoIndex(String, OraclePropertyGraph, Parameter[], boolean) - Constructor for class oracle.pg.rdbms.index.oratext.RDBMSOracleTextVertexAutoIndex
Constructs a new RDBMSOracleTextVertexAutoIndex object.
RDBMSSolrEdgeAutoIndex - Class in oracle.pg.rdbms.index.solr
This class extends the functions defined in SolrEdgeAutoIndex to handle an automatic index on edges using SolrCloud.
RDBMSSolrEdgeAutoIndex(String, OraclePropertyGraph, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.rdbms.index.solr.RDBMSSolrEdgeAutoIndex
Constructs a new RDBMSSolrEdgeAutoIndex object.
RDBMSSolrVertexAutoIndex - Class in oracle.pg.rdbms.index.solr
This class extends the functions defined in SolrVertexAutoIndex to handle an automatic index on vertices using SolrCloud
RDBMSSolrVertexAutoIndex(String, OraclePropertyGraph, Parameter<String, Object>[], boolean) - Constructor for class oracle.pg.rdbms.index.solr.RDBMSSolrVertexAutoIndex
Constructs a new RDBMSSolrVertexAutoIndex object.
readBinaryInMemGraphSnapshot(String, String, Connection, OutputStream[], long, int) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads an In-Memory Graph Snapshot (binary file) from the snapshot SS$ table and writes it into the given outputstream.
readCsvRecord(BufferedReader, boolean, char) - Static method in class oracle.pg.common.csvconverter.OraclePropertyGraphCSVConverter
Reads a CSV Record with the BufferedReader br.
readObjFromResultSet(ResultSet, int) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Reads a few columns: T, V, VN, VT from the result set and constructs an Object (V in a K/V pair) depending on the actual object type.
readTwoTablesGraphEdgeAndProperties(Connection[], String, String, int, int) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Gets an array of ResultSet objects that hold all the edges in the edge (from Two Tables approach).
readTwoTablesGraphEdgeAndProperties(Connection[], String, String, List<String>, int, int) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Gets an array of ResultSet objects that hold all the edges in the edge (from Two Tables approach).
readTwoTablesGraphEdgeAndProperties(Connection[], String, String, List<String>, int, int, Map<String, String>) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Gets an array of ResultSet objects that hold all the edges in the edge (from Two Tables approach).
readTwoTablesGraphEdgeAndProperties(Connection[], String, String, List<String>, int, int, Map<String, String>, IdType) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Gets an array of ResultSet objects that hold all the edges in the edge (from Two Tables approach).
readTwoTablesGraphEdgeAndProperties(Connection[], String, String, List<String>, int, int, Map<String, String>, IdType, boolean) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Gets an array of ResultSet objects that hold all the edges in the edge (from Two Tables approach).
readTwoTablesGraphEdgeAndProperties(Connection[], String, String, List<String>, int, int, Map<String, String>, IdType, boolean, boolean, IdType) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Gets an array of ResultSet objects that hold all the edges in the edge (from Two Tables approach).
readTwoTablesGraphVertexAndProperties(Connection[], String, String, int, int) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Gets an array of ResultSet objects that hold all the vertices in the vertex (from Two Tables approach).
readTwoTablesGraphVertexAndProperties(Connection[], String, String, List<String>, int, int) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Gets an array of ResultSet objects that hold all the vertices in the vertex (from Two Tables approach).
readTwoTablesGraphVertexAndProperties(Connection[], String, String, List<String>, int, int, Map<String, String>) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Gets an array of ResultSet objects that hold all the vertices in the vertex (from Two Tables approach).
readTwoTablesGraphVertexAndProperties(Connection[], String, String, List<String>, int, int, Map<String, String>, IdType) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Gets an array of ResultSet objects that hold all the vertices in the vertex (from Two Tables approach).
rebuildAllIndexPartitions(String, int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Rebuilds all the index partitions for the given database index.
rebuildEdgeTableConstraints(List<String>, int, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method rebuilds all the database constraints of the edge table.
rebuildEdgeTableIndices(List<String>, int, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Rebuilds all database indices of the edge table.
rebuildIndex() - Method in class oracle.pg.rdbms.OracleDataLoaderConfig
Gets the flag to disable indexes/constraints on the tables before loading data into the tables, and enable indexes/constraints on the tables after loading data into the tables
rebuildVertexTableConstraints(List<String>, int, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Rebuilds all the database constraints of the vertex table.
rebuildVertexTableIndices(List<String>, int, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Rebuilds all database indices of the vertex table.
refresh() - Method in class oracle.pg.rdbms.OracleElement
Re-reads 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
refreshIndex(long, long) - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneEdgeAutoIndex
Auto-refresh an index based on all insert/deletes between the specified start and end SCN.
refreshIndex(long, long) - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneEdgeIndex
Refresh an index based on all insert/deletes between the specified start and end SCN.
refreshIndex(long, long) - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneVertexAutoIndex
Auto-refresh an index based on all insert/deletes between the specified start and end SCN.
refreshIndex(long, long) - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneVertexIndex
Auto-refresh an index based on all insert/deletes between the specified start and end SCN.
refreshIndex(long, long) - Method in class oracle.pg.rdbms.index.solr.RDBMSSolrEdgeAutoIndex
Auto-refresh an index based on all insert/deletes between the specified start and end SCN.
refreshIndex(long, long) - Method in class oracle.pg.rdbms.index.solr.RDBMSSolrVertexAutoIndex
Auto-refresh an index based on all insert/deletes between the specified start and end SCN.
refreshIndices(long, long) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Refreshes all the text indices based on the changes done during the given SCN window.
refreshIndices(long, long) - Method in class oracle.pg.rdbms.RDBMSIndexManager
Refresh all stored indices
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
REGULARFILE - Static variable in class oracle.pg.rdbms.OraclePropertyGraphDataLoader
 
REINDEX_NUM_CONNS_PARAMETER - Static variable in class oracle.pg.text.OracleIndexParameters
This constant denotes the parameter for the number of connections to the property graph used when indexing data
reindexElements(String) - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextEdgeAutoIndex
Re-index the elements of the associated property graph based on the specified keys.
reindexElements(String) - Method in class oracle.pg.rdbms.index.oratext.RDBMSOracleTextVertexAutoIndex
Re-index the elements of the associated property graph based on the specified keys.
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(String[]) - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneEdgeAutoIndex
Re-index all elements over a non-partitioned graph.
reindexElementsPartitioned(String[]) - Method in class oracle.pg.rdbms.index.lucene.RDBMSLuceneVertexAutoIndex
Re-index all elements over a non-partitioned graph.
reindexElementsPartitioned(String[]) - Method in class oracle.pg.rdbms.index.solr.RDBMSSolrEdgeAutoIndex
Re-index all elements over a non-partitioned graph.
reindexElementsPartitioned(String[]) - Method in class oracle.pg.rdbms.index.solr.RDBMSSolrVertexAutoIndex
Re-index all elements over a non-partitioned graph.
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.
releaseConnection(OracleConnection) - Method in class oracle.pg.rdbms.OraclePool
Release the given connection by closing the connection and freeing up the resources.
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.rdbms.OracleEdge
Removes this edge from its underlying graph.
remove() - Method in class oracle.pg.rdbms.OracleEdgeFilterIteratorImpl
The remove operation is not supported by this implementation of Iterator
remove() - Method in class oracle.pg.rdbms.OracleVertex
Removes this vertex from its underlying graph.
remove() - Method in class oracle.pg.rdbms.OracleVertexFilterIteratorImpl
The remove operation is not supported by this implementation of Iterator
remove(T) - Method in class oracle.pg.text.lucene.LuceneIndex
Deletes a element from this index
remove(String, Object, T) - Method in class oracle.pg.text.lucene.LuceneIndex
Removes an element indexed by a particular key/value.
remove(String, Object, T, OracleIndexWriter[]) - Method in class oracle.pg.text.lucene.LuceneIndex
Removes an element indexed by a particular key/value.
remove(String, Object, Class, T, OracleIndexWriter[]) - Method in class oracle.pg.text.lucene.LuceneIndex
Removes an element indexed by a particular key/value.
remove(T) - Method in interface oracle.pg.text.OracleIndex
Deletes an element from this index
remove(Object) - Method in class oracle.pg.text.OracleIndexManager
Removes the specified element from all the indices handled by this OracleIndex Manager object.
remove(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, CloudSolrServer) - Method in class oracle.pg.text.solr.SolrIndex
Removes an element indexed by a particular key/value.
remove(String, Object, Class, T, CloudSolrServer) - Method in class oracle.pg.text.solr.SolrIndex
Removes an element indexed by a particular key/value.
removeAll(String) - Method in class oracle.pg.text.lucene.LuceneIndex
Removes all the elements from the index matching the specified key.
removeAll(String, OracleIndexWriter[]) - Method in class oracle.pg.text.lucene.LuceneIndex
Removes all the elements from the index matching the specified key.
removeAll(String) - Method in interface oracle.pg.text.OracleIndex
Removes all the elements from the index matching the specified key.
removeAll(String) - Method in class oracle.pg.text.solr.SolrIndex
Removes all the elements from the index matching the specified key.
removeAttributeFromAllEdges(EdgeOpCallback) - Method in class oracle.pg.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.rdbms.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.rdbms.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.rdbms.OraclePropertyGraph
Removes the provided edge from the graph.
removeProperty(String) - Method in class oracle.pg.rdbms.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.rdbms.OraclePropertyGraph
Removes the provided vertex from the graph.
renameGraph(Oracle, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Renames the property graph (including its associated tables) to the specified graph name (if it does not exists or is not empty).
renameGraph(Oracle, String, String, boolean, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Renames the property graph (including its associated tables) to the specified graph name (if it does not exists or is not empty).
REP_FACTOR_PARAMETER - Static variable in class oracle.pg.text.solr.SolrIndexParameters
This constant denotes the replication factor used in the SolrCloud collection.
reportDataLoaderFrequency() - Method in class oracle.pg.common.SimpleLogBasedDataLoaderListenerImpl
Returns a positive integer as the frequency of progress reporting.
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
rollback() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Rollbacks the operations done to this property graph instance
rollbackTransaction() - Method in class oracle.pg.rdbms.Oracle
Rolls back changes made through this Oracle connection.
run() - Method in class oracle.pg.common.OracleFileSplitter
Execute the splitting of the given files into array of outputstreams

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
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
setBoolean(int, boolean) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Sets the designated parameter to the given Java boolean value.
setBoolean(int, boolean) - Method in interface oracle.pg.rdbms.OraclePgqlPreparedStatement
Sets the designated parameter to the given Java boolean value.
setBoolean(int, boolean) - Method in class oracle.pg.rdbms.pgql.BindValueInfo
Sets the designated parameter to the given Java boolean value.
setCtams(ColumnToAttrMapping[]) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfigBase
Setter for the ColumnToAttrMapping array
setDataLoaderListener(DataLoaderListener) - Method in class oracle.pg.common.OracleFileSplitterConfig
Set the data loader listener associated to this configuration object
setDatatypeClass(Class) - Method in class oracle.pg.rdbms.index.oratext.OracleTextQueryObject
Set the data type used for filtering the key/value pairs matching the given OracleTextQueryObject
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.
setDefaultDOPPerPtn(int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method sets the default DOP used for partition-wise scan.
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.
setDirOrSqlldrPath(String) - Method in class oracle.pg.rdbms.OracleDataLoaderConfig
Specifies the database directory or SQL loader path to use for parallel data loading.
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.
setDouble(int, double) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Sets the designated parameter to the given Java double value.
setDouble(int, double) - Method in interface oracle.pg.rdbms.OraclePgqlPreparedStatement
Sets the designated parameter to the given Java double value.
setDouble(int, double) - Method in class oracle.pg.rdbms.pgql.BindValueInfo
Sets the designated parameter to the given Java double value.
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
 
setFetchSize(int) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Sets the number of rows that should be fetched from the database when more rows are needed for a query result.
setFetchSize(int) - Method in interface oracle.pg.rdbms.OraclePgqlStatement
Sets the number of rows that should be fetched from the database when more rows are needed for a query result.
setFloat(int, float) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Sets the designated parameter to the given Java float value.
setFloat(int, float) - Method in interface oracle.pg.rdbms.OraclePgqlPreparedStatement
Sets the designated parameter to the given Java float value.
setFloat(int, float) - Method in class oracle.pg.rdbms.pgql.BindValueInfo
Sets the designated parameter to the given Java float value.
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
setInt(int, int) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Sets the designated parameter to the given Java int value.
setInt(int, int) - Method in interface oracle.pg.rdbms.OraclePgqlPreparedStatement
Sets the designated parameter to the given Java int value.
setInt(int, int) - Method in class oracle.pg.rdbms.pgql.BindValueInfo
Sets the designated parameter to the given Java int value.
setKeepOriginalID(boolean) - Method in class oracle.pg.common.csvconverter.CSV2OPGConfig
Setter for the keepOriginalID property.
setKey(String) - Method in class oracle.pg.rdbms.index.oratext.OracleTextQueryObject
Set the key used for filtering the key/value pairs matching the given OracleTextQueryObject
setLabel(String, String) - Method in class oracle.pg.rdbms.Oracle
Sets the label for the current session.
setLabel(String) - Method in class oracle.pg.rdbms.OracleEdge
Set the label associated with the edge.
setLabel(String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Sets the label for the current session.
setLabel(String) - Method in class oracle.pg.rdbms.PGUtils.RDFPredicate
This method sets the name of the property graph attributes/key
setLocale(Locale) - Method in class oracle.pg.common.LocalizedMessage
Sets the Locale that will be used to deliver this message.
setLocale() - Static method in class oracle.pg.rdbms.Oracle
Set default locale using two Jena Adaptor specific JAVA VM properties
setLong(int, long) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Sets the designated parameter to the given Java long value.
setLong(int, long) - Method in interface oracle.pg.rdbms.OraclePgqlPreparedStatement
Sets the designated parameter to the given Java long value.
setLong(int, long) - Method in class oracle.pg.rdbms.pgql.BindValueInfo
Sets the designated parameter to the given Java long value.
setNumberToCharSqlFormatString(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Sets the Char SQL Format used to format a number into a string
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.
setOptions(String) - Method in class oracle.pg.rdbms.OracleDataLoaderConfig
Set the additional options for data loading DML and DDL operations
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.rdbms.OracleElement
Sets 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.
setPGViewOnRDFFlag(boolean) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Specifies if this property graph instance comes from a Property Graph view over RDF data
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.rdbms.OracleEdge
Assign a key/value property to the element.
setProperty(String, Object, boolean) - Method in class oracle.pg.rdbms.OracleEdge
Assign a key/value property to the element.
setProperty(String, Object) - Method in class oracle.pg.rdbms.OracleElement
Assigns a key/value property to the element.
setProperty(String, Object, boolean) - Method in class oracle.pg.rdbms.OracleElement
Assigns a key/value property to the element.
setProperty(String, Object, boolean, boolean) - Method in class oracle.pg.rdbms.OracleElement
Assigns a key/value property to the element.
setPropertyCommon(String, Object, boolean) - Method in class oracle.pg.rdbms.OracleElement
Assigns 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.rdbms.OracleEdge
Sets the property graph instance associated to this element
setPropertyGraph(OraclePropertyGraphBase) - Method in class oracle.pg.rdbms.OracleVertex
Sets the property graph instance associated to this element
setQueryFetchSize(int) - Method in class oracle.pg.rdbms.OracleCommonIteratorImpl
Set the fetch size to use when processing the results from the database
setQueryFetchSize(int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Sets the query fetch size used when scanning the vertex and edge tables
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.
setRebuildIndex(boolean) - Method in class oracle.pg.rdbms.OracleDataLoaderConfig
Sets the flag to disable indexes/constraints on the tables before loading data into the tables, and enable indexes/constraints on the tables after loading data into the tables
setRowLabel(String, String) - Method in class oracle.pg.rdbms.Oracle
Sets the row label for the current session.
setRowLabel(String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Sets the row label for the current session.
setRowPrefetch(int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Sets the number of rows to prefetch when executing a SQL query over the Property graph data tables
setSessionQueryDOP(Connection, int) - Static method in class oracle.pg.rdbms.Oracle
Sets the degree of parallel query execution at the session level.
setSessionQueryDOP(int) - Method in class oracle.pg.rdbms.Oracle
Sets the degree of parallel query execution at the session level.
setSessionQueryDOP(int) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Sets the degree of parallel query execution at the session level.
setSkipFormNCharSettingForTextQuery(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method sets a flag for skipFormNCharSettingForTextQuery
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
setSplittedFilePrefix(String) - Method in class oracle.pg.rdbms.OracleDataLoaderConfig
Sets the prefix used for splitted files (chunk files)
setSplitterFlag(OraclePropertyGraphDataLoader.SPLITTER_TYPE) - Method in class oracle.pg.rdbms.OracleDataLoaderConfig
Sets the splitter type to use for data loading
setString(int, String) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Sets the designated parameter to the given Java String value.
setString(int, String) - Method in interface oracle.pg.rdbms.OraclePgqlPreparedStatement
Sets the designated parameter to the given Java String value.
setString(int, String) - Method in class oracle.pg.rdbms.pgql.BindValueInfo
Sets the designated parameter to the given Java String value.
setSvidColumnName(String) - Method in class oracle.pg.common.csvconverter.CSV2OPEConfig
Setter for the column name that will be used as SVID.
setTablespace(String) - Method in class oracle.pg.rdbms.OracleDataLoaderConfig
Sets the tablespace where the graph tables will be created
setTimestamp(int, Timestamp) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Sets the designated parameter to the given Java Timestamp value.
setTimestamp(int, Timestamp) - Method in interface oracle.pg.rdbms.OraclePgqlPreparedStatement
Sets the designated parameter to the given Java Timestamp value.
setTimestamp(int, Timestamp) - Method in class oracle.pg.rdbms.pgql.BindValueInfo
Sets the designated parameter to the given Java Timestamp value.
setTimeToCharSqlFormatString(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Sets the Char SQL Format used to format a datetime into a string
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.
setURI(String) - Method in class oracle.pg.rdbms.PGUtils.RDFPredicate
This method sets the URI of the RDF predicate
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.
setVTE(Date) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Set the end valid time used in the property graph
setVTS(Date) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Set the start valid time used in the property graph
setWeight(Double) - Method in class oracle.pg.rdbms.PGUtils.RDFPredicate
This method sets the weight of the property graph edge, only applicable to edges
shortestPath(OracleVertex, OracleVertex, StringBuilder) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns a shortest path in a string format.
shortestPath(OracleVertex, OracleVertex, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns a shortest path in a string format.
shortestPath(Long, Long, StringBuilder) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns a shortest path in a string format.
shortestPath(Long, Long, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns a shortest path in a string format.
shortestPath(Long, Long, StringBuilder, String, StringBuilder, String, Long) - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns a shortest path in a string format.
shortestPath(Connection, String, Long, Long, StringBuilder, StringBuilder, String, Long) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
Returns a shortest path in a string format.
shortestPath(OracleVertex, OracleVertex, StringBuilder) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method returns a shortest path in a string format.
shortestPath(OracleVertex, OracleVertex, StringBuilder, StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method returns a shortest path in a string format.
shortestPath(Long, Long, StringBuilder) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method returns a shortest path in a string format.
shortestPath(Long, Long, StringBuilder, StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method returns a shortest path in a string format.
shortestPath(Long, Long, StringBuilder, String, StringBuilder, String, Long) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method returns a shortest path in a string format.
shortestPathCleanup(StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method does clean up after running shortest path calculations.
shortestPathCleanup(StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method does clean up after running shortest path calculations.
shortestPathPrep(StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method does some preparation work before running one or multiple shortest path calculations.
shortestPathPrep(StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
This method does some preparation work before running one or multiple shortest path calculations.
showProgress() - Method in class oracle.pg.common.ParametersBase
Determines if the show progress logging is enabled
showProgress() - Method in class oracle.pg.rdbms.Parameters
 
shutdown() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Commits all the queued operations and properly closes 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() - 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.
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.
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.
sparsifyGraph(float, int, int, StringBuilder, StringBuilder, StringBuilder, StringBuilder, String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method sparsifies this graph instance (treated as undirected).
sparsifyGraph(Connection, String, float, int, int, StringBuilder, StringBuilder, StringBuilder, StringBuilder, String, String) - Static method in class oracle.pg.rdbms.OraclePropertyGraph
This method sparsifies a given graph (treated as undirected).
sparsifyGraphCleanup(StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method does cleanup work before running graph sparsification.
sparsifyGraphPrep(StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
This method does preparation work before running graph sparsification.
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.
STOP_LIST_PARAMETER - Static variable in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
This constant denotes the stop list preference specifying the list of words that are not meant to be indexed
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.rdbms.RDBMSIndexManager
Removes the specified key 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.
STORAGE_PARAMETER - Static variable in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
This constant denotes a storage preference specifying the table space and creation parameters for tables associated with a text index
storeBinaryInMemGraphSnapshot(String, String, Connection, InputStream, long, int) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Stores an In-Memory Graph Snapshot (binary file) into the snapshot SS$ table.
storeBinaryInMemGraphSnapshot(String, String, Connection, InputStream, long, long, int) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Stores an In-Memory Graph Snapshot (binary file) into the snapshot SS$ table.
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.
supportsElementProperties() - Method in class oracle.pg.common.OraclePropertyGraphFeaturesBase
Checks whether the graph supports both vertex and edge properties.
syncCache() - Method in class oracle.pg.common.ParametersBase
Returns true if the underlying vertex cache and edge cache are synchronized

T

toMap() - Method in class oracle.pg.common.OraclePropertyGraphFeaturesBase
Return the map representation of this object.
toString() - Method in class oracle.pg.common.LocalizedMessage
Returns the string representation of the message
toString() - Method in class oracle.pg.common.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.rdbms.EdgeChange
Returns a readable form of this vertex change
toString() - Method in class oracle.pg.rdbms.OracleEdge
Returns a String representation of the Edge
toString() - Method in class oracle.pg.rdbms.OraclePgqlColumnDescriptorImpl
 
toString() - Method in class oracle.pg.rdbms.OraclePgqlResultElementImpl
Creates a string for this result element.
toString() - Method in class oracle.pg.rdbms.OraclePgqlResultImpl
toString method for debug printing.
toString() - Method in class oracle.pg.rdbms.OraclePgqlSqlTransImpl
 
toString() - Method in class oracle.pg.rdbms.OraclePropertyGraph
Returns a very succinct String representation of this Graph instance
toString() - Method in class oracle.pg.rdbms.OracleVertex
Returns a String format of the vertex instance.
toString() - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
toString() method
toString() - Method in class oracle.pg.rdbms.pgql.PgqlTranslator.ValuePair
 
toString() - Method in class oracle.pg.rdbms.pgql.QueryContext
toString method for dumping contents
toString() - Method in class oracle.pg.rdbms.VertexChange
Returns a readable form of this vertex change
toString() - Method in class oracle.pg.text.OracleIndexParameters
String utility to print out all index parameters.
translateIntoChangeAction(String) - Static method in class oracle.pg.rdbms.DataChange
Parses a given string into a ChangeAction object.
translateQuery(String) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Translates this instance's PGQL statement into a SQL statement.
translateQuery(String, String) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Translates this instance's PGQL statement into a SQL statement.
translateQuery(int, int, int, String) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Translates this instance's PGQL statement into a SQL statement.
translateQuery(String, int, int, int, String) - Method in class oracle.pg.rdbms.OraclePgqlExecution
Translates this instance's PGQL statement into a SQL statement.
translateQuery(String) - Method in interface oracle.pg.rdbms.OraclePgqlPreparedStatement
Translates this instance's PGQL statement into a SQL statement.
translateQuery(int, int, int, String) - Method in interface oracle.pg.rdbms.OraclePgqlPreparedStatement
Translates this instance's PGQL statement into a SQL statement.
translateQuery(String, String) - Method in interface oracle.pg.rdbms.OraclePgqlStatement
Translates this instance's PGQL statement into a SQL statement.
translateQuery(String, int, int, int, String) - Method in interface oracle.pg.rdbms.OraclePgqlStatement
Translates this instance's PGQL statement into a SQL statement.
translateQuery(String) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator
main query translation method
translateQuery(String, BindValueInfo) - Method in class oracle.pg.rdbms.pgql.PgqlTranslator
main query translation method
transMode - Variable in class oracle.pg.rdbms.pgql.ExprContext
 
TraversalStruct() - Constructor for class oracle.pg.rdbms.pgql.PgqlTranslator.TraversalStruct
Constructor
tStruct - Variable in class oracle.pg.rdbms.pgql.ExprContext
 
TYPE_DT_BOOL - Static variable in interface oracle.pg.common.MesgConsts
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.common.OraclePropertyGraphBase
This constant denotes a Boolean data type for the value field of an attribute (K/V pair)
TYPE_DT_BOOL - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Boolean data type for the value field of an attribute (K/V pair)
TYPE_DT_BOOL - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Boolean data type for the value field of an attribute (K/V pair)
TYPE_DT_BYTE - Static variable in interface oracle.pg.common.MesgConsts
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.common.OraclePropertyGraphBase
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.MesgConsts
This constant denotes a Char data type for the value field of an attribute (K/V pair)
TYPE_DT_CHAR - Static variable in class oracle.pg.common.OraclePropertyGraphBase
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.MesgConsts
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.common.OraclePropertyGraphBase
This constant denotes a Date (java.util.Date) data type for the value field of an attribute (K/V pair)
TYPE_DT_DATE - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Date (java.util.Date) data type for the value field of an attribute (K/V pair)
TYPE_DT_DATE - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Date (java.util.Date) data type for the value field of an attribute (K/V pair)
TYPE_DT_DOUBLE - Static variable in interface oracle.pg.common.MesgConsts
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.common.OraclePropertyGraphBase
This constant denotes a Double data type for the value field of an attribute (K/V pair)
TYPE_DT_DOUBLE - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Double data type for the value field of an attribute (K/V pair)
TYPE_DT_DOUBLE - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Double data type for the value field of an attribute (K/V pair)
TYPE_DT_EMPTY - Static variable in interface oracle.pg.common.MesgConsts
This constant denotes an empty data type for the value field of an attribute (K/V pair)
TYPE_DT_EMPTY - Static variable in class oracle.pg.common.OraclePropertyGraphBase
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.MesgConsts
This constant denotes a Float data type for the value field of an attribute (K/V pair)
TYPE_DT_FLOAT - Static variable in class oracle.pg.common.OraclePropertyGraphBase
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.MesgConsts
This constant denotes an Integer data type for the value field of an attribute (K/V pair)
TYPE_DT_INTEGER - Static variable in class oracle.pg.common.OraclePropertyGraphBase
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.MesgConsts
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.common.OraclePropertyGraphBase
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.MesgConsts
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.common.OraclePropertyGraphBase
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.MesgConsts
This constant denotes a Serializable data type for the value field of an attribute (K/V pair)
TYPE_DT_SERI - Static variable in class oracle.pg.common.OraclePropertyGraphBase
This constant denotes a Serializable data type for the value field of an attribute (K/V pair)
TYPE_DT_SERIALIZABLE - Static variable in interface oracle.pg.text.OracleIndex
This constant denotes a Serializable data type for the value field of an attribute (K/V pair)
TYPE_DT_SERIALIZABLE - Static variable in class oracle.pg.text.solr.SolrIndex
This constant denotes a Serializable data type for the value field of an attribute (K/V pair)
TYPE_DT_SHORT - Static variable in interface oracle.pg.common.MesgConsts
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.common.OraclePropertyGraphBase
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.MesgConsts
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.common.OraclePropertyGraphBase
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.MesgConsts
This constant denotes a String data type for the value field of an attribute (K/V pair)
TYPE_DT_STRING - Static variable in class oracle.pg.common.OraclePropertyGraphBase
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.MesgConsts
This constant denotes a RDF URI data type for the value field of an attribute (K/V pair)
TYPE_DT_URI - Static variable in class oracle.pg.common.OraclePropertyGraphBase
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
unescapePgqlString(String) - Static method in class oracle.pg.rdbms.pgql.PgqlUtils
Unescapes constant Strings in a PGQL query for matching against stored versions of the same constant.
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.
useDistRW - Variable in class oracle.pg.rdbms.pgql.QueryContext
 
useGtTab - Variable in class oracle.pg.rdbms.pgql.ExprContext
 
useGtTab - Variable in class oracle.pg.rdbms.pgql.QueryContext
 
useIso - Variable in class oracle.pg.rdbms.pgql.QueryContext
 
useRW - Variable in class oracle.pg.rdbms.pgql.QueryContext
 
useSolrJavaBinFormat() - Method in class oracle.pg.common.OraclePropertyGraphBase
Specifies if the SolrCloud server will use a Binary format for the query responses
Util - Class in oracle.pg.common
This class contains some useful helper functions.
Util() - Constructor for class oracle.pg.common.Util
 

V

v1 - Variable in class oracle.pg.rdbms.pgql.PgqlTranslator.ValuePair
 
v2 - Variable in class oracle.pg.rdbms.pgql.PgqlTranslator.ValuePair
 
validateEdgeFlatFileSyntax(InputStream, boolean, PrintStream) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
This method validates the syntax of given PG edge file
validatePGFlatFiles(String, String, boolean) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
This method validates the syntax of given PG vertex and edge file
validateSources(Object[], String) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
 
validateVertexFlatFileSyntax(InputStream, boolean, PrintStream) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
This method validates the syntax of given PG vertex file
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.rdbms.DataChange.ChangeAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.pg.rdbms.index.oratext.OracleTextQueryObject.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.pg.rdbms.index.oratext.OracleTextQueryObject.ScoreRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.pg.rdbms.OraclePgqlColumnDescriptor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.pg.rdbms.OraclePropertyGraph.Sort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.pg.rdbms.OraclePropertyGraphDataLoader.LOADER_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.pg.rdbms.OraclePropertyGraphDataLoader.MERGER_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.pg.rdbms.OraclePropertyGraphDataLoader.SPLITTER_TYPE
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.
ValuePair(String, String) - Constructor for class oracle.pg.rdbms.pgql.PgqlTranslator.ValuePair
 
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.rdbms.DataChange.ChangeAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.pg.rdbms.index.oratext.OracleTextQueryObject.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.pg.rdbms.index.oratext.OracleTextQueryObject.ScoreRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.pg.rdbms.OraclePgqlColumnDescriptor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.pg.rdbms.OraclePropertyGraph.Sort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.pg.rdbms.OraclePropertyGraphDataLoader.LOADER_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.pg.rdbms.OraclePropertyGraphDataLoader.MERGER_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.pg.rdbms.OraclePropertyGraphDataLoader.SPLITTER_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.pg.text.lucene.OracleDirectory.DirectoryType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_PARAMETER - Static variable in class oracle.pg.text.lucene.LuceneIndexParameters
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_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
VertexChange - Class in oracle.pg.rdbms
This class captures an action of change made to a particular Vertex instance.
VertexChangeIteratorImpl - Class in oracle.pg.rdbms
This iterator returns an ordered list of changes made to the vertex table of a property graph.
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() - Method in class oracle.pg.common.OracleVertexQuery
Executes the query and returns the matching vertices
visit(QueryExpression.Constant.ConstInteger, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Constant.ConstDecimal, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Constant.ConstString, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Constant.ConstBoolean, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Constant.ConstDate, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Constant.ConstTime, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Constant.ConstTimestamp, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Constant.ConstTimeWithTimezone, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Constant.ConstTimestampWithTimezone, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.ConstNull, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.BindVariable, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.ArithmeticExpression.Sub, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.ArithmeticExpression.Add, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.ArithmeticExpression.Mul, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.ArithmeticExpression.Div, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.ArithmeticExpression.Mod, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.ArithmeticExpression.UMin, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.LogicalExpression.And, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.LogicalExpression.Or, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.LogicalExpression.Not, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.RelationalExpression.Equal, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.RelationalExpression.NotEqual, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.RelationalExpression.Greater, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.RelationalExpression.GreaterEqual, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.RelationalExpression.Less, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.RelationalExpression.LessEqual, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Aggregation.AggrCount, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Aggregation.AggrMin, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Aggregation.AggrMax, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Aggregation.AggrSum, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Aggregation.AggrAvg, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Star, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.VarRef, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.PropertyAccess, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Function.Regex, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Function.HasLabel, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Function.Id, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Function.HasProp, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Function.VertexLabels, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Function.InDegree, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Function.OutDegree, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Function.EdgeLabel, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Function.AllDifferent, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.FunctionCall, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
visit(QueryExpression.Function.Cast, QueryExpression.ExpressionType[], String[][], boolean, boolean) - Method in class oracle.pg.rdbms.pgql.ExprTransVisitor
 
vtTab - Variable in class oracle.pg.rdbms.pgql.ExprContext
 
vtTab - Variable in class oracle.pg.rdbms.pgql.QueryContext
 

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
WORD_LIST_PARAMETER - Static variable in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
This constant denotes a word list preference specifying the enabled query options e.g.
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
writeTwoTablesGraphEdgeAndProperties(Connection[], String, String, int, Iterable<Edge>[]) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of edges from an array of Iterables and writes all the appropiate information into the given edge table (from Two Tables approach).
writeTwoTablesGraphEdgeAndProperties(Connection[], String, String, int, Iterable<Edge>[], Map<String, String>) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of edges from an array of Iterables and writes all the appropiate information into the given edge table (from Two Tables approach).
writeTwoTablesGraphEdgeAndProperties(Connection[], String, String, int, Iterable<Edge>[], Map<String, String>, IdType, IdType) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of edges from an array of Iterables and writes all the appropiate information into the given edge table (from Two Tables approach).
writeTwoTablesGraphEdgeAndProperties(Connection[], String, String, int, Iterable<Edge>[], Map<String, String>, IdType, IdType, boolean) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of edges from an array of Iterables and writes all the appropiate information into the given edge table (from Two Tables approach).
writeTwoTablesGraphEdgeAndProperties(Connection[], String, String, int, Iterable<Edge>[], Map<String, String>, IdType, IdType, boolean, boolean) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of edges from an array of Iterables and writes all the appropiate information into the given edge table (from Two Tables approach).
writeTwoTablesGraphEdgeAndProperties(Connection[], String, String, int, Iterator<Edge>[]) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of edges from an array of Iterators and writes all the appropiate information into the given edge table (from Two Tables approach).
writeTwoTablesGraphEdgeAndProperties(Connection[], String, String, int, Iterator<Edge>[], Map<String, String>) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of edges from an array of Iterators and writes all the appropiate information into the given edge table (from Two Tables approach).
writeTwoTablesGraphEdgeAndProperties(Connection[], String, String, int, Iterator<Edge>[], Map<String, String>, IdType, IdType) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of edges from an array of Iterators and writes all the appropiate information into the given edge table (from Two Tables approach).
writeTwoTablesGraphEdgeAndProperties(Connection[], String, String, int, Iterator<Edge>[], Map<String, String>, IdType, IdType, boolean) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of edges from an array of Iterators and writes all the appropiate information into the given edge table (from Two Tables approach).
writeTwoTablesGraphEdgeAndProperties(Connection[], String, String, int, Iterator<Edge>[], Map<String, String>, IdType, IdType, boolean, boolean) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of edges from an array of Iterators and writes all the appropiate information into the given edge table (from Two Tables approach).
writeTwoTablesGraphVertexAndProperties(Connection[], String, String, int, Iterable<Vertex>[]) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of vertices from an array of Iterables and writes all the appropiate information into the given vertex table (from Two Tables approach).
writeTwoTablesGraphVertexAndProperties(Connection[], String, String, int, Iterable<Vertex>[], Map<String, String>) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of vertices from an array of Iterables and writes all the appropiate information into the given vertex table (from Two Tables approach).
writeTwoTablesGraphVertexAndProperties(Connection[], String, String, int, Iterable<Vertex>[], Map<String, String>, IdType) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of vertices from an array of Iterables and writes all the appropiate information into the given vertex table (from Two Tables approach).
writeTwoTablesGraphVertexAndProperties(Connection[], String, String, int, Iterator<Vertex>[]) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of vertices from an array of Iterators and writes all the appropiate information into the given vertex table (from Two Tables approach).
writeTwoTablesGraphVertexAndProperties(Connection[], String, String, int, Iterator<Vertex>[], Map<String, String>) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of vertices from an array of Iterators and writes all the appropiate information into the given vertex table (from Two Tables approach).
writeTwoTablesGraphVertexAndProperties(Connection[], String, String, int, Iterator<Vertex>[], Map<String, String>, IdType) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
Reads a set of vertices from an array of Iterators and writes all the appropiate information into the given vertex table (from Two Tables approach).
writeValue(OutputStream, Object, byte[], SimpleDateFormat) - 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 Spatial and Graph Property Graph
Java API Reference for Oracle Database
Release 18c E87805-02

Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.