- generateLink(URI, Object...) - Method in enum oracle.pgx.config.LinkTemplate
-
- generateToken(String, String, char[]) - Static method in class oracle.pg.rdbms.GraphServer
-
Generates a new authentication token
- generateToken(String, String) - Static method in class oracle.pg.rdbms.GraphServer
-
Generates a new authentication token
- generateUrl(URI, Object...) - Method in enum oracle.pgx.config.LinkTemplate
-
- GenericConfigBuilder<C extends AbstractConfig,F extends java.lang.Enum<F> & ConfigField> - Class in oracle.pgx.config
-
- GenericConfigBuilder(GenericConfigBuilder.ConfigParser<C>, Class<F>) - Constructor for class oracle.pgx.config.GenericConfigBuilder
-
Convenience constructor to be able to use diamond operator.
- GenericConfigBuilder(GenericConfigBuilder.ConfigParser<C>) - Constructor for class oracle.pgx.config.GenericConfigBuilder
-
- GenericConfigBuilder(GenericConfigBuilder.ConfigParser<C>, Map<String, Object>) - Constructor for class oracle.pgx.config.GenericConfigBuilder
-
- GenericConfigBuilder.ConfigParser<C extends AbstractConfig> - Interface in oracle.pgx.config
-
- GenericGraphExpander - Class in oracle.pgx.api.expansion
-
- GenericGraphExpander(PartitionedGraphConfig, Function<GraphExpansionConfig, PgxFuture<PgxGraph>>) - Constructor for class oracle.pgx.api.expansion.GenericGraphExpander
-
- GenericModelLoader<ModelType extends Model<ModelType>> - Class in oracle.pgx.api.mllib
-
Generic model loader that gives access to the different available loaders (DB, File)
- GenericModelLoader(PgxSession, Core, Supplier<String>, Supplier<char[]>, ModelKind, ModelLoader.ModelConstructor<ModelType>) - Constructor for class oracle.pgx.api.mllib.GenericModelLoader
-
- GenericModelStorer<ModelType extends Model<ModelType>> - Class in oracle.pgx.api.mllib
-
Generic model storer that gives access to the different available storers (DB, File)
- GenericModelStorer(PgxSession, Core, ModelType, Supplier<String>, Supplier<char[]>) - Constructor for class oracle.pgx.api.mllib.GenericModelStorer
-
- GenericSubgraphReader - Class in oracle.pgx.api.subgraph
-
- GenericSubgraphReader(PgxSession, Core, Function<GraphConfig, PgxFuture<PgxGraph>>) - Constructor for class oracle.pgx.api.subgraph.GenericSubgraphReader
-
- get(Long) - Method in class oracle.pg.common.EdgeCache
-
Get an Edge from the cache using the given ID.
- get(Long) - Method in class oracle.pg.common.VertexCache
-
Fetch one vertex from the cache using its ID.
- get(String, Object, boolean) - Method in interface oracle.pg.text.OracleAutoIndex
-
Gets an Iterator 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) - 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() - Method in class oracle.pgx.api.PgxFuture
-
- get(long, TimeUnit) - Method in class oracle.pgx.api.PgxFuture
-
- get(K) - Method in class oracle.pgx.api.PgxMap
-
- get(int) - Method in class oracle.pgx.api.PgxVect
-
- get(ID) - Method in class oracle.pgx.api.Property
-
- get(K) - Method in class oracle.pgx.api.Property
-
- get() - Method in class oracle.pgx.api.Scalar
-
- getAcceptedPredicates() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- getAcceptedPredicates() - Method in class oracle.pgx.config.RdfGraphConfig
-
predicates of triples that are transformed to edges
- getAccessToken() - Method in class oracle.pgx.config.ClientConfig
-
the authentication token (if server requires authentication)
- getActivationFunction() - Method in class oracle.pgx.config.mllib.GraphWiseConvLayerConfig
-
- getActivationFunction() - Method in class oracle.pgx.config.mllib.GraphWisePredictionLayerConfig
-
- getAddedKeys() - Method in class oracle.pg.common.OracleElementBase
-
Gets a hash set of the added keys
- getAddress() - Method in class oracle.pgx.api.DataListener
-
- getAdminRequestCacheTimeout() - Method in class oracle.pgx.config.AbstractEngineConfig
-
- getAdminRequestCacheTimeout() - Method in class oracle.pgx.config.PgxConfig
-
after how many seconds admin request results get removed from the cache.
- getAggregate() - Method in class oracle.pgx.config.GraphPropertyConfig
-
[currently unsupported] which aggregation function to use, aggregation always happens by vertex key
- getAllowedCharactersForSimpleFileNames() - Method in class oracle.pg.common.ParametersBase
-
Determines the list of allowed characters used for simple file names
- getAllowedRemoteLoadingLocations() - Method in class oracle.pgx.config.AbstractEngineConfig
-
- getAllowedRemoteLoadingLocations() - Method in class oracle.pgx.config.PgxConfig
-
(This option may reduce security, use it only if you know what you are doing!) Allow loading graphs into the PGX engine from remote locations.
- getAllPermissions() - Method in class oracle.pgx.config.AbstractAuthorizationEntityConfig
-
- getAnalysisEnvironment() - Method in class oracle.pgx.api.executionenvironment.ExecutionEnvironment
-
- getAnalysisTaskConfig() - Method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
configuration for analysis tasks
- getAnomalyPropertyStringValue() - Method in class oracle.pgx.config.mllib.loss.DevNetLoss
-
- getAnomalyPropertyValue() - Method in class oracle.pgx.config.mllib.loss.DevNetLoss
-
- getArguments() - Method in class oracle.pgx.config.AbstractUdfFunctionConfig
-
- getArguments() - Method in class oracle.pgx.config.UdfFunctionConfig
-
list of arguments
- getArgumentTypes() - Method in class oracle.pgx.api.CompiledProgram
-
Gets the argument types.
- getArrayCompactionThreshold() - Method in class oracle.pgx.config.FileGraphConfig
-
[only relevant if the graph is optimized for updates] threshold used to determined when to compact the delta-logs into a new array.
- getArrayCompactionThreshold() - Method in class oracle.pgx.config.GraphConfig
-
For graphs optimized for updates, the value corresponds to the ratio at which the delta-logs are compacted into new arrays.
- getArrayCompactionThreshold() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
[only relevant if the graph is optimized for updates] threshold used to determined when to compact the delta-logs into a new array.
- getArrayCompactionThreshold() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
[only relevant if the graph is optimized for updates] threshold used to determined when to compact the delta-logs into a new array.
- getArrayCompactionThreshold() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
[only relevant if the graph is optimized for updates] threshold used to determined when to compact the delta-logs into a new array.
- getArrayCompactionThreshold() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
[only relevant if the graph is optimized for updates] threshold used to determined when to compact the delta-logs into a new array.
- getArrayCompactionThreshold() - Method in class oracle.pgx.config.RdfGraphConfig
-
[only relevant if the graph is optimized for updates] threshold used to determined when to compact the delta-logs into a new array.
- getArrayCompactionThreshold() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
[only relevant if the graph is optimized for updates] threshold used to determined when to compact the delta-logs into a new array.
- getArrayCompactionThreshold() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
[only relevant if the graph is optimized for updates] threshold used to determined when to compact the delta-logs into a new array.
- getAsOf() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
SCN value to use when executing Oracle Flashback queries, use `<current-scn>` to determine SCN automatically during loading.
- getAsync(K) - Method in class oracle.pgx.api.PgxMap
-
Gets the value of a key.
- getAsync(ID) - Method in class oracle.pgx.api.Property
-
Gets the property value.
- getAsync(K) - Method in class oracle.pgx.api.Property
-
Gets the property value.
- getAsync() - Method in class oracle.pgx.api.Scalar
-
- getAttributeKeyName(T) - Method in interface oracle.pg.common.OpCallback
-
When an operation against the input element is required, this method returns the attribute key name.
- getAttributeKeyValue(T) - Method in interface oracle.pg.common.OpCallback
-
When an operation against the input element is required, this method returns the attribute key value.
- getAttributes() - Method in class oracle.pg.common.OracleElementBase
-
Returns a String of all the Key, Value Pairs.
- getAttributes() - Method in class oracle.pgx.config.AbstractFileEntityProviderConfig
-
Get the file-system specific additional attributes needed to read/write the table data
- getAttributes() - Method in interface oracle.pgx.config.CommonLoadableConfig
-
Get the specific additional attributes needed to read/write the graph data
- getAttributes() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
additional attributes needed to read/write the graph data
- getAttributes() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
additional attributes needed to read/write the graph data
- getAttributes() - Method in class oracle.pgx.config.FileGraphConfig
-
additional attributes needed to read/write the graph data
- getAttributes() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
additional attributes needed to read/write the graph data
- getAttributes() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
additional attributes needed to read/write the graph data
- getAttributes() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
additional attributes needed to read/write the graph data
- getAttributes() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
additional attributes needed to read/write the graph data
- getAttributes() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
additional attributes needed to read/write the graph data
- getAttributes() - Method in class oracle.pgx.config.RdfGraphConfig
-
additional attributes needed to read/write the graph data
- getAttributes() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
additional attributes needed to read/write the graph data
- getAttributes() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
additional attributes needed to read/write the graph data
- getAttrName() - Method in class oracle.pg.common.ColumnToAttrMapping
-
Getter method for the attribute name.
- getAuthorization() - Method in class oracle.pgx.config.AbstractEngineConfig
-
- getAuthorization() - Method in class oracle.pgx.config.AbstractPgxConfig
-
- getAuthorization() - Method in class oracle.pgx.config.PgxConfig
-
mapping of users and roles to resources and permissions for authorization
- getAutoIndex(Class<T>) - Method in interface oracle.pg.common.OracleIndexableGraph
-
Gets an automatic index from the graph by its name and index class.
- getAvailableCompiledProgramIds() - Method in class oracle.pgx.api.PgxSession
-
- getAvailableCompiledProgramIdsAsync() - Method in class oracle.pgx.api.PgxSession
-
Gets the set of available compiled program IDs.
- getAvailableSnapshots(PgxGraph) - Method in class oracle.pgx.api.PgxSession
-
- getAvailableSnapshotsAsync(PgxGraph) - Method in class oracle.pgx.api.PgxSession
-
Gets a list of the
GraphMetaData
information of available in-memory snapshots of
graph
.
- getBackend() - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- getBackendFields() - Method in class oracle.pgx.config.PgxConfig
-
- getBackendWrapper() - Method in class oracle.pgx.config.PgxConfig
-
Only for internal use.
- getBasePath() - Method in class oracle.pgx.config.AbstractFileGraphStoringConfig
-
Get the base path to use when exporting to multiple files
- getBasePath() - Method in class oracle.pgx.config.FileGraphStoringConfig
-
base path to use for storing a graph; file paths will be constructed using the following format <base_path>_<partition_index>.<extension>_, i.e.
- getBaseUrl() - Method in class oracle.pgx.api.ServerInstance
-
Gets the base url this instance object is pointing to.
- getBaseUrl() - Method in class oracle.pgx.config.AbstractClientConfig
-
- getBaseUrl() - Method in class oracle.pgx.config.ClientConfig
-
The base url in the format host [ : port][ /path]
of the PGX server REST end-point.
- getBasicSchedulerConfig() - Method in class oracle.pgx.config.PgxConfig
-
configuration parameters for the fork join pool backend
- getBatchGenerator() - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- getBatchSize() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Get the size of the batch used for update operations.
- getBatchSize() - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Returns the number of commands that should be batched when executing updates
- getBatchSize() - Method in interface oracle.pg.rdbms.pgql.PgqlStatement
-
Returns the number of commands that should be batched when executing updates
- 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.
- getBatchSize() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the batch size of the model
- getBatchSize() - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Gets the batch size for training the model (default: 128)
- getBatchSize() - Method in class oracle.pgx.api.mllib.GraphWiseModel
-
Gets the batch size
- getBatchSize() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the batch size of the model
- getBatchSize() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the batch size for training the model (default: 128)
- getBatchSize() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getBatchSize() - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- getBatchSize() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getBfsIterateQueTaskSize() - Method in class oracle.pgx.config.PgxConfig
-
task size for BFS iterate QUE phase
- getBfsIterateQueTaskSize() - Method in class oracle.pgx.config.RuntimeConfig
-
task size for BFS iterate QUE phase
- getBfsThresholdParentReadBased() - Method in class oracle.pgx.config.PgxConfig
-
threshold of BFS traversal level items above which to switch to parent-read-based visiting strategy
- getBfsThresholdParentReadBased() - Method in class oracle.pgx.config.RuntimeConfig
-
threshold of BFS traversal level items above which to switch to parent-read-based visiting strategy
- getBfsThresholdReadBased() - Method in class oracle.pgx.config.PgxConfig
-
threshold of BFS traversal level items above which to switch to read-based visiting strategy
- getBfsThresholdReadBased() - Method in class oracle.pgx.config.RuntimeConfig
-
threshold of BFS traversal level items above which to switch to read-based visiting strategy
- getBfsThresholdSingleThreaded() - Method in class oracle.pgx.config.PgxConfig
-
until what number of BFS traversal level items vertices are visited single-threaded
- getBfsThresholdSingleThreaded() - Method in class oracle.pgx.config.RuntimeConfig
-
until what number of BFS traversal level items vertices are visited single-threaded
- getBlockCacheSize() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
block_cache_size
- getBoolean(int) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element index as a Boolean
- getBoolean(String) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element name as a Boolean
- getBoolean(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element index as a Boolean
- getBoolean(String) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element name as a Boolean
- getBoolean(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a Boolean
- getBoolean(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a Boolean
- getBottomKValues(int) - Method in class oracle.pgx.api.Property
-
- getBottomKValuesAsync(int) - Method in class oracle.pgx.api.Property
-
Gets the bottom k vertex/edge value pairs according to their value.
- getBuiltinsPath() - Method in class oracle.pgx.config.PgxConfig
-
Path to the builtin algorithms directory.
- getCacheStatus() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Returns the currenct cache status
- getCardinalityEstimate() - Method in interface oracle.pgx.api.Operation
-
A cardinality estimate is the expected number of results after executing this operation
- getCause() - Method in exception oracle.pg.text.OracleIndexException
-
Return the nested cause, or null
if none.
- getCctraceOut() - Method in class oracle.pgx.config.ClientConfig
-
[relevant for enable_cctrace] when cctrace is enabled, specifies a path to a file where cctrace should log to.
- getChangeAction() - Method in class oracle.pg.rdbms.DataChange
-
- getCharacterSet() - Method in class oracle.pgx.config.PgxConfig
-
standard charset to use throughout PGX, UTF-8 will be used as default.
- getCharacterSet() - Method in class oracle.pgx.config.RuntimeConfig
-
standard charset to use throughout PGX, UTF-8 will be used as default.
- getCharset() - Static method in class oracle.pg.common.ParametersBase
-
Returns the default charset
- getChildren() - Method in interface oracle.pgx.api.Operation
-
Non leaf operations can have multiple child operations, which will be returned by this function
- getClassMap() - Method in class oracle.pgx.config.mllib.LabelMaps
-
- getClassMap() - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- getClassWeights() - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModel
-
Gets the class weights
- getClassWeights() - Method in class oracle.pgx.config.mllib.LabelMaps
-
- getClassWeights() - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- getCleanedBaseUrl() - Method in class oracle.pgx.config.AbstractClientConfig
-
- getClientServerInteractionMode() - Method in class oracle.pgx.api.ServerInstance
-
- getClientServerInteractionMode() - Method in class oracle.pgx.config.ClientConfig
-
if async_polling
the PGX client would poll the status of the future until it's completed.
- getCniDiffFactorDefault() - Method in class oracle.pgx.config.PgxConfig
-
default diff factor value used in the common neighbor iterator implementations.
- getCniDiffFactorDefault() - Method in class oracle.pgx.config.RuntimeConfig
-
default diff factor value used in the common neighbor iterator implementations.
- getCniSmallDefault() - Method in class oracle.pgx.config.PgxConfig
-
default value used in the common neighbor iterator implementations, to indicate below which threshold a subarray is considered small.
- getCniSmallDefault() - Method in class oracle.pgx.config.RuntimeConfig
-
default value used in the common neighbor iterator implementations, to indicate below which threshold a subarray is considered small.
- getCniStopRecursionDefault() - Method in class oracle.pgx.config.PgxConfig
-
default value used in the common neighbor iterator implementations, to indicate the minimum size where the binary search approach is applied.
- getCniStopRecursionDefault() - Method in class oracle.pgx.config.RuntimeConfig
-
default value used in the common neighbor iterator implementations, to indicate the minimum size where the binary search approach is applied.
- getCollectionElementType() - Method in class oracle.pgx.api.PgqlResultElement
-
Gets the type of the elements stored in the collection if the result element is a collection
- getCollections() - Method in class oracle.pgx.api.PgxGraph
-
- getCollectionsAsync() - Method in class oracle.pgx.api.PgxGraph
-
Retrieves all currently allocated collections associated with the graph.
- getCollectionType() - Method in class oracle.pgx.api.PgxCollection
-
Gets the collection type.
- getColName() - Method in interface oracle.pg.rdbms.pgql.PgqlColumnDescriptor
-
Returns the name of this column.
- getColType() - Method in interface oracle.pg.rdbms.pgql.PgqlColumnDescriptor
-
Returns the column type.
- getColumn(String) - Method in class oracle.pgx.api.frames.PgxFrame
-
Returns the column of the frame that has the given name
- getColumn() - Method in class oracle.pgx.config.AbstractGraphPropertyConfig
-
- getColumn() - Method in class oracle.pgx.config.GraphPropertyConfig
-
name or index (starting from 1) of the column holding the property data.
- getColumnCount() - Method in class oracle.pg.rdbms.pgql.PgqlResultSetMetaDataImpl
-
Gets the total number of columns in the query result.
- getColumnCount() - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSetMetaData
-
Gets the total number of columns in the query result.
- getColumnDescriptors() - Method in class oracle.pgx.api.frames.PgxFrame
-
Returns a list containing the description of the different columns of the frames.
- 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.pgql.PgqlResultElement
-
Returns the name of the projected PGQL column for this result element
- getColumnName(int) - Method in class oracle.pg.rdbms.pgql.PgqlResultSetMetaDataImpl
-
Gets the name of the column at the given offset starting from 1
- getColumnName(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSetMetaData
-
Gets the name of the column at the given offset starting from 1
- getColumnName() - Method in class oracle.pgx.api.frames.functions.ColumnRenaming
-
Retrieve the name of the original column that should be renamed
- getColumnName() - Method in class oracle.pgx.api.frames.schema.ColumnDescriptor
-
- getColumnPosition() - Method in class oracle.pg.common.ColumnToAttrMapping
-
Getter method for the column position.
- getColumnType() - Method in interface oracle.pg.rdbms.pgql.PgqlResultElement
-
Returns the type of column:
- getColumnType(int) - Method in class oracle.pg.rdbms.pgql.PgqlResultSetMetaDataImpl
-
Gets the type of the column at the given offset starting from 1
- getColumnType() - Method in class oracle.pgx.api.frames.schema.ColumnDescriptor
-
- 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.
- getCommonLogConfigure() - Method in class oracle.pgx.config.PgxConfig
-
Path to a log configuration in Log4j2 (version 2) syntax.
- getCompiledProgram(String) - Method in class oracle.pgx.api.PgxSession
-
- getCompiledProgramAsync(String) - Method in class oracle.pgx.api.PgxSession
-
Gets a compiled program by ID.
- getCompilerOutput() - Method in class oracle.pgx.api.CompiledProgram
-
Gets the compiler output.
- getComponentsProperty() - Method in class oracle.pgx.api.Partition
-
Returns the property that contains for each vertex, its associated component ID
- getCompression() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the type of compression used in the property graph tables
- getCompression() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
which HBase compression algorithm to use.
- getCompressionAlgorithm(String) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
An utility to get a Compression Algorithm based on the specified string
- getCompressionScheme() - Method in class oracle.pgx.config.AbstractFileGraphStoringConfig
-
Get the compression scheme to use for storing
- getCompressionScheme() - Method in class oracle.pgx.config.FileGraphStoringConfig
-
the scheme to use for compression, or none to disable compression
- getConditions() - Method in class oracle.pgx.config.AbstractEdgeTypeConfig
-
- getConfidenceMargin() - Method in class oracle.pgx.config.mllib.loss.DevNetLoss
-
- getConfig() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Gets the PGX graph config object
- getConfig() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the graph configuration object used to specify the data source of this graph.
- getConfig() - Method in class oracle.pgx.api.mllib.GraphWiseModel
-
Gets the model configuration object
- getConfig() - Method in class oracle.pgx.api.PgxGraph
-
Gets the graph configuration object used to specify the data source of this graph.
- getConfigFields() - Static method in class oracle.pgx.config.AnalysisTaskConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.AuthorizationEntityConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.AuthorizationEntityPermissionConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.AuthorizationLocationConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.BasicSchedulerConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.ClientConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.DataMemoryLimitsConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.EsEntityProviderConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.ExternalStoreConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.FileEntityProviderConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.FileGraphConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.FileGraphStoringConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.FilterExpressionConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.FrontierRedactedVerticesConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.GraphBuilderConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.GraphErrorHandlingConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.GraphLoadingConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.GraphPropertyConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.PartitionedGraphConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.PgHbaseGraphConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.PgNosqlGraphConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.PgRdbmsGraphConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.PgxConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.PreloadGraphConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.PropertiesRedactionRuleConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.ProviderLoadingConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.RdfGraphConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.RdfGraphPrefixConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.RealmConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.RuntimeConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.UdfConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.UdfFunctionArgumentConfig
-
- getConfigFields() - Static method in class oracle.pgx.config.UdfFunctionConfig
-
- getConfigParameter(GraphBuilderConfig.Field) - Method in interface oracle.pgx.api.GraphBuilder
-
Retrieve the value for the given config parameter
- getConfigParameter(GraphBuilderConfig.Field) - Method in class oracle.pgx.api.GraphBuilderImpl
-
- getConfiguration() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
This method returns the underlying Configuration instance used for HBase
- getConnection() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets the underlying connection for this property graph
- getConnection() - Method in class oracle.pg.rdbms.Oracle
-
Returns the underlying OracleConnection object upon request.
- getConnection(Connection) - Static method in class oracle.pg.rdbms.pgql.PgqlConnection
-
- 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 interface oracle.pg.rdbms.pgql.PgqlResultElement
-
Returns the value of this result element.
- getContentType() - Method in class oracle.pgx.api.PgxCollection
-
Gets this collection's content type.
- getContext() - Method in class oracle.pgx.common.auth.PgxUser
-
- getControl() - Method in class oracle.pgx.api.ServerInstance
-
- getConvLayerConfigs() - Method in class oracle.pgx.api.mllib.GraphWiseModel
-
Gets the configuration objects for the convolutional layers
- getConvLayerConfigs() - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- getCore() - Method in class oracle.pgx.api.ServerInstance
-
- getCorruptionFunction() - Method in class oracle.pgx.config.mllib.GraphWiseDgiLayerConfig
-
- getCostEstimate() - Method in interface oracle.pgx.api.Operation
-
- getCreateTranslation() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlCreateTrans
-
Returns a series of SQL strings that are used in the translation of a PGQL CREATE PROPERTY GRAPH: 0) A call to opg_apis.create_pg to create PG tables 1) An array of translations to populate Vertex table 2) An array of translations to populate Edge table 3) A couple of translations to populate distinct tables 4) A call to opg_apis.create_pg to create PG indices and triggers
- getCreationRequestTimestamp() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the timestamp (milliseconds since Jan 1st 1970) when this graph was requested to be created.
- getCreationRequestTimestamp() - Method in class oracle.pgx.api.PgxGraph
-
Gets the timestamp when this graph was requested to be created.
- getCreationTimestamp() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the timestamp (milliseconds since Jan 1st 1970) when this graph finished creation.
- getCreationTimestamp() - Method in class oracle.pgx.api.PgxGraph
-
Gets the timestamp when this graph finished creation.
- 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.
- getDatabaseMajorVersion(Connection) - Static method in class oracle.pg.common.SQLUtils
-
Gets Database Version of the given connection
- getDatabaseMajorVersion() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
- getDatabaseTableName() - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
- getDatabaseTableName() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
name of the table in the database
- getDataBlockEncoding() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets the data block encoding algorithm used in block cache and optionally on disk for all property graph tables
- getDataBlockEncoding() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
which datablock encoding algorithm to use.
- getDataMemoryLimits() - Method in class oracle.pgx.config.AbstractEngineConfig
-
- getDataMemoryLimits() - Method in class oracle.pgx.config.PgxConfig
-
memory limits configuration parameters
- getDataSource(String) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
-
Gets a DataSource object from the given data source name
- getDatasource() - Method in class oracle.pgx.config.mllib.ModelLoadingConfiguration
-
- getDatasource() - Method in class oracle.pgx.config.mllib.ModelStoringConfiguration
-
- getDataSourceId(AbstractPartitionedGraphConfig) - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
- getDataSourceId() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- getDataSourceId() - Method in interface oracle.pgx.config.DbConnectionConfig
-
data source id to use to connect to an RDBMS instance
- getDataSourceId() - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- getDataSourceId() - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- getDataSourceId() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
data source id to use to connect to an RDBMS instance
- getDataSourceId() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
data source id to use to connect to an RDBMS instance
- getDataSourceId() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
data source id to use to connect to an RDBMS instance
- getDataSourceId() - Method in class oracle.pgx.config.RdfGraphConfig
-
data source id to use to connect to an RDBMS instance
- getDataSourceId() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
data source id to use to connect to an RDBMS instance
- getDataSourceVersion() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the format-specific version identifier provided by the data-source.
- getDataSourceVersion() - Method in class oracle.pgx.api.PgxGraph
-
Gets the format-specific version identifier provided by data-source (timestamp for files, snapshot ID for databases).
- getDatastore() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
-
Get the data store preference specifying how the text values are stored.
- getDatastore() - Method in interface oracle.pgx.config.TwoTablesGraphConfig
-
Gets the target datastore of this configuration.
- getDatastore() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
underlying datastore
- getDatastore() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
underlying datastore
- 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 interface oracle.pg.common.OracleIndexableGraph
-
Gets the data type class from the given value object.
- 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
- getDate(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Retrieves the value of the designated column in the current row as a LocalDate
- getDate(String) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Retrieves the value of the designated column in the current row as a LocalDate
- getDate(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a LocalDate
- getDate(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a LocalDate
- getDateTimeFormatter() - Static method in class oracle.pg.common.OraclePropertyGraphBase
-
This method returns a DateTimeFormatter object to serialize/de-serialize Date related data
- getDbEngine() - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
Gets the target database engine of this configuration.
- getDbEngine() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
underlying database engine
- getDbEngine() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
underlying database engine
- getDbEngine() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
underlying database engine
- getDebugServer() - Method in class oracle.pgx.config.PgxConfig
-
Hostname of the debug server.
- getDefault() - Static method in enum oracle.pgx.api.expansion.PropertyMergeStrategy
-
Get the default property merge strategy.
- getDefault(String, ConfigField, Object) - Static method in class oracle.pgx.config.AbstractConfig
-
- getDefault() - Method in class oracle.pgx.config.GraphPropertyConfig
-
default value to be assigned to this property if datasource does not provide it.
- getDefaultCommitFreq() - Method in class oracle.pg.rdbms.Parameters
-
Return the default commit frequencey for JDBC based loading
- 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
- getDefaultFormats(CommonLoadableConfig, PropertyType) - Static method in class oracle.pgx.config.GraphFormatConfig
-
- getDefaultIndexParameters() - Method in interface oracle.pg.common.OracleIndexableGraph
-
Get the public default index parameters associated to this property graph.
- getDefaultIndexParameters() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Get the default index parameters associated to this property graph.
- getDefaultIndexParameters() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Get the default index parameters associated to this property graph.
- getDefaults() - Method in class oracle.pgx.config.ConfigParser
-
- getDefaults() - Method in interface oracle.pgx.config.ParseResult
-
Gets the set of optional fields whose defaults where used during parsing.
- getDefaultUrl() - Static method in class oracle.pgx.api.Pgx
-
- getDefaultVal() - Method in enum oracle.pgx.config.AnalysisTaskConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.AuthorizationEntityConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.AuthorizationEntityPermissionConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.AuthorizationLocationConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.BasicSchedulerConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.ClientConfig.Field
-
- getDefaultVal() - Method in interface oracle.pgx.config.ConfigField
-
Gets the default value of this field.
- getDefaultVal() - Method in enum oracle.pgx.config.DataMemoryLimitsConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.EnterpriseSchedulerConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.EsEntityProviderConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.ExternalStoreConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.FileEntityProviderConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.FileGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.FileGraphStoringConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.FilterExpressionConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.FrontierRedactedVerticesConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.GraphBuilderConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.GraphErrorHandlingConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.GraphLoadingConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.GraphPropertyConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.PartitionedGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.PgHbaseGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.PgRdbmsGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.PreloadGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.PropertiesRedactionRuleConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.ProviderLoadingConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.RdbmsEntityProviderConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.RdfGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.RdfGraphPrefixConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.RealmConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.TwoTablesRdbmsGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.TwoTablesTextGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.UdfConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.UdfFunctionArgumentConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.UdfFunctionConfig.Field
-
- getDefaultValue() - Method in enum oracle.pgx.common.types.PropertyType
-
Returns the default value that was used to create this PropertyType.
- getDefaultVertexOptFlag() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Get the vertex optimization flag associated to this property graph
- getDegree() - Method in class oracle.pgx.api.PgxVertex
-
- getDegreeAsync() - Method in class oracle.pgx.api.PgxVertex
-
- getDeletedKeys() - Method in class oracle.pg.common.OracleElementBase
-
Gets a hash set of the deleted keys
- getDeletedProperties(String) - Method in class oracle.pg.common.OracleElementBase
-
Gets the value for the specified deleted keys
- getDelimiter() - Method in class oracle.pgx.config.AbstractFileGraphStoringConfig
-
Get the delimiter of this storing configuration
- getDelimiter() - Method in class oracle.pgx.config.FileGraphStoringConfig
-
delimiter character used as separator when storing.
- getDescription() - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- getDescriptor() - Method in class oracle.pgx.api.frames.PgxFrameColumn
-
Return a description of the column
- getDestination() - Method in class oracle.pgx.api.PgxEdge
-
- getDestination() - Method in class oracle.pgx.api.PgxPath
-
Gets the destination vertex.
- getDestinationAsync() - Method in class oracle.pgx.api.PgxEdge
-
Gets the destination vertex.
- getDestinationColumn() - Method in class oracle.pgx.config.AbstractFileEntityProviderConfig
-
name or index (starting from 1) of column corresponding to edge destination (for CSV format only)
- getDestinationColumn() - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
- getDestinationColumn() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
name or index (starting from 1) of column corresponding to edge destination (for CSV format only)
- getDestinationColumn() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
name of the column in the database containing the keys of the destination vertices
- getDestinationField() - Method in class oracle.pgx.config.AbstractEsEntityProviderConfig
-
- getDestinationField() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
name of the field in the Elasticsearch index containing the keys of the destination vertices
- getDestinationVertex() - Method in class oracle.pgx.api.filter.PathFindingFilter
-
- getDestinationVertexKeyType() - Method in class oracle.pgx.config.EntityProviderConfig
-
Get the key type corresponding to the destination vertex provider of this edge provider configuration
- getDestinationVertexProvider() - Method in class oracle.pgx.config.EntityProviderConfig
-
Get the name of the destination vertex provider
- getDestinationVertexProvider() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
name of the destination vertex provider to be used for this edge provider
- getDestinationVertexProvider() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
name of the destination vertex provider to be used for this edge provider
- getDestinationVertexProvider() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
name of the destination vertex provider to be used for this edge provider
- getDestinationVertexProviderName() - Method in class oracle.pgx.api.EdgeProviderMetaData
-
Returns the name of the vertex provider for the destination of the edges of this edge provider
- getDfsThresholdLarge() - Method in class oracle.pgx.config.PgxConfig
-
value that determines at which number of visited vertices the DFS implementation will switch to data-structures that are more optimized for larger numbers of vertices.
- getDfsThresholdLarge() - Method in class oracle.pgx.config.RuntimeConfig
-
value that determines at which number of visited vertices the DFS implementation will switch to data-structures that are more optimized for larger numbers of vertices.
- getDgiLayerConfig() - Method in class oracle.pgx.config.mllib.UnsupervisedGraphWiseModelConfig
-
- getDgiLayerConfigs() - Method in class oracle.pgx.api.mllib.UnsupervisedGraphWiseModel
-
Gets the configuration object for the dgi layer
- getDimension() - Method in class oracle.pgx.api.frames.schema.datatypes.collection.VectorType
-
- getDimension() - Method in class oracle.pgx.api.PgxVect
-
- getDimension() - Method in class oracle.pgx.api.Property
-
Gets the dimension.
- getDimension() - Method in class oracle.pgx.api.PropertyMetaData
-
Returns the dimension of the property
- getDimension() - Method in class oracle.pgx.api.Scalar
-
- getDimension() - Method in class oracle.pgx.config.GraphPropertyConfig
-
dimension of property
- 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 interface oracle.pg.text.OracleIndex
-
Gets the directory name for this index.
- getDiscriminator() - Method in class oracle.pgx.config.mllib.GraphWiseDgiLayerConfig
-
- getDistinctVertexTabIdxName(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the name of an index of the distinct vertex table for the specified code
- getDistinctVertexTabName() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the name of the graph distinct vertex table
- getDistinctVertexTabNameNoSchema() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the name of the graph distinct vertex table
- 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 interface oracle.pg.text.OracleIndex
-
Get index document's identifier.
- getDOP() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
-
Get the degree of parallelism to use as a SQL hint for index creation
- getDOPForMetadataOperations() - Method in interface oracle.pg.common.OracleGraphAttributeUpdater
-
- getDouble(int) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element index as a Double
- getDouble(String) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element name as a Double
- getDouble(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element index as a Double
- getDouble(String) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element name as a Double
- getDouble(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a Double
- getDouble(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a Double
- getDropTranslation() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlDropTrans
-
Returns a SQL string that is used in the translation of a PGQL DROP PROPERTY GRAPH: A call to opg_apis.drop_pg to drop PG tables
- 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
-
- getEdge(Object) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Return the edge referenced by the object identifier.
- getEdge(Object) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Return the edge referenced by the object identifier.
- getEdge(Object) - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the edge referenced by the object identifier.
- getEdge(int) - Method in interface oracle.pgx.api.PgqlResultSet
-
Gets the value of the designated element by element index as a
PgxEdge
- getEdge(String) - Method in interface oracle.pgx.api.PgqlResultSet
-
Gets the value of the designated element by element name as a
PgxEdge
- getEdge(long) - Method in class oracle.pgx.api.PgxGraph
-
- getEdge(String) - Method in class oracle.pgx.api.PgxGraph
-
- getEdge(int) - Method in interface oracle.pgx.api.PgxResult
-
Gets the value of the designated element by element index as a
PgxEdge
- getEdge(String) - Method in interface oracle.pgx.api.PgxResult
-
Gets the value of the designated element by element name as a
PgxEdge
- getEdge(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a
PgxEdge
- getEdge(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a
PgxEdge
- getEdgeAsync(long) - Method in class oracle.pgx.api.PgxGraph
-
Looks up a
PgxEdge
of this graph by ID.
- getEdgeAsync(String) - Method in class oracle.pgx.api.PgxGraph
-
Looks up a
PgxEdge
of this graph by ID.
- getEdgeAutoIndexName() - Method in class oracle.pg.text.OracleIndexManager
-
Gets the name used for the edge auto index.
- getEdgeBlockCacheSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets the size of the block cache (in bytes) associated to the edge table
- 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.
- getEdgeDestinationColumn() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
name or index (starting from 1) of column corresponding to edge destination (for CSV format only)
- getEdgeDestinationColumn() - Method in class oracle.pgx.config.FileGraphConfig
-
name or index (starting from 1) of column corresponding to edge destination (for CSV format only)
- getEdgeDestinationColumn() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
name or index (starting from 1) of column corresponding to edge destination (for CSV format only)
- getEdgeExtension() - Method in class oracle.pgx.config.AbstractFileGraphStoringConfig
-
Get the extension to use for edge files
- getEdgeExtension() - Method in class oracle.pgx.config.FileGraphStoringConfig
-
the extension to use when creating edge file partitions
- getEdgeFilterCallback() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Get the default EdgeFilterCallback associated to this property graph
- getEdgeIdColumn() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
name or index (starting from 1) of column corresponding to edge id (for CSV format only)
- getEdgeIdColumn() - Method in class oracle.pgx.config.FileGraphConfig
-
name or index (starting from 1) of column corresponding to edge id (for CSV format only)
- getEdgeIdColumn() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
name or index (starting from 1) of column corresponding to edge id (for CSV format only)
- getEdgeIdGenerationStrategy() - Method in class oracle.pgx.config.GraphBuilderConfig
-
if AUTO_GENERATED
edges IDs are auto generated.
- getEdgeIdStrategy() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the ID strategy used for the edges of this graph.
- getEdgeIdStrategy() - Method in class oracle.pgx.api.PgxGraph
-
Gets the ID strategy used for the edges of this graph.
- getEdgeIdStrategy() - Method in class oracle.pgx.config.FileGraphConfig
-
Indicates what ID strategy should be used for the edges of this graph.
- getEdgeIdStrategy() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
Indicates what ID strategy should be used for the edges of this graph.
- getEdgeIdStrategy() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
Indicates what ID strategy should be used for the edges of this graph.
- getEdgeIdStrategy() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
Indicates what ID strategy should be used for the edges of this graph.
- getEdgeIdStrategy() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
Indicates what ID strategy should be used for the edges of this graph.
- getEdgeIdStrategy() - Method in class oracle.pgx.config.RdfGraphConfig
-
Indicates what ID strategy should be used for the edges of this graph.
- getEdgeIdStrategy() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Indicates what ID strategy should be used for the edges of this graph.
- getEdgeIdStrategy() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Indicates what ID strategy should be used for the edges of this graph.
- getEdgeIdType() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the edge ID type of this graph.
- getEdgeIdType() - Method in class oracle.pgx.config.FileGraphConfig
-
type of the edge ID.
- getEdgeIdType() - Method in class oracle.pgx.config.GraphConfig
-
Get the edge ID type of this graph configuration
- getEdgeIdType() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
type of the edge ID.
- getEdgeIdType() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
type of the edge ID.
- getEdgeIdType() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
type of the edge ID.
- getEdgeIdType() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
type of the edge ID.
- getEdgeIdType() - Method in class oracle.pgx.config.RdfGraphConfig
-
type of the edge ID.
- getEdgeIdType() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
type of the edge ID.
- getEdgeIdType() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
type of the edge ID.
- getEdgeIndex(String) - Method in class oracle.pg.text.OracleIndexManager
-
Gets the edge manual index associated to the specified index name
- getEdgeInitialNumRegions() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the initial number of regions defined for the Apache HBase Edge tables associated to this property graph.
- getEdgeInputFeatureDim() - Method in class oracle.pgx.api.mllib.GraphWiseModel
-
Gets the edges input feature dimension, that is, the dimension of all the input vertex properties when concatenated
- getEdgeInputFeatureDim() - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- getEdgeInputPropertyNames() - Method in class oracle.pgx.api.mllib.GraphWiseModel
-
Gets the edges input feature names
- getEdgeInputPropertyNames() - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- 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.hbase.OraclePropertyGraph
-
Returns an instance of OracleEdgeBase.
- getEdgeInstance(OracleVertexBase, OracleVertexBase, String, Long, boolean, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Returns an instance of OracleEdgeBase.
- getEdgeInstance(Long, boolean, boolean) - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns an instance of OracleEdgeBase.
- getEdgeLabel(Object) - Method in interface oracle.pg.common.SparkUtilsBase
-
When the given graph element is a repsentation of an Edge, returns the edge label.
- getEdgeLabel(Object) - Method in class oracle.pg.hbase.SparkUtils
-
When the given graph element is a repsentation of an Edge, returns the edge label.
- getEdgeLabel() - Method in class oracle.pg.rdbms.EdgeChange
-
- getEdgeLabel() - Method in class oracle.pgx.api.PgxGraph
-
- getEdgeLabelAsync() - Method in class oracle.pgx.api.PgxGraph
-
Get the edge labels belonging to this graph.
- getEdgeLabelColumn() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
name or index (starting from 1) of column corresponding to edge label (for CSV format only)
- getEdgeLabelColumn() - Method in class oracle.pgx.config.FileGraphConfig
-
name or index (starting from 1) of column corresponding to edge label (for CSV format only)
- getEdgeLabelColumn() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
name or index (starting from 1) of column corresponding to edge label (for CSV format only)
- getEdgeLabelSizeLimit() - Method in interface oracle.pg.common.BackendConfig
-
Getter method for the Edge label size limit
- getEdgeLabelSizeLimit() - Method in class oracle.pg.hbase.BackendConfigHBaseDb
-
Getter method for the Edge label size limit
- getEdgeLabelSizeLimit() - Method in class oracle.pg.rdbms.BackendConfigOracleRdbms
-
Getter method for the Edge label size limit
- getEdgePartitionsNumber() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the number of HASH partitions of the edge table.
- getEdgeProperties() - Method in class oracle.pgx.api.PgxGraph
-
- getEdgePropertiesAsync() - Method in class oracle.pgx.api.PgxGraph
-
Get the set of edge properties belonging to this graph.
- getEdgeProperty(String) - Method in class oracle.pgx.api.PgxGraph
-
- getEdgeProperty(Namespace, String) - Method in class oracle.pgx.api.PgxGraph
-
- getEdgePropertyAsync(String) - Method in class oracle.pgx.api.PgxGraph
-
Gets an edge property of this graph
- getEdgePropertyAsync(Namespace, String) - Method in class oracle.pgx.api.PgxGraph
-
Gets an edge property of this graph in the given namespace.
- getEdgePropertyDefault(int) - Method in class oracle.pgx.config.GraphConfig
-
Get the default value of a edge property by index
- getEdgePropertyDimension(int) - Method in class oracle.pgx.config.GraphConfig
-
Get the dimension of a edge property by index
- getEdgePropertyName(int) - Method in class oracle.pgx.config.GraphConfig
-
Get the name of a edge property by index
- getEdgePropertyNames(int, int, Set<String>) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Gets the property names of all edges.
- getEdgePropertyNames(int, int, Set<String>, ProgressListener) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Gets the property names of all edges using parallel scans and the specified DOP.
- getEdgePropertyNames(int, int, Map<String, Class>) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Gets the property names of all edges.
- getEdgePropertyNames(int, int, Map<String, Class>, ProgressListener) - Method in interface oracle.pg.common.OracleMetadataGraph
-
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.hbase.OraclePropertyGraph
-
Gets the property names of all edges using parallel scans and the specified DOP.
- getEdgePropertyNames(int, int, Map<String, Class>, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets the property names of all edges using parallel scans and the specified DOP.
- getEdgePropertyType(int) - Method in class oracle.pgx.config.GraphConfig
-
Get the name of a edge property by index
- getEdgePropertyTypes() - Method in class oracle.pgx.config.GraphConfig
-
- getEdgeProps() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
- getEdgeProps() - Method in class oracle.pgx.config.FileGraphConfig
-
specification of edge properties associated with graph
- getEdgeProps() - Method in class oracle.pgx.config.GraphConfig
-
Get the vertex properties of this graph configuration
- getEdgeProps() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
specification of edge properties associated with graph
- getEdgeProps() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
specification of edge properties associated with graph
- getEdgeProps() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
specification of edge properties associated with graph
- getEdgeProps() - Method in class oracle.pgx.config.RdfGraphConfig
-
specification of edge properties associated with graph
- getEdgeProps() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
specification of edge properties associated with graph
- getEdgeProps() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
specification of edge properties associated with graph
- getEdgeProviderNamesWhereDestination() - Method in class oracle.pgx.api.VertexProviderMetaData
-
Returns the list of edge providers for which this vertex provider is the destination provider
- getEdgeProviderNamesWhereSource() - Method in class oracle.pgx.api.VertexProviderMetaData
-
Returns the list of edge providers for which this vertex provider is the source provider
- getEdgeProviders() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
Get the vertex providers of this graph configuration
- getEdgeProviders() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
list of edge providers in this graph
- getEdgeProvidersMetaData() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the edge tables metadata
- getEdges(EdgeFilter) - Method in class oracle.pgx.api.PgxGraph
-
- getEdges(EdgeFilter, String) - Method in class oracle.pgx.api.PgxGraph
-
- getEdges() - Method in class oracle.pgx.api.PgxGraph
-
- getEdges() - Method in class oracle.pgx.api.PgxPath
-
Gets the edges of this path.
- getEdgesAsync(EdgeFilter) - Method in class oracle.pgx.api.PgxGraph
-
Creates a new edge set containing edges according to the given filter expression.
- getEdgesAsync(EdgeFilter, String) - Method in class oracle.pgx.api.PgxGraph
-
Creates a new edge set containing edges according to the given filter expression.
- getEdgesAsync() - Method in class oracle.pgx.api.PgxGraph
-
Creates a new edge set containing all edges.
- getEdgesKeyColumn() - Method in interface oracle.pgx.config.TwoTablesGraphConfig
-
- getEdgesKeyColumn() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
name of primary key column in edges table
- getEdgesKeyColumn() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
name of primary key column in edges table
- getEdgesLabelColumn() - Method in interface oracle.pgx.config.TwoTablesGraphConfig
-
- getEdgesLabelColumn() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
column name for edge label
- getEdgesLabelColumn() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
column name for edge label
- getEdgeSndIndexBlockCacheSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets the size of the block cache (in bytes) associated to the secondary index edge table
- getEdgeSndIndexTabName() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the name of the Apache HBase table used to store secondary indexes on edges in this property graph.
- getEdgeSourceColumn() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
name or index (starting from 1) of column corresponding to edge source (for CSV format only)
- getEdgeSourceColumn() - Method in class oracle.pgx.config.FileGraphConfig
-
name or index (starting from 1) of column corresponding to edge source (for CSV format only)
- getEdgeSourceColumn() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
name or index (starting from 1) of column corresponding to edge source (for CSV format only)
- getEdgesTableName() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getEdgesTableName() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
name of edges table
- getEdgesViewName() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the name of view for edges
- getEdgeTabIdxName(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the name of an index of the edge table for the specified code
- getEdgeTableRegionsInfo() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets the information of all HBase regions of the edge table
- getEdgeTableSplits() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the number of Edge table splits based on the current number of splits per region associated to this graph and the number of regions in the edge table.
- getEdgeTabName() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the name of the Apache HBase table used to store edges in this property graph.
- getEdgeTabName() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the name of the edge table
- getEdgeTabName() - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
- getEdgeTabNameNoSchema() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the name of the edge table
- getEdgeUris() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
Get the unified resource identifiers for the files with the graph edge data
- getEdgeUris() - Method in class oracle.pgx.config.FileGraphConfig
-
list of unified resource identifiers
- getEdgeUris() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
list of unified resource identifiers
- getElementId(Object) - Method in interface oracle.pg.common.SparkUtilsBase
-
This method returns a graph element (Vertex or Edge) ID.
- getElementId(Object) - Method in class oracle.pg.hbase.SparkUtils
-
This method returns a graph element (Vertex or Edge) ID.
- getElementsProperties(Object[], String, Class<? extends OracleElementBase>) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Return an iterable of Entry<Long in the graph identified by the specified requestedIds using the specified dop
- getElementsProperties(Object[], String, int, Class<? extends OracleElementBase>) - Method in interface oracle.pg.common.OracleMetadataGraph
-
- getElementsProperties(Object[], String, int, Class<? extends OracleElementBase>) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
- getElementType() - Method in class oracle.pgx.api.PgqlResultElement
-
Gets the type of this result element
- getEmbeddedInstance() - Static method in class oracle.pg.rdbms.GraphServer
-
Connects to an embedded graph server.
- getEmbedding() - Method in class oracle.pgx.api.mllib.GnnExplanation
-
Gets the inferred embedding of the specified vertex.
- getEmbeddingDim() - Method in class oracle.pgx.api.mllib.GraphWiseModel
-
Gets the dimension of the embeddings
- getEmbeddingDim() - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- getEndSCN() - Method in class oracle.pg.rdbms.DataChange
-
- getEnterpriseSchedulerConfig() - Method in class oracle.pgx.config.PgxConfig
-
configuration parameters for the enterprise scheduler
- getEnterpriseSchedulerFlags() - Method in class oracle.pgx.config.PgxConfig
-
[relevant for enterprise_scheduler] enterprise scheduler specific settings.
- getEnterpriseSchedulerFlags() - Method in class oracle.pgx.config.RuntimeConfig
-
[relevant for enterprise_scheduler] enterprise scheduler specific settings.
- getEntityType() - Method in interface oracle.pg.common.EdgeOpCallback
-
- getEntityType() - Method in interface oracle.pg.common.OpCallback
-
- getEntityType() - Method in interface oracle.pg.common.VertexOpCallback
-
- getEntityType() - Method in enum oracle.pgx.api.filter.FilterType
-
- getEntityType() - Method in class oracle.pgx.api.Property
-
Gets the entity type.
- getEntityTypeAsInt(Class<T>) - Static method in class oracle.pg.text.OracleIndexManager
-
Gets the identifier associated to the specified index Class.
- getErrorHandling() - Method in interface oracle.pgx.config.CommonLoadableConfig
-
Get the error handling configuration of this graph configuration
- getErrorHandling() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.FileGraphConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.RdfGraphConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
error handling configuration
- getEsIndexName() - Method in class oracle.pgx.config.AbstractEsEntityProviderConfig
-
- getEsIndexName(AbstractPartitionedGraphConfig) - Method in class oracle.pgx.config.AbstractEsEntityProviderConfig
-
- getEsIndexName() - Method in interface oracle.pgx.config.EsConnectionConfig
-
Es Index name
- getEsIndexName() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
Index name on the Elasticsearch server form which graph data is loaded
- getEsIndexName() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
Index name on the Elasticsearch server form which graph data is loaded
- getEsQuery() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
Elasticsearch query expressed as escaped JSON string
- getEstimatedRatings(PgxVertex<ID>) - Method in class oracle.pgx.api.MatrixFactorizationModel
-
- getEstimatedRatingsAsync(PgxVertex<ID>) - Method in class oracle.pgx.api.MatrixFactorizationModel
-
Computes estimated ratings for a specific vertex.
- getEsUrl(AbstractPartitionedGraphConfig) - Method in class oracle.pgx.config.AbstractEsEntityProviderConfig
-
- getEsUrl() - Method in interface oracle.pgx.config.EsConnectionConfig
-
Es URL pointing to an Es instance
- getEsUrl() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
Elasticsearch URL pointing to an Elasticsearch instance
- getEsUrl() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
Elasticsearch URL pointing to an Elasticsearch instance
- getExecutablePath() - Method in class oracle.pgx.config.PgxConfig
-
Path to the PGX.D executable.
- getExecutionEnvironment() - Method in class oracle.pgx.api.PgxSession
-
Gets the execution environment for this session.
- getExpression() - Method in class oracle.pgx.config.FilterExpressionConfig
-
the filter expression
- getExtendedVersion() - Method in interface oracle.pgx.api.admin.Control
-
Gets an extended version.
- getExternalStores() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
- getExternalStores() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
- getExternalStores() - Method in class oracle.pgx.config.FileGraphConfig
-
Specification of the external stores where external string properties reside.
- getExternalStores() - Method in class oracle.pgx.config.GraphConfig
-
- getExternalStores() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
Specification of the external stores where external string properties reside.
- getExternalStores() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
Specification of the external stores where external string properties reside.
- getExternalStores() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
Specification of the external stores where external string properties reside.
- getExternalStores() - Method in class oracle.pgx.config.RdfGraphConfig
-
Specification of the external stores where external string properties reside.
- getExternalStores() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Specification of the external stores where external string properties reside.
- getExternalStores() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Specification of the external stores where external string properties reside.
- getFastAnalysisEnvironment() - Method in class oracle.pgx.api.executionenvironment.ExecutionEnvironment
-
- getFastAnalysisTaskConfig() - Method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
configuration for fast analysis tasks
- getFeatures() - Method in class oracle.pgx.api.MatrixFactorizationModel
-
Gets the features of this model.
- getFetchIntervalSec() - Method in class oracle.pgx.config.GraphLoadingConfig
-
(only relevant if the format supports delta updates) the interval in which the graph source is queried for changes
- getFetchSize() - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
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.pgql.PgqlStatement
-
Returns the the number of rows that should be fetched from the database when more rows are needed for a query result.
- getField(Class<T>) - Method in enum oracle.pgx.api.executionenvironment.ExecutionEnvironmentField
-
gets the
ConfigField
, ensuring it is of type
expectedClass
- getField() - Method in enum oracle.pgx.api.executionenvironment.ExecutionEnvironmentField
-
- getField() - Method in class oracle.pgx.config.GraphPropertyConfig
-
name of the JSON field holding the property data.
- getFileLocation() - Method in class oracle.pgx.config.AuthorizationEntityPermissionConfig
-
name of a defined file-location
- getFileLocations() - Method in class oracle.pgx.config.AbstractPgxConfig
-
- getFileLocations() - Method in class oracle.pgx.config.PgxConfig
-
the file-locations that can be used in the authorization-config
- getFilter() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
-
Get the filter preference determining how text is filtered for indexing.
- getFilter() - Method in class oracle.pgx.config.GraphLoadingConfig
-
if not null
, load subgraph specified by this filter
- getFilter() - Method in class oracle.pgx.config.ProviderLoadingConfig
-
[currently unsupported] the filter expression
- getFilterExpression() - Method in class oracle.pgx.api.filter.GraphFilterWithExpression
-
- getFilterStrategy() - Method in class oracle.pgx.config.GraphLoadingConfig
-
the strategy to process the filter
- getFlag() - Method in class oracle.pg.common.OracleElementBase
-
- getFlag() - Method in enum oracle.pgx.api.GmCompilerOptimization
-
- getFloat(int) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element index as a Float
- getFloat(String) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element name as a Float
- getFloat(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element index as a Float
- getFloat(String) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element name as a Float
- getFloat(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a Float
- getFloat(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a Float
- getFormat() - Method in class oracle.pgx.config.AbstractGraphPropertyConfig
-
- getFormat() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
- getFormat() - Method in interface oracle.pgx.config.CommonLoadableConfig
-
Get the format of this graph configuration
- getFormat() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
provider format
- getFormat() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
provider format
- getFormat() - Method in class oracle.pgx.config.FileGraphConfig
-
graph format
- getFormat() - Method in class oracle.pgx.config.GraphPropertyConfig
-
array of formats of property
- getFormat() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
graph format
- getFormat() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
graph format
- getFormat() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
graph format
- getFormat() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
provider format
- getFormat() - Method in class oracle.pgx.config.RdfGraphConfig
-
graph format
- getFormat() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
graph format
- getFormat() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
graph format
- getFormats(GraphPropertyConfig) - Static method in class oracle.pgx.config.GraphFormatConfig
-
- getFromNidColumn() - Method in interface oracle.pgx.config.TwoTablesGraphConfig
-
- getFromNidColumn() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
column name for source node
- getFromNidColumn() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
column name for source node
- getFunctionName() - Method in class oracle.pgx.config.AbstractUdfFunctionConfig
-
- getFunctionName() - Method in class oracle.pgx.config.UdfFunctionConfig
-
name of the function used as identifier in PGX
- getGeneralPermission() - Method in class oracle.pgx.common.auth.PgxGenericPermission
-
- getGeneralPermissions() - Method in class oracle.pgx.config.AbstractAuthorizationEntityConfig
-
- getGeneralPermissions() - Method in class oracle.pgx.config.AbstractAuthorizationEntityConfig.Permissions
-
- getGhostMaxNodeCounts() - Method in class oracle.pgx.config.PgxConfig
-
The maximum number of ghost vertices for each graph.
- getGhostMinNeighbors() - Method in class oracle.pgx.config.PgxConfig
-
The minimum number of neighbors a vertex must have in order to be made a ghost (which is a vertex replicated on every machine).
- getGlobalLimitTypes() - Static method in enum oracle.pgx.config.DataMemoryLimitType
-
- getGrant() - Method in class oracle.pgx.config.AuthorizationEntityPermissionConfig
-
name of the permission to be granted (read, write, export, manage, pgx_session_create, pgx_session_new_graph, pgx_session_get_published_graph, pgx_session_add_published_graph, pgx_session_compile_algorithm, pgx_server_get_info, pgx_server_manage)
- getGraph() - Method in class oracle.pg.rdbms.pgql.PgqlConnection
-
Get the graph name on which PGQL queries will be executed for this connection.
- getGraph() - Method in class oracle.pgx.api.AllPaths
-
Gets the graph.
- getGraph() - Method in class oracle.pgx.api.Partition
-
Gets the graph.
- getGraph() - Method in interface oracle.pgx.api.PgqlResultSet
-
Gets the graph of this result set.
- getGraph() - Method in class oracle.pgx.api.PgxCollection
-
Gets the graph.
- getGraph() - Method in class oracle.pgx.api.PgxEntity
-
Gets the graph.
- getGraph() - Method in class oracle.pgx.api.PgxMap
-
Gets the PgxGraph this map is bound to.
- getGraph() - Method in class oracle.pgx.api.PgxPath
-
Gets the PgxGraph the Path is defined on.
- getGraph(String) - Method in class oracle.pgx.api.PgxSession
-
- getGraph(Namespace, String) - Method in class oracle.pgx.api.PgxSession
-
- getGraph() - Method in class oracle.pgx.api.Property
-
Gets the graph.
- getGraph() - Method in class oracle.pgx.api.Scalar
-
Gets the graph the scalar is bound to.
- getGraphAlgorithmLanguage() - Method in class oracle.pgx.config.PgxConfig
-
Frontend compiler to use.
- getGraphAsync(String) - Method in class oracle.pgx.api.PgxSession
-
References a graph with name name
loaded inside PGX.
- getGraphAsync(Namespace, String) - Method in class oracle.pgx.api.PgxSession
-
References a graph with name
name
within the given namespace: - if
namespace
is
Namespace.PRIVATE
, than the search occurs on already referenced snapshots of the graph with name
name
and the most recent snapshot is returned - if
namespace
is
Namespace.PUBLIC
, then the search occurs on published graphs and the most recent snapshot of the published graph with name
name
is returned - if
namespace
is
null
, then the PRIVATE namespace is searched first and, if no snapshot is found, the PUBLIC namespace is then searched, according to the shadowing rules
- getGraphDelta() - Method in class oracle.pgx.api.FlashbackSynchronizer
-
- getGraphDelta() - Method in interface oracle.pgx.api.Synchronizer
-
Get the description of the delta between current snapshot and the fetched changes.
- getGraphElementReprOnDB(Object) - Method in interface oracle.pg.common.SparkUtilsBase
-
This method returns a graph element representation stored in one of the underlying databases.
- getGraphElementReprOnDB(Object) - Method in class oracle.pg.hbase.SparkUtils
-
This method returns a graph element representation stored in one of the underlying databases.
- getGraphFilter() - Method in class oracle.pgx.api.filter.PathFindingFilter
-
- getGraphId() - Method in interface oracle.pgx.api.Operation
-
Gives the graph used in the operation
- getGraphIdPropertyType() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getGraphLetIdPropertyName() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the property name of the graphlet-id in the input graph
- getGraphLetIdPropertyName() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the property name of the graphlet-id in the input graph
- getGraphLetIdPropertyName() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getGraphletSizePropertyName() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the property-name for component size (used by default)
- getGraphletSizePropertyName() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the property name for graphlet size (default: "graphletSize-Pg2vec")
- getGraphletSizePropertyName() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- 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 interface oracle.pg.rdbms.pgql.PgqlSqlCreateTrans
-
Returns the graph name for the PGQL to SQL translation.
- getGraphName() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlDropTrans
-
Returns the graph name for the PGQL to SQL translation.
- getGraphName() - Method in interface oracle.pg.text.OracleIndex
-
Get the name of the associated graph
- getGraphNames(Configuration) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
-
List all the names of the property graphs stored in the given database
- 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.
- getGraphPermissions() - Method in class oracle.pgx.config.AbstractAuthorizationEntityConfig.Permissions
-
- getGraphs(Namespace) - Method in class oracle.pgx.api.PgxSession
-
- getGraphsAsync(Namespace) - Method in class oracle.pgx.api.PgxSession
-
Returns a collection of graph names accessible under the given namespace.
- getGraphSchema() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlCreateTrans
-
Returns the graph schema for the PGQL to SQL translation.
- getGraphSchema() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlDropTrans
-
Returns the graph schema for the PGQL to SQL translation.
- getGraphValidationLevel() - Method in class oracle.pgx.config.PgxConfig
-
level of validation performed on newly loaded or created graphs
- getGraphValidationLevel() - Method in class oracle.pgx.config.RuntimeConfig
-
level of validation performed on newly loaded or created graphs
- getGroupingBy() - Method in class oracle.pgx.config.ProviderLoadingConfig
-
[currently unsupported] array of edge properties used for aggregator.
- getGroupKey() - Method in class oracle.pgx.config.GraphPropertyConfig
-
[currently unsupported] can only be used if the property / key is part of the grouping expression
- getHadoopSecAuth() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
Hadoop authentication string
- getHandshakePort() - Method in class oracle.pgx.config.PgxConfig
-
a TCP port which will be used for handshaking of distributed backend processes.
- getHbaseConfiguration(PgHbaseGraphConfig) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets a HBase configuration from a PgHbaseGraphConfig object
- getHbaseSecAuth() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
HBase authentication string
- getHexSplitsWithEndpoints(String, String, int) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
-
Generates an array with the splits (including the end points) for the specified start and end keys.
- getHiddenDimension() - Method in class oracle.pgx.config.mllib.GraphWisePredictionLayerConfig
-
- getHmKerberosPrincipal() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
HM Kerberos principal
- getHostnames() - Method in class oracle.pgx.config.PgxConfig
-
A list of names or IP addresses of hosts which should be involved in a PGX.D cluster.
- getHosts() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
list of NoSQL hosts
- getID() - Method in class oracle.pg.rdbms.DataChange
-
- getId() - Method in class oracle.pgx.api.CompiledProgram
-
Gets the ID of this program.
- getId() - Method in interface oracle.pgx.api.EdgeBuilder
-
Gets the id of the element (vertex or edge) this builder belongs to
- getId() - Method in class oracle.pgx.api.graphbuilder.EdgeBuilderImpl
-
- getId() - Method in class oracle.pgx.api.graphbuilder.EdgeModifierImpl
-
- getId() - Method in class oracle.pgx.api.graphbuilder.VertexBuilderImpl
-
- getId() - Method in class oracle.pgx.api.graphbuilder.VertexModifierImpl
-
Gets the id of the element (vertex or edge) this builder belongs to
- getId() - Method in interface oracle.pgx.api.PgqlResultSet
-
Gets the ID of this result set.
- getId() - Method in class oracle.pgx.api.PgxCollection
-
Returns an internal identifier for this collection.
- getId() - Method in class oracle.pgx.api.PgxEntity
-
Gets the id.
- getId() - Method in class oracle.pgx.api.PgxGraph
-
Returns an internal identifier for this graph snapshot.
- getId() - Method in class oracle.pgx.api.PgxSession
-
Gets the session ID.
- getId() - Method in interface oracle.pgx.api.VertexBuilder
-
Gets the id of the element (vertex or edge) this builder belongs to
- getId() - Method in interface oracle.pgx.api.VertexModifier
-
- getIdentifier() - Method in class oracle.pgx.config.ExternalStoreConfig
-
The identifier that identifies the unique implementation for the external store API.
- getIdleTimeout() - Method in class oracle.pgx.api.PgxSession
-
Gets the idle timeout of this session.
- getIdType() - Method in class oracle.pgx.api.EdgeCollection
-
- getIdType() - Method in class oracle.pgx.api.EntityProviderMetaData
-
Gets the ID type of this entity table.
- getIdType() - Method in class oracle.pgx.api.PgxCollection
-
Gets the ID type of the element type.
- getIdType() - Method in class oracle.pgx.api.ScalarCollection
-
- getIdType() - Method in class oracle.pgx.api.VertexCollection
-
- getIdTypeForPropertyType(PropertyType) - Static method in class oracle.pgx.common.types.TypeConverter
-
Converts an IdType to the corresponding matching property type
- getIdValue(Object...) - Static method in class oracle.pg.common.OracleElementHelper
-
- getIfEthernet() - Method in class oracle.pgx.config.PgxConfig
-
IP network interface, used to initialize the network transport layer when using IP (Internet Protocol).
- getIfInfiniband() - Method in class oracle.pgx.config.PgxConfig
-
InfiniBand network interface, used to initialize the network transport layer when using InfiniBand.
- getIgnoredPredicates() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- getIgnoredPredicates() - Method in class oracle.pgx.config.RdfGraphConfig
-
predicates of triples that are ignored
- getImplementation() - Method in class oracle.pgx.config.RealmConfig
-
class name of the realm implementation to load
- getImplementationReference() - Method in class oracle.pgx.config.AbstractUdfFunctionConfig
-
- getImplementationReference() - Method in class oracle.pgx.config.UdfFunctionConfig
-
reference to the UDF implementation on the classpath
- getImportanceGraph() - Method in class oracle.pgx.api.mllib.GnnExplanation
-
Gets the importance Graph, that is, the computation graph with an additional vertex property indicating vertex importance.
- getInDegree() - Method in class oracle.pgx.api.PgxVertex
-
- getInDegreeAsync() - Method in class oracle.pgx.api.PgxVertex
-
Returns the inDegree of this vertex, i.e., the number of incoming edges of this vertex.
- getIndex(String, Class<T>) - Method in interface oracle.pg.common.OracleIndexableGraph
-
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 interface oracle.pg.text.OracleIndex
-
Gets the class associated to this index
- getIndexedKeys(Class<T>) - Method in interface oracle.pg.common.OracleIndexableGraph
-
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() - 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 property names associated to the specified auto index and stored in the index meta data table.
- getIndexName() - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
-
Gets the name of this index instance.
- getIndexName() - Method in interface oracle.pg.text.OracleIndex
-
Gets the name of this index
- 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 interface oracle.pg.common.OracleIndexableGraph
-
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.
- 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 interface oracle.pg.common.OracleIndexableGraph
-
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
- getInEdges() - Method in class oracle.pgx.api.PgxVertex
-
- getInEdgesAsync() - Method in class oracle.pgx.api.PgxVertex
-
Returns all incoming edges of this vertex.
- getInitialEdgeNumRegions() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
how many initial edge regions defined for the HBase tables
- getInitialPartitionIndex() - Method in class oracle.pgx.config.AbstractFileGraphStoringConfig
-
Get the index to use for the initial partition
- getInitialPartitionIndex() - Method in class oracle.pgx.config.FileGraphStoringConfig
-
the value used as initial partition index, i.e.
- getInitialVertexNumRegions() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
how many initial vertex regions defined for the HBase tables
- getInNeighbors() - Method in class oracle.pgx.api.PgxVertex
-
- getInNeighborsAsync() - Method in class oracle.pgx.api.PgxVertex
-
Returns all incoming neighbors of this vertex, i.e., all vertices that have an edge to this vertex.
- getInPlaceUpdateConsistencyModel() - Method in class oracle.pgx.config.PgxConfig
-
Consistency model used when in-place updates occur.
- getInputFeatureDim() - Method in class oracle.pgx.api.mllib.GraphWiseModel
-
Gets the input feature dimension, that is, the dimension of all the input vertex properties when concatenated
- getInputFeatureDim() - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- getInsertBatchSize() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
batch size of the rows to be inserted
- getInstance(String, String, Class<?>) - Static method in class oracle.pg.common.ColumnToAttrMapping
-
Gets a new instance of ColumnToAttrMapping with the specified parameters.
- getInstance(String, String) - Static method in class oracle.pg.common.ColumnToAttrMapping
-
Gets a new instance of ColumnToAttrMapping with the specified parameters.
- getInstance(String, Class<?>) - Static method in class oracle.pg.common.ColumnToAttrMapping
-
Gets a new instance of ColumnToAttrMapping with the specified parameters.
- getInstance(String, Class<?>, int) - Static method in class oracle.pg.common.ColumnToAttrMapping
-
Gets a new instance of ColumnToAttrMapping with the specified parameters.
- getInstance(OraclePropertyGraphBase) - Static method in class oracle.pg.common.EdgeCache
-
This method returns an instance of EdgeCache.
- getInstance() - Static method in class oracle.pg.common.ParametersBase
-
Returns a pre-created instance of a ParametersBase object.
- getInstance(String) - Static method in class oracle.pg.common.SimpleJsonDataWrapper
-
This method returns an instance of SimpleJsonDataWrapper
- getInstance(long) - Static method in class oracle.pg.common.SimpleLogBasedDataLoaderListenerImpl
-
This method returns an instance of DataLoaderListener
- getInstance(long, boolean) - Static method in class oracle.pg.common.SimpleLogBasedDataLoaderListenerImpl
-
This method returns an instance of DataLoaderListener
- getInstance(long) - Static method in class oracle.pg.common.SimpleLogBasedProgressListenerImpl
-
This method returns an instance of ProgressListener
- getInstance(String) - Static method in class oracle.pg.common.SimpleRdfDataWrapper
-
This method returns an instance of SimpleRdfDataWrapper
- getInstance(String) - Static method in class oracle.pg.common.SimpleSpatialDataWrapper
-
This method returns an instance of SimpleSpatialDataWrapper
- getInstance(OraclePropertyGraphBase) - Static method in class oracle.pg.common.VertexCache
-
This method returns an instance of VertexCache.
- getInstance() - Static method in class oracle.pg.hbase.BackendConfigHBaseDb
-
- getInstance(OraclePropertyGraph, Long) - Static method in class oracle.pg.hbase.OracleEdge
-
Returns an instance of OracleEdge
- getInstance(OraclePropertyGraph, Long, String) - Static method in class oracle.pg.hbase.OracleEdge
-
Returns an instance of OracleEdge
- getInstance(OraclePropertyGraph, Long, boolean) - Static method in class oracle.pg.hbase.OracleEdge
-
Returns an instance of OracleEdge.
- getInstance(OraclePropertyGraph, Long, String, boolean) - Static method in class oracle.pg.hbase.OracleEdge
-
Returns an instance of OracleEdge.
- getInstance(OraclePropertyGraph, Long, boolean, boolean) - Static method in class oracle.pg.hbase.OracleEdge
-
Returns an instance of OracleEdge.
- getInstance(OraclePropertyGraph, Long, String, boolean, boolean) - Static method in class oracle.pg.hbase.OracleEdge
-
Returns an instance of OracleEdge.
- getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, String, Long) - Static method in class oracle.pg.hbase.OracleEdge
-
Returns an instance of OracleEdge
- getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, String, Long, boolean) - Static method in class oracle.pg.hbase.OracleEdge
-
Returns an instance of OracleEdge
- getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, String, Long, boolean, boolean) - Static method in class oracle.pg.hbase.OracleEdge
-
Returns an instance of OracleEdge
- getInstance(OraclePropertyGraph, OracleVertexBase, OracleVertexBase, Long, boolean, boolean) - Static method in class oracle.pg.hbase.OracleEdge
-
Returns an instance of OracleEdge
- getInstance(PgHbaseGraphConfig) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Returns an instance of OraclePropertyGraph using a PGX PgHbaseGraphConfig object.
- getInstance(PgHbaseGraphConfig, long) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Returns an instance of OraclePropertyGraph using a PGX PgHbaseGraphConfig object.
- getInstance(Configuration, Connection, String) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Returns an instance of OraclePropertyGraph using the Apache HBase connection and graph name provided.
- getInstance(Configuration, Connection, String, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Returns an instance of OraclePropertyGraph using the Apache HBase connection and graph name provided.
- getInstance(Configuration, Connection, String, int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Returns an instance of OraclePropertyGraph using the Apache HBase connection and graph name provided.
- getInstance(Configuration, Connection, String, int, int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Returns an instance of OraclePropertyGraph using the Apache HBase connection and graph name provided.
- getInstance(Configuration, Connection, String, String, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Returns an instance of OraclePropertyGraph using the Apache HBase connection and graph name provided.
- getInstance(Configuration, Connection, String, String, int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Returns an instance of OraclePropertyGraph using the Apache HBase connection and graph name provided.
- getInstance(Configuration, Connection, String, String, int, int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Returns an instance of OraclePropertyGraph using the Apache HBase connection and graph name provided.
- getInstance(Configuration, Connection, String, String, int, int, int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Returns an instance of OraclePropertyGraph using the Apache HBase connection and graph name provided.
- getInstance(Configuration, Connection, String, String, DataBlockEncoding, int, int, int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Returns an instance of OraclePropertyGraph using the Apache HBase connection and graph name provided.
- getInstance() - Static method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
-
Returns an instance of OraclePropertyGraphDataLoader
- getInstance(OraclePropertyGraph, Long) - Static method in class oracle.pg.hbase.OracleVertex
-
Returns an instance of OracleVertex from the underlying graph
- getInstance(OraclePropertyGraph, Long, boolean) - Static method in class oracle.pg.hbase.OracleVertex
-
Returns an instance of OracleVertex.
- getInstance(OraclePropertyGraph, Long, boolean, boolean) - Static method in class oracle.pg.hbase.OracleVertex
-
Returns an instance of OracleVertex.
- getInstance(OraclePropertyGraph, Long, boolean, boolean, String) - Static method in class oracle.pg.hbase.OracleVertex
-
Returns an instance of OracleVertex.
- getInstance() - Static method in class oracle.pg.hbase.SparkUtils
-
A helper method to return an instance of SparkUtils
- getInstance(int, int, int, int, boolean, boolean, boolean, boolean) - Static method in class oracle.pg.rdbms.BackendConfigOracleRdbms
-
Gets a new instance of BackendConfigOracleRdbms with the specified parameters.
- getInstance() - Static method in class oracle.pg.rdbms.BackendConfigOracleRdbms
-
Gets a new instance of BackendConfigOracleRdbms
- getInstance(DataChange.ChangeAction, Long, String, Object, Long, Long, String, String, Long, Long) - Static method in class oracle.pg.rdbms.EdgeChange
-
- getInstance(ClientConfig, String, char[]) - Static method in class oracle.pg.rdbms.GraphServer
-
Connects to a remote graph server
- getInstance(ClientConfig, String, char[], int) - Static method in class oracle.pg.rdbms.GraphServer
-
Connects to a remote graph server
- getInstance(String, String, char[]) - Static method in class oracle.pg.rdbms.GraphServer
-
Connects to a remote graph server
- getInstance(String, String, char[], int) - Static method in class oracle.pg.rdbms.GraphServer
-
Connects to a remote graph server
- getInstance(String, String) - Static method in class oracle.pg.rdbms.GraphServer
-
Connects to a remote graph server
- getInstance(String, String, int) - Static method in class oracle.pg.rdbms.GraphServer
-
Connects to a remote graph server
- 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(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, 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(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(OraclePropertyGraph, Long, boolean, boolean, String) - 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
-
- getInstance(DataChange.ChangeAction, Long, String, Object, Long, Long, String, String) - Static method in class oracle.pg.rdbms.VertexChange
-
- getInstance() - Static method in class oracle.pgx.api.Pgx
-
- getInstance(String) - Static method in class oracle.pgx.api.Pgx
-
Get a handle to a PGX instance.
- getInstance(String, String) - Static method in class oracle.pgx.api.Pgx
-
Get a handle to a PGX instance, providing the token for authentication.
- getInstance(String, RealmClient) - Static method in class oracle.pgx.api.Pgx
-
Get a handle to a PGX instance, using a RealmClient
that provides authentication tokens
- getInstance(String, String, String, RealmClient) - Static method in class oracle.pgx.api.Pgx
-
Get a handle to a PGX instance.
- getInstance(String, String, String) - Static method in class oracle.pgx.api.Pgx
-
Get a handle to a PGX instance.
- getInstance(ClientConfig) - Static method in class oracle.pgx.api.Pgx
-
Get a handle to a PGX instance.
- getInstance(ClientConfig, RealmClient) - Static method in class oracle.pgx.api.Pgx
-
Get a handle to a PGX instance.
- getInstance(Map<ClientConfig.Field, Object>) - Static method in class oracle.pgx.config.AbstractClientConfig
-
- getInstance() - Static method in class oracle.pgx.config.AbstractPgxConfig
-
- getInstance(InputStream, String) - Static method in class oracle.pgx.config.AbstractPgxConfig
-
creates a server config from an input stream specified by parameter.
- getInstance() - Static method in class oracle.pgx.config.AbstractRuntimeConfig
-
- getInstance(Map<RuntimeConfig.Field, Object>) - Static method in class oracle.pgx.config.AbstractRuntimeConfig
-
- getInstance(InputStream) - Static method in class oracle.pgx.config.AbstractRuntimeConfig
-
- getInstanceName() - Method in class oracle.pgx.config.PgxConfig
-
Instance name sent as label to debug server.
- getInstanceWithSplits(Configuration, Connection, String, int) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Returns an instance of OraclePropertyGraph using the Apache HBase connection and graph name provided and the specified number of splits per region.
- getInteger(int) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element index as an Integer
- getInteger(String) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element name as an Integer
- getInteger(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element index as an Integer
- getInteger(String) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element name as an Integer
- getInteger(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as an Integer
- getInteger(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as an Integer
- getIntervalToPollMax() - Method in class oracle.pgx.config.AbstractEngineConfig
-
- getIntervalToPollMax() - Method in class oracle.pgx.config.PgxConfig
-
Exponential backoff upper bound (in ms) to which -once reached, the job status polling interval is fixed
- getInvalidEdgeIDSet() - Method in interface oracle.pg.common.OracleMetadataGraph
-
Gets a set of invalid edges that are stored in the property graph.
- getInvalidEdgeIDSet(int) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Gets a set of invalid edges that are stored in the property graph.
- getInvalidEdgeIDSet(int, ProgressListener) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Gets a set of invalid edges that are stored in the property graph.
- getInvalidEdgeIDSet(int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
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.
- 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(Object) - Method in class oracle.pg.hbase.SparkUtils
-
When the given graph element is a repsentation of an Edge, returns the in-vertex (or destination) ID.
- getIoEnvironment() - Method in class oracle.pgx.api.executionenvironment.ExecutionEnvironment
-
- getIsLeftProperty() - Method in class oracle.pgx.api.BipartiteGraph
-
- getIsLeftPropertyAsync() - Method in class oracle.pgx.api.BipartiteGraph
-
Gets the 'is Left' vertex property of the graph.
- getJavaClassPath() - Method in class oracle.pgx.config.PgxConfig
-
Path to required java libraries.
- getJavaHomeDir() - Method in class oracle.pgx.config.PgxConfig
-
The path to Java's home directory.
- 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/"
- getJdbcConnection() - Method in class oracle.pg.rdbms.pgql.PgqlConnection
-
Get the JDBC connection that is used to execute PGQL queries
- getJdbcUrl(AbstractPartitionedGraphConfig) - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
- getJdbcUrl() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- getJdbcUrl() - Method in interface oracle.pgx.config.DbConnectionConfig
-
JDBC URL pointing to an RDBMS instance
- getJdbcUrl() - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- getJdbcUrl() - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- getJdbcUrl() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
jdbc URL pointing to an RDBMS instance
- getJdbcUrl() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
jdbc URL pointing to an RDBMS instance
- getJdbcUrl() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
jdbc URL pointing to an RDBMS instance
- getJdbcUrl() - Method in class oracle.pgx.config.RdfGraphConfig
-
jdbc URL pointing to an RDBMS instance
- getJdbcUrl() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
jdbc URL pointing to an RDBMS instance
- 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
-
- getKey() - Method in class oracle.pg.rdbms.index.oratext.OracleTextQueryObject
-
Get the key used for filtering the key/value pairs matching the given OracleTextQueryObject
- getKey() - Method in class oracle.pg.text.Parameter
-
- getKey() - Method in class oracle.pgx.config.mllib.FileModelLoadingConfiguration
-
- getKey() - Method in class oracle.pgx.config.mllib.FileModelStoringConfiguration
-
- getKeyAliases() - Method in enum oracle.pgx.config.AnalysisTaskConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.AuthorizationEntityConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.AuthorizationEntityPermissionConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.AuthorizationLocationConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.BasicSchedulerConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.ClientConfig.Field
-
- getKeyAliases() - Method in interface oracle.pgx.config.ConfigField
-
Gets the key aliases of this field which are also recognized during parsing.
- getKeyAliases() - Method in enum oracle.pgx.config.DataMemoryLimitsConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.EnterpriseSchedulerConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.EsEntityProviderConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.ExternalStoreConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.FileEntityProviderConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.FileGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.FileGraphStoringConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.FilterExpressionConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.FrontierRedactedVerticesConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.GraphBuilderConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.GraphErrorHandlingConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.GraphLoadingConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.GraphPropertyConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.PartitionedGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.PgHbaseGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.PgRdbmsGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.PreloadGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.PropertiesRedactionRuleConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.ProviderLoadingConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.RdbmsEntityProviderConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.RdfGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.RdfGraphPrefixConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.RealmConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.TwoTablesRdbmsGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.TwoTablesTextGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.UdfConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.UdfFunctionArgumentConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.UdfFunctionConfig.Field
-
- getKeyColumn() - Method in class oracle.pgx.config.AbstractFileEntityProviderConfig
-
name or index (starting from 1) of column corresponding to keys (for CSV format only)
- getKeyColumn() - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
- getKeyColumn() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
name or index (starting from 1) of column corresponding to keys (for CSV format only)
- getKeyColumn() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
name of the column in the database table containing the keys of the entities
- getKeyField() - Method in class oracle.pgx.config.AbstractEsEntityProviderConfig
-
- getKeyField() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
name of the field in the Elasticsearch index containing the keys of the entity
- getKeystore() - Method in class oracle.pgx.config.ClientConfig
-
path to the keystore to use for client connections.
- getKeystoreAlias() - Method in class oracle.pgx.config.AbstractEsEntityProviderConfig
-
- getKeystoreAlias(AbstractPartitionedGraphConfig) - Method in class oracle.pgx.config.AbstractEsEntityProviderConfig
-
- getKeystoreAlias() - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
- getKeystoreAlias(AbstractPartitionedGraphConfig) - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
- getKeystoreAlias() - Method in interface oracle.pgx.config.CommonLoadableConfig
-
Gets the keystore alias.
- getKeystoreAlias() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
alias to the keystore to use when connecting to database
- getKeystoreAlias() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
alias to the keystore to use when connecting to database
- getKeystoreAlias() - Method in class oracle.pgx.config.FileGraphConfig
-
alias to the keystore to use when connecting to database
- getKeystoreAlias() - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- getKeystoreAlias() - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- getKeystoreAlias() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
alias to the keystore to use when connecting to database
- getKeystoreAlias() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
alias to the keystore to use when connecting to database
- getKeystoreAlias() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
alias to the keystore to use when connecting to database
- getKeystoreAlias() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
alias to the keystore to use when connecting to database
- getKeystoreAlias() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
alias to the keystore to use when connecting to database
- getKeystoreAlias() - Method in class oracle.pgx.config.RdfGraphConfig
-
alias to the keystore to use when connecting to database
- getKeystoreAlias() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
alias to the keystore to use when connecting to database
- getKeystoreAlias() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
alias to the keystore to use when connecting to database
- getKeytab() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
path to keytab file
- getKeyType() - Method in class oracle.pgx.api.PgxMap
-
Gets the key type.
- getKeyType() - Method in class oracle.pgx.config.EntityProviderConfig
-
Get the key type of this provider configuration
- getKeyType() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
type of the keys
- getKeyType() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
type of the keys
- getKeyType() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
type of the keys
- getLabel() - Method in class oracle.pg.rdbms.PGUtils.RDFPredicate
-
This method returns the name of the property graph attributes/key
- getLabel() - Method in class oracle.pgx.api.mllib.SupervisedGnnExplanation
-
Gets the inferred label for the specified vertex.
- getLabel() - Method in class oracle.pgx.api.PgxEdge
-
- getLabel() - Method in class oracle.pgx.config.EntityProviderConfig
-
Get the custom label configured for the entities from this provider.
- getLabel() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
label for the entities loaded from this provider
- getLabel() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
label for the entities loaded from this provider
- getLabel() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the label to use when reading the graph
- getLabel() - Method in class oracle.pgx.config.PropertiesRedactionRuleConfig
-
Vertex / Edge label to which the rule is applied
- getLabel() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
label for the entities loaded from this provider
- getLabelAsync() - Method in class oracle.pgx.api.PgxEdge
-
Gets the label.
- getLabelMaps() - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- getLabels() - Method in class oracle.pgx.api.EntityProviderMetaData
-
Returns the list of provider labels ("type labels").
- getLabels() - Method in class oracle.pgx.api.PgxVertex
-
- getLabelsAsync() - Method in class oracle.pgx.api.PgxVertex
-
Gets the labels
- getLabelType() - Method in class oracle.pgx.config.mllib.LabelMaps
-
- getLabelType() - Method in class oracle.pgx.config.mllib.loss.DevNetLoss
-
- getLabelType() - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- getLabelValue(Object...) - Static method in class oracle.pg.common.OracleElementHelper
-
- getLabelValueDelimiter() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getLanguage() - Method in class oracle.pgx.config.AbstractUdfFunctionConfig
-
- getLanguage() - Method in class oracle.pgx.config.UdfFunctionConfig
-
language the function is implemented in
- getLargeArrayThreshold() - Method in class oracle.pgx.config.PgxConfig
-
threshold when the size of an array is too big to use a normal Java array.
- getLargeArrayThreshold() - Method in class oracle.pgx.config.RuntimeConfig
-
threshold when the size of an array is too big to use a normal Java array.
- getLargeBufCount() - Method in class oracle.pgx.config.PgxConfig
-
Number of large buffers populated in the pool.
- getLargeBufSizeKb() - Method in class oracle.pgx.config.PgxConfig
-
Size in kB of the large buffers.
- getLayerSize() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the number of dimensions for the output vectors
- getLayerSize() - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Gets the number of dimensions for the output vectors (default: 200)
- getLayerSize() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the number of dimensions for the output vectors
- getLayerSize() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the number of dimensions for the output vectors (default: 200)
- getLayerSize() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getLayerSize() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getLearningRate() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the initial learning rate
- getLearningRate() - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Gets the initial learning rate (default: 0.025)
- getLearningRate() - Method in class oracle.pgx.api.mllib.GraphWiseModel
-
Gets the initial learning rate
- getLearningRate() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the initial learning rate
- getLearningRate() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the initial learning rate (default: 0.025)
- getLearningRate() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getLearningRate() - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- getLearningRate() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getLeftFilter() - Method in class oracle.pgx.api.filter.BinaryGraphFilterOperation
-
Gets the filter object representing the left side of the operation.
- getLeftoverValues() - Method in class oracle.pgx.config.AnalysisTaskConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.AuthorizationEntityConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.AuthorizationEntityPermissionConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.AuthorizationLocationConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.BasicSchedulerConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.ClientConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.DataMemoryLimitsConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.ExternalStoreConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.FileGraphConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.FileGraphStoringConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.FilterExpressionConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.FrontierRedactedVerticesConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.GraphBuilderConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.GraphErrorHandlingConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.GraphLoadingConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.GraphPropertyConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.PgxConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.PreloadGraphConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.PropertiesRedactionRuleConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.ProviderLoadingConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.RdfGraphConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.RdfGraphPrefixConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.RealmConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.RuntimeConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.UdfConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.UdfFunctionArgumentConfig
-
Gets the values that do not belong to any field.
- getLeftoverValues() - Method in class oracle.pgx.config.UdfFunctionConfig
-
Gets the values that do not belong to any field.
- getLegacyDate(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a Date
- getLegacyDate(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a Date
- getLexerList() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
-
Get the lexer preference specifying the language of the text to be indexed.
- getList(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as an List<T>
- getList(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as an List<T>
- getLoadedDatabaseTableName() - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
Gives the name of the table in the database the we should load the data from.
- getLoadedEsIndexName() - Method in class oracle.pgx.config.AbstractEsEntityProviderConfig
-
Gives the name of the table in the database the we should load the data from.
- getLoading() - Method in class oracle.pgx.config.EntityProviderConfig
-
Get the loading configuration of this provider configuration
- getLoading() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.FileGraphConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.RdfGraphConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
loading-specific configuration
- getLoadingFilter() - Method in class oracle.pgx.config.GraphConfig
-
- getLoadingOptions() - Method in class oracle.pgx.config.GraphConfig
-
Get the loading configuration of this graph configuration
- getLoadingProgressReportingFrequency() - Method in class oracle.pgx.config.GraphLoadingConfig
-
indicates at what frequency the loading of vertices and edges should be logged.
- getLocalDateFormat() - Method in interface oracle.pgx.config.CommonLoadableConfig
-
The list of date formats to use when loading and storing local_date properties.
- getLocalDateFormat() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
array of local_date formats to use when loading and storing local_date properties.
- getLocalDateFormat() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
array of local_date formats to use when loading and storing local_date properties.
- getLocalDateFormat() - Method in class oracle.pgx.config.FileGraphConfig
-
array of local_date formats to use when loading and storing local_date properties.
- getLocalDateFormat() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
array of local_date formats to use when loading and storing local_date properties.
- getLocalDateFormat() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
array of local_date formats to use when loading and storing local_date properties.
- getLocalDateFormat() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
array of local_date formats to use when loading and storing local_date properties.
- getLocalDateFormat() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
array of local_date formats to use when loading and storing local_date properties.
- getLocalDateFormat() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
array of local_date formats to use when loading and storing local_date properties.
- getLocalDateFormat() - Method in class oracle.pgx.config.RdfGraphConfig
-
array of local_date formats to use when loading and storing local_date properties.
- getLocalDateFormat() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
array of local_date formats to use when loading and storing local_date properties.
- getLocalDateFormat() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
array of local_date formats to use when loading and storing local_date properties.
- getLocation() - Method in class oracle.pgx.common.auth.PgxGenericPermission
-
- getLocation() - Method in class oracle.pgx.config.AuthorizationLocationConfig
-
the path of the file-location
- getLog(Class) - Static method in class oracle.pg.common.SimpleLog
-
Returns the SimpleLog logger for the given class
- getLogConfigure() - Method in class oracle.pgx.config.PgxConfig
-
Path to a log configuration in Log4j (version 1) syntax.
- getLogits() - Method in class oracle.pgx.api.mllib.SupervisedGnnExplanation
-
Gets the inferred logits for the specified vertex.
- getLogStdRedirect() - Method in class oracle.pgx.config.PgxConfig
-
Path to a log file into which the standard output streams (stdout, stderr) of PGX.D backend should be redirected.
- getLong(int) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element index as a Long
- getLong(String) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element name as a Long
- getLong(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element index as a Long
- getLong(String) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element name as a Long
- getLong(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a Long
- getLong(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a Long
- getLoss() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the loss value during training
- getLoss() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the loss value during training
- getLoss() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getLoss() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getLossFunction() - Method in class oracle.pgx.api.mllib.UnsupervisedGraphWiseModel
-
Gets the loss function
- getLossFunction() - Method in class oracle.pgx.config.mllib.UnsupervisedGraphWiseModelConfig
-
- getLossFunctionClass() - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModel
-
Gets the loss function
- getLossFunctionClass() - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- getMainEdgeProviderMetaData() - Method in class oracle.pgx.api.GraphMetaData
-
- getMainVertexProviderMetaData() - Method in class oracle.pgx.api.GraphMetaData
-
- getMarkLoopForProfiling() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] ID for any additional loop to profile.
- getMatchBvList() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlModifyTrans
-
Returns a list of bind values that should be used with SQL translation of match clause
- getMatchTranslation() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlModifyTrans
-
Returns an array of SQL strings that are used in the PGQL to SQL translation of Match clause: 1) A CREATE statement with the description of the match table 2) An INSERT statement that should be used to populate the table with MATCH results
- getMaxActiveSessions() - Method in class oracle.pgx.config.PgxConfig
-
the maximum number of sessions allowed to be active at a time
- getMaxBatchSize(AbstractPartitionedGraphConfig) - Method in class oracle.pgx.config.AbstractEsEntityProviderConfig
-
- getMaxBatchSize() - Method in interface oracle.pgx.config.EsConnectionConfig
-
maximun number of docs requested during each es request, this is the Es default
- getMaxBatchSize() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
maximal batch size of Elasticsearch response objects
- getMaxBatchSize() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
maximal batch size of Elasticsearch response objects
- getMaxClientHttpConnections() - Method in class oracle.pgx.config.ClientConfig
-
Maximum number of connections to open to the PGX server
- getMaxDataMemoryLimit(DataMemoryLimitType) - Method in class oracle.pgx.config.AbstractDataMemoryLimitsConfig
-
- getMaxDataMemoryRatio() - Method in class oracle.pgx.config.AbstractAuthorizationEntityConfig
-
- getMaxDataMemoryRatio() - Method in class oracle.pgx.config.AuthorizationEntityConfig
-
memory limit of the authorization entity's private data (includes non-published graphs and PGQL results) relative to the maximum PGX engine memory limit for any user
- getMaxDataMemorySize() - Method in class oracle.pgx.config.AbstractAuthorizationEntityConfig
-
- getMaxDataMemorySize() - Method in class oracle.pgx.config.AuthorizationEntityConfig
-
absolute memory limit of the authorization entity's private data (includes non-published graphs and PGQL results)
- getMaxDistinctStringsPerPool() - Method in class oracle.pgx.config.GraphPropertyConfig
-
[only relevant if string_pooling_strategy is indexed] amount of distinct strings per property after which to stop pooling.
- getMaxDistinctStringsPerPool() - Method in class oracle.pgx.config.PgxConfig
-
[only relevant if string_pooling_strategy is indexed] amount of distinct strings per property after which to stop pooling.
- getMaxDistinctStringsPerPool() - Method in class oracle.pgx.config.RuntimeConfig
-
[only relevant if string_pooling_strategy is indexed] amount of distinct strings per property after which to stop pooling.
- getMaxEdgeID() - Method in interface oracle.pg.common.OracleMetadataGraph
-
Get maximum edge ID
- getMaxEdgeID(int) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Get maximum edge ID using parallel scans and the specified DOP.
- getMaxEdgeID(int, ProgressListener) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Get the maximum edge ID using parallel scan and the specified DOP.
- getMaxEdgeID(int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the maximum edge ID using parallel scan and the specified DOP.
- getMaxHttpClientRequestSize() - Method in class oracle.pgx.config.AbstractEngineConfig
-
- getMaxHttpClientRequestSize() - Method in class oracle.pgx.config.PgxConfig
-
maximum size in bytes of any http request sent to to the PGX server over the REST API.
- getMaxLabelLengthAllowedInBytes() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Get the maximum value length allowed for a label in Bytes
- getMaxLabelLengthAllowedInBytes() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
- getMaxLengthAllowed(Connection) - Static method in class oracle.pg.common.SQLUtils
-
Checks if the specified name is a qualified SQL name.
- getMaxLengthAllowed() - Static method in class oracle.pg.common.Util
-
- getMaxMemoryLimit() - Method in class oracle.pgx.config.AbstractAuthorizationEntityConfig
-
- getMaxNumConcurrentIoTasks() - Method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
maximum number of concurrent io tasks at a time
- getMaxNumConnections() - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
Gets the maximum number of connections of this configuration.
- getMaxNumConnections() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
maximum number of database connections to use when reading the graph
- getMaxNumConnections() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
maximum number of database connections to use when reading the graph
- getMaxNumConnections() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
maximum number of database connections to use when reading the graph
- getMaxNumThreads() - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
- getMaxNumThreadsAsync() - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
- getMaxOffHeapSize() - Method in class oracle.pgx.config.PgxConfig
-
maximum amount of off-heap memory PGX is allowed to allocate in megabytes, before an OutOfMemoryError will be thrown.
- getMaxOffHeapSize() - Method in class oracle.pgx.config.RuntimeConfig
-
maximum amount of off-heap memory PGX is allowed to allocate in megabytes, before an OutOfMemoryError will be thrown.
- getMaxPerSessionDataMemoryRatio() - Method in class oracle.pgx.config.AbstractDataMemoryLimitsConfig
-
- getMaxPerSessionDataMemoryRatio() - Method in class oracle.pgx.config.DataMemoryLimitsConfig
-
memory limit for any one session of the PGX engine relative to the user data memory limit
- getMaxPerSessionDataMemorySize() - Method in class oracle.pgx.config.AbstractDataMemoryLimitsConfig
-
- getMaxPerSessionDataMemorySize() - Method in class oracle.pgx.config.DataMemoryLimitsConfig
-
absolute memory limit for any one session of the PGX engine
- getMaxPerUserDataMemoryRatio() - Method in class oracle.pgx.config.AbstractDataMemoryLimitsConfig
-
- getMaxPerUserDataMemoryRatio() - Method in class oracle.pgx.config.DataMemoryLimitsConfig
-
memory limit for any one user of the PGX engine relative to the private data memory limit
- getMaxPerUserDataMemorySize() - Method in class oracle.pgx.config.AbstractDataMemoryLimitsConfig
-
- getMaxPerUserDataMemorySize() - Method in class oracle.pgx.config.DataMemoryLimitsConfig
-
absolute memory limit for any one user of the PGX engine
- getMaxPrefetchedRows(AbstractPartitionedGraphConfig) - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
- getMaxPrefetchedRows() - Method in interface oracle.pgx.config.DbConnectionConfig
-
maximun number of rows prefetched during each round trip resultset-database
- getMaxPrefetchedRows() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
maximun number of rows prefetched during each round trip resultset-database
- getMaxPrefetchedRows() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
maximun number of rows prefetched during each round trip resultset-database
- getMaxPrefetchedRows() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
maximun number of rows prefetched during each round trip resultset-database
- getMaxPrefetchedRows() - Method in class oracle.pgx.config.RdfGraphConfig
-
maximun number of rows prefetched during each round trip resultset-database
- getMaxPrefetchedRows() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
maximun number of rows prefetched during each round trip resultset-database
- getMaxPropertyNameLengthAllowedInBytes() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Get the maximum value length allowed for a property name in Bytes
- getMaxPropertyNameLengthAllowedInBytes() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
- getMaxQueueSizePerSession() - Method in class oracle.pgx.config.PgxConfig
-
the maximum number of pending tasks allowed to be in the queue, per session.
- getMaxSnapshotCount() - Method in class oracle.pgx.config.PgxConfig
-
Number of snapshots that may be loaded in the engine at the same time.
- getMaxThreads() - Method in class oracle.pgx.config.AnalysisTaskConfig
-
a hard limit on the number of threads to use for a task.
- getMaxTotalDataMemoryRatio() - Method in class oracle.pgx.config.AbstractDataMemoryLimitsConfig
-
- getMaxTotalDataMemoryRatio() - Method in class oracle.pgx.config.DataMemoryLimitsConfig
-
memory limit across entire PGX engine relative to available system memory
- getMaxTotalDataMemorySize() - Method in class oracle.pgx.config.AbstractDataMemoryLimitsConfig
-
- getMaxTotalDataMemorySize() - Method in class oracle.pgx.config.DataMemoryLimitsConfig
-
absolute memory limit across entire PGX engine
- getMaxTotalPrivateDataMemoryRatio() - Method in class oracle.pgx.config.AbstractDataMemoryLimitsConfig
-
- getMaxTotalPrivateDataMemoryRatio() - Method in class oracle.pgx.config.DataMemoryLimitsConfig
-
memory limit of private data (includes non-published graphs and PGQL results) relative to total PGX engine memory limit
- getMaxTotalPrivateDataMemorySize() - Method in class oracle.pgx.config.AbstractDataMemoryLimitsConfig
-
- getMaxTotalPrivateDataMemorySize() - Method in class oracle.pgx.config.DataMemoryLimitsConfig
-
absolute memory limit of private data (includes non-published graphs and PGQL results)
- getMaxTotalSharedDataMemoryRatio() - Method in class oracle.pgx.config.AbstractDataMemoryLimitsConfig
-
- getMaxTotalSharedDataMemoryRatio() - Method in class oracle.pgx.config.DataMemoryLimitsConfig
-
memory limit of shared data (includes published graphs and pinned non-referenced graphs) relative to total PGX engine memory limit
- getMaxTotalSharedDataMemorySize() - Method in class oracle.pgx.config.AbstractDataMemoryLimitsConfig
-
- getMaxTotalSharedDataMemorySize() - Method in class oracle.pgx.config.DataMemoryLimitsConfig
-
absolute memory limit of shared data (includes published graphs and pinned non-referenced graphs)
- getMaxValueLengthAllowedInBytes() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Get the maximum value length allowed for a property value in Bytes
- getMaxValueLengthAllowedInBytes() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
- getMaxVertexID() - Method in interface oracle.pg.common.OracleMetadataGraph
-
Get maximum Vertex ID
- getMaxVertexID(int) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Get maximum vertex ID using parallel scans and the specified DOP.
- getMaxVertexID(int, ProgressListener) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Get maximum vertex ID using parallel scans and the specified DOP.
- getMaxVertexID(int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get maximum vertex ID using parallel scans and the specified DOP.
- getMemoryAllocator() - Method in class oracle.pgx.config.AbstractRuntimeConfig
-
- getMemoryAllocator() - Method in class oracle.pgx.config.PgxConfig
-
which memory allocator to use
- getMemoryAllocator() - Method in class oracle.pgx.config.RuntimeConfig
-
which memory allocator to use
- getMemoryCleanupInterval() - Method in class oracle.pgx.config.PgxConfig
-
memory cleanup tick in seconds
- getMemoryMb() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the estimated number of memory this graph (including its properties) consumes in memory (in megabytes).
- getMemoryMb() - Method in class oracle.pgx.api.PgxGraph
-
Gets the estimated number of memory this graph (including its properties) consumes in memory (in megabytes).
- 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 class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Retrieves the number and properties of this ResultSet
object's columns.
- getMetaData() - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Retrieves the number and properties of this ResultSet
object's columns.
- getMetaData() - Method in class oracle.pgx.api.PgxGraph
-
Provides the metadata associated to this graph snapshot which includes information about the structure of the graph, versioning information, etc.
- getMinArrayCompactionThreshold() - Method in class oracle.pgx.config.PgxConfig
-
[only relevant for graphs optimized for updates] minimum value that can be used for the array_compaction_threshold value in graph configuration.
- getMinEdgeID() - Method in interface oracle.pg.common.OracleMetadataGraph
-
Get the minimum edge ID
- getMinEdgeID(int) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Get the minimum edge ID using parallel scan with dop threads
- getMinEdgeID(int, ProgressListener) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Get the minimum edge ID using parallel scan with dop threads
- getMinEdgeID(int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the minimum edge ID using parallel scan with dop threads
- getMinFetchIntervalSec() - Method in class oracle.pgx.config.PgxConfig
-
(only relevant if the graph format supports delta updates) for delta-refresh, the lowest interval at which a graph source is queried for changes.
- getMinLearningRate() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the minimum learning rate
- getMinLearningRate() - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Gets the minimum learning rate (default: 0.0001)
- getMinLearningRate() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the minimum learning rate
- getMinLearningRate() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the minimum learning rate (default: 0.0001)
- getMinLearningRate() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getMinLearningRate() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getMinUpdateIntervalSec() - Method in class oracle.pgx.config.PgxConfig
-
for auto-refresh, the lowest interval after which a new snapshot is created, either by reloading the entire graph or if the format supports delta-updates, out of the cached changes (only relevant if the format supports delta updates).
- getMinVertexID() - Method in interface oracle.pg.common.OracleMetadataGraph
-
Get minimum Vertex ID
- getMinVertexID(int) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Get minimum vertex ID using parallel scans and the specified DOP.
- getMinVertexID(int, ProgressListener) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Get minimum vertex ID using parallel scans and the specified DOP.
- getMinVertexID(int, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get minimum vertex ID using parallel scans and the specified DOP.
- getMinWordFrequency() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the minimum word frequency to consider before pruning
- getMinWordFrequency() - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Gets the minimum word frequency to consider before pruning (default: 1)
- getMinWordFrequency() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the minimum word frequency to consider before pruning
- getMinWordFrequency() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the minimum word frequency to consider before pruning (default: 1)
- getMinWordFrequency() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getMinWordFrequency() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getModelKind() - Method in class oracle.pgx.config.mllib.ModelLoadingConfiguration
-
- getModelKind() - Method in class oracle.pgx.config.mllib.ModelStoringConfiguration
-
- getModelname() - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- getModelname() - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- getModelstore() - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- getModelstore() - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- getModifyBvLists() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlModifyTrans
-
A list of lists of bind values that should be used with SQL translation of modify elements
- getModifyCount() - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
- getModifyCount() - Method in interface oracle.pg.rdbms.pgql.PgqlStatement
-
Returns the number of rows that were modified by last execute operation
- getModifyTypes() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlModifyTrans
-
Returns the list of modify types for corresponding modify translations
- getMsBfsFrontierTypeStrategy() - Method in class oracle.pgx.config.PgxConfig
-
the type strategy to use for MS-BFS frontiers
- getMsBfsFrontierTypeStrategy() - Method in class oracle.pgx.config.RuntimeConfig
-
the type strategy to use for MS-BFS frontiers
- getName() - Method in class oracle.pg.common.OracleGraphUpdateWorker
-
Returns the name of this Runnable
- getName() - Method in class oracle.pgx.api.CompiledProgram
-
- getName() - Method in class oracle.pgx.api.EntityProviderMetaData
-
Gets the name of this entity table.
- getName() - Method in class oracle.pgx.api.PgxCollection
-
- getName() - Method in class oracle.pgx.api.PgxGraph
-
Gets the name.
- getName() - Method in class oracle.pgx.api.PgxManagedObject
-
- getName() - Method in class oracle.pgx.api.PgxMap
-
- getName() - Method in class oracle.pgx.api.PgxSession
-
- getName() - Method in enum oracle.pgx.api.PoolType
-
- getName() - Method in class oracle.pgx.api.Property
-
Gets the name.
- getName() - Method in class oracle.pgx.api.PropertyMetaData
-
Gets the name of this property.
- getName() - Method in class oracle.pgx.api.Scalar
-
- getName() - Method in interface oracle.pgx.common.auth.PermissionEntity
-
- getName() - Method in class oracle.pgx.common.auth.PgxFileLocationResource
-
- getName() - Method in class oracle.pgx.common.auth.PgxRole
-
- getName() - Method in class oracle.pgx.common.auth.PgxUser
-
- getName() - Method in class oracle.pgx.config.AbstractFileEntityProviderConfig
-
- getName() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
- getName() - Method in class oracle.pgx.config.AbstractGraphPropertyConfig
-
- getName() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getName() - Method in class oracle.pgx.config.AuthorizationLocationConfig
-
the id of the file-location
- getName() - Method in interface oracle.pgx.config.CommonLoadableConfig
-
Get the graph name of this graph configuration.
- getName() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
entity provider name
- getName() - Method in class oracle.pgx.config.ExternalStoreConfig
-
The name with which this external store is referenced from the property description.
- getName() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
entity provider name
- getName() - Method in class oracle.pgx.config.GraphPropertyConfig
-
name of property
- getName() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
name of the graph
- getName() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
prefix of the table name (for edge and vertex tables)
- getName() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
prefix of the table name (for edge and vertex tables)
- getName() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
prefix of the table name (for edge and vertex tables)
- getName() - Method in class oracle.pgx.config.PreloadGraphConfig
-
preloaded graph name
- getName() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
entity provider name
- getName() - Method in class oracle.pgx.config.RdfGraphConfig
-
RDF model name in database
- getName() - Method in class oracle.pgx.config.UdfFunctionArgumentConfig
-
name of the argument
- getNamespace() - Method in class oracle.pgx.config.UdfFunctionConfig
-
namespace of the function in PGX
- getNamespaceId() - Method in class oracle.pgx.api.Namespace
-
- getNegativeSample() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the number of negative samples
- getNegativeSample() - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Gets the number of negative samples (default: 10)
- getNegativeSample() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getNeighbors(Direction) - Method in class oracle.pgx.api.PgxVertex
-
- getNeighbors(Direction, boolean) - Method in class oracle.pgx.api.PgxVertex
-
- getNeighborsAsync(Direction, boolean) - Method in class oracle.pgx.api.PgxVertex
-
Returns all neighbors of this vertex, i.e., all vertices that are connected to this vertex.
- getNeighborWeightPropertyName() - Method in class oracle.pgx.config.mllib.GraphWiseConvLayerConfig
-
- getNewColumnName() - Method in class oracle.pgx.api.frames.functions.ColumnRenaming
-
Retrieve the name that the column should have after renaming
- getNodeKeyType() - Method in class oracle.pgx.config.GraphConfig
-
- getNodePropertyDefault(int) - Method in class oracle.pgx.config.GraphConfig
-
Get the default value of a vertex property by index
- getNodePropertyDimension(int) - Method in class oracle.pgx.config.GraphConfig
-
Get the dimension of a node property by index
- getNodePropertyName(int) - Method in class oracle.pgx.config.GraphConfig
-
Get the name of a vertex property by index
- getNodePropertyType(int) - Method in class oracle.pgx.config.GraphConfig
-
Get the type of a vertex property by index
- getNodesKeyColumn() - Method in interface oracle.pgx.config.TwoTablesGraphConfig
-
- getNodesKeyColumn() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
name of primary key column in nodes table
- getNodesKeyColumn() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
name of primary key column in nodes table
- getNodesLabelColumn() - Method in interface oracle.pgx.config.TwoTablesGraphConfig
-
- getNodesLabelColumn() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
column name for node label
- getNodesLabelColumn() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
column name for node label
- getNodesTableName() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getNodesTableName() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
name of nodes table
- getNow(T) - Method in class oracle.pgx.api.PgxFuture
-
- getNumberOfAddedEdges() - Method in interface oracle.pgx.api.GraphDelta
-
Gets the number of added edges
- getNumberOfAddedVertices() - Method in interface oracle.pgx.api.GraphDelta
-
Gets the number of added vertices
- getNumberOfRemovedEdges() - Method in interface oracle.pgx.api.GraphDelta
-
Gets the number of removed edges
- getNumberOfRemovedVertices() - Method in interface oracle.pgx.api.GraphDelta
-
Gets the number of removed vertices
- getNumberOfUpdatedEdges() - Method in interface oracle.pgx.api.GraphDelta
-
Gets the number of updated edges.
- getNumberOfUpdatedVertices() - Method in interface oracle.pgx.api.GraphDelta
-
Gets the number of updated vertices.
- getNumberToCharSqlFormatString() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Gets the Char SQL Format used to format a number into a string
- getNumClasses() - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- getNumConnections() - Method in class oracle.pg.text.IndexParametersBase
-
Gets the number of connections to use when re-indexing an index.
- getNumConnections() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
number of connections to read/write data from/to the RDBMS table
- getNumConnections() - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
number of connections to read/write data from/to the RDBMS table
- getNumConnections(AbstractPartitionedGraphConfig) - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
- getNumConnections() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
number of connections to read/write data from/to the RDBMS table
- getNumConnections() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
number of connections to read/write data from/to the RDBMS table
- getNumConnections() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
number of connections to read/write data from/to the RDBMS table
- getNumEdges() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the number of edges
- getNumEdges() - Method in class oracle.pgx.api.PgxGraph
-
Gets the number of edges
- getNumEpochs() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the number of epochs to train the model
- getNumEpochs() - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Gets the number of epochs to train the model (default: 2)
- getNumEpochs() - Method in class oracle.pgx.api.mllib.GraphWiseModel
-
Gets the number of epochs to train the model
- getNumEpochs() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the number of epochs to train the model
- getNumEpochs() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the number of epochs to train the model (default: 2)
- getNumEpochs() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getNumEpochs() - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- getNumEpochs() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getNumIoThreadsPerTask() - Method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
number of io threads to use per task
- getNumPartitions() - Method in class oracle.pgx.config.AbstractFileGraphStoringConfig
-
Get the number of partitions to use when storing a graph
- getNumPartitions() - Method in class oracle.pgx.config.FileGraphStoringConfig
-
the number of partitions that should be created, when exporting to multiple files
- getNumResults() - Method in interface oracle.pgx.api.PgqlResultSet
-
Gets the number of results
- getNumSampledNeighbors() - Method in class oracle.pgx.config.mllib.GraphWiseConvLayerConfig
-
- getNumSpinLocks() - Method in class oracle.pgx.config.PgxConfig
-
how many spin locks each generated app will create at instantiation.
- getNumSpinLocks() - Method in class oracle.pgx.config.RuntimeConfig
-
how many spin locks each generated app will create at instantiation.
- getNumSplitsPerRegion() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the number of splits per region to use when scanning vertices/edges
- getNumThreadsPerTask() - Method in class oracle.pgx.api.executionenvironment.IoEnvironment
-
- getNumThreadsPerTaskAsync() - Method in class oracle.pgx.api.executionenvironment.IoEnvironment
-
- getNumVertices() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the number of vertices
- getNumVertices() - Method in class oracle.pgx.api.PgxGraph
-
Gets the number of vertices
- getNumWorkersAnalysis() - Method in class oracle.pgx.config.BasicSchedulerConfig
-
how many worker threads to use for analysis tasks
- getNumWorkersFastTrackAnalysis() - Method in class oracle.pgx.config.BasicSchedulerConfig
-
how many worker threads to use for fast-track analysis tasks
- getNumWorkersIo() - Method in class oracle.pgx.config.BasicSchedulerConfig
-
how many worker threads to use for I/O tasks (load/refresh/write from/to disk).
- getObject(int) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element name as an Object
- getObject(String) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element name as an Object
- getObject(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element name as an Object
- getObject(String) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element name as an Object
- getObject(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as an Object
- getObject(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as an Object
- getObjectInputStreamAllowList() - Static method in class oracle.pg.common.ParametersBase
-
Returns the default charset
- getOnDuplicateEntityId() - Method in class oracle.pgx.config.GraphErrorHandlingConfig
-
what to do when a duplicate vertex or edge ID is found
- getOnMissedPropKey() - Method in class oracle.pgx.config.GraphErrorHandlingConfig
-
what to do when missing property key is encountered
- getOnMissingVertex() - Method in class oracle.pgx.config.GraphErrorHandlingConfig
-
what to do when a source or destination vertex of an edge is not found in a vertex data source.
- getOnParsingIssue() - Method in class oracle.pgx.config.GraphErrorHandlingConfig
-
what to do when the data cannot be parsed correctly.
- getOnPropConversion() - Method in class oracle.pgx.config.GraphErrorHandlingConfig
-
what to do when different property type is encountered than specified, but coercion is possible
- getOnTypeMismatch() - Method in class oracle.pgx.config.GraphErrorHandlingConfig
-
what to do when different property type is encountered than specified, but coercion is not possible
- getOnVectorLengthMismatch() - Method in class oracle.pgx.config.GraphErrorHandlingConfig
-
what to do when a vector property has not the correct dimension
- getOpenTimeMs() - Method in class oracle.pgx.api.DataListener
-
- getOperationQueueSize() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Get the size of the operation queue
- getOperationQueueSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the size of the operation queue
- getOperationType() - Method in interface oracle.pgx.api.Operation
-
Gives the type of operation
- getOpgVersion(Connection) - Static method in class oracle.pg.common.SQLUtils
-
Gets OPG pl/sql packages version installed
- getOpgVersion() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Get version of OPG pl/sql packages installed in DB
- getOptimizedFor() - Method in class oracle.pgx.config.FileGraphConfig
-
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
- getOptimizedFor() - Method in class oracle.pgx.config.GraphConfig
-
Indicates if the graph should be partitioned during loading
- getOptimizedFor() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
- getOptimizedFor() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
- getOptimizedFor() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
- getOptimizedFor() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
- getOptimizedFor() - Method in class oracle.pgx.config.RdfGraphConfig
-
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
- getOptimizedFor() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
- getOptimizedFor() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
- 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.pgx.config.ExternalStoreConfig
-
Freely formatted options that are passed to the implementation for the external store API.
- getOptions() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
a parameter that is used by the data access layer (and the underlying database) to change default behaviors of graph instance creation or initialization.
- getOptions() - Method in class oracle.pgx.config.RealmConfig
-
implementation dependent configuration options for the realm
- 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
- getOracle() - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
- getOracleIndexManager() - Method in interface oracle.pg.common.OracleIndexableGraph
-
Gets the OracleIndexManager object associated to this property graph instance.
- getOracleIndexManager() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Gets the OracleIndexManager object associated to this property graph instance.
- getOracleIndexManager() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
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 interface oracle.pg.text.OracleIndex
-
Gets the OracleIndexParameters associated to this index
- getOraclePropertyGraph() - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
Gets the opg.
- getOrCreateEdgeProperty(PropertyType, String) - Method in class oracle.pgx.api.PgxGraph
-
- getOrCreateEdgePropertyAsync(PropertyType, String) - Method in class oracle.pgx.api.PgxGraph
-
Gets or creates an edge property
- getOrCreateEdgeVectorProperty(PropertyType, int, String) - Method in class oracle.pgx.api.PgxGraph
-
- getOrCreateEdgeVectorPropertyAsync(PropertyType, int, String) - Method in class oracle.pgx.api.PgxGraph
-
Gets or creates an edge vector property
- getOrCreateEdgeVertexPropertyAsync(PropertyType, int, String) - Method in class oracle.pgx.api.PgxGraph
-
Gets or creates an edge vector property
- getOrCreateVertexProperty(PropertyType, String) - Method in class oracle.pgx.api.PgxGraph
-
- getOrCreateVertexPropertyAsync(PropertyType, String) - Method in class oracle.pgx.api.PgxGraph
-
Gets or creates a vertex property
- getOrCreateVertexVectorProperty(PropertyType, int, String) - Method in class oracle.pgx.api.PgxGraph
-
- getOrCreateVertexVectorPropertyAsync(PropertyType, int, String) - Method in class oracle.pgx.api.PgxGraph
-
Gets or creates a vertex vector property
- getOrderByDirection() - Method in class oracle.pg.rdbms.index.oratext.OracleTextQueryObject
-
Get the direction order used for the Oracle Text query
- getOutDegree() - Method in class oracle.pgx.api.PgxVertex
-
- getOutDegreeAsync() - Method in class oracle.pgx.api.PgxVertex
-
Returns the outDegree of this vertex, i.e., the number of outgoing edges of this vertex.
- getOutEdges() - Method in class oracle.pgx.api.PgxVertex
-
- getOutEdgesAsync() - Method in class oracle.pgx.api.PgxVertex
-
Returns all outgoing edges of this vertex.
- getOutNeighbors() - Method in class oracle.pgx.api.PgxVertex
-
- getOutNeighborsAsync() - Method in class oracle.pgx.api.PgxVertex
-
Returns all outgoing neighbors of this vertex, i.e., all nodes this vertex has an edge to.
- 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(Object) - Method in class oracle.pg.hbase.SparkUtils
-
When the given graph element is a repsentation of an Edge, returns the out-vertex (or source) ID.
- getOverrideCoresPerSocket() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] Over-ride the core-to-socket allocation, treating a fixed number of cores as a socket for the purposes of the per-socket combining structures.
- getOwner() - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- getOwner() - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- getOwner() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
owner (username) of graph in case it differs from given username
- getParallelism() - Method in class oracle.pgx.config.PgxConfig
-
number of worker threads to be used in thread pool.
- getParallelism() - Method in class oracle.pgx.config.RuntimeConfig
-
number of worker threads to be used in thread pool.
- getParameters() - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
-
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.
- getParametersMap() - Method in class oracle.pg.text.IndexParametersBase
-
Gets the parameters map associated to this IndexParameters object.
- getParsedDefaultValue() - Method in class oracle.pgx.config.AbstractGraphPropertyConfig
-
- getPartitionByIndex(long) - Method in class oracle.pgx.api.Partition
-
Gets a partition by index.
- getPartitionByVertex(PgxVertex<ID>) - Method in class oracle.pgx.api.Partition
-
Gets the partition a particular vertex belongs to.
- getPartitioned(Object[], String, Object, boolean, int) - Method in interface oracle.pg.text.OracleIndex
-
Gets an array of
CloseableIterator
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
CloseableIterator
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
CloseableIterator
objects that hold all the elements with an attribute matching the given K/V pair.
- getPartitionIndexOfVertex(PgxVertex<ID>) - Method in class oracle.pgx.api.Partition
-
Gets the index of the partition a particular vertex belongs to.
- getPartitioningStrategy() - Method in class oracle.pgx.config.PgxConfig
-
Partitioning strategy of the vertices of the 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.
- getPartitionWhileLoading() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
- getPartitionWhileLoading() - Method in class oracle.pgx.config.FileGraphConfig
-
Indicates if the graph should be partitioned while loading
- getPartitionWhileLoading() - Method in class oracle.pgx.config.GraphConfig
-
Indicates if the graph should be heterogenized during loading
- getPartitionWhileLoading() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
Indicates if the graph should be partitioned while loading
- getPartitionWhileLoading() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
Indicates if the graph should be partitioned while loading
- getPartitionWhileLoading() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
Indicates if the graph should be partitioned while loading
- getPartitionWhileLoading() - Method in class oracle.pgx.config.RdfGraphConfig
-
Indicates if the graph should be partitioned while loading
- getPartitionWhileLoading() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Indicates if the graph should be partitioned while loading
- getPartitionWhileLoading() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Indicates if the graph should be partitioned while loading
- getPassword() - Method in class oracle.pgx.config.ClientConfig
-
if username is given, this is the HTTP BASIC Auth password.
- getPassword() - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- getPassword() - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- getPath(PgxVertex<ID>) - Method in class oracle.pgx.api.AllPaths
-
Gets the path.
- getPath() - Method in class oracle.pgx.common.auth.PgxFileLocationResource
-
- getPath() - Method in class oracle.pgx.config.mllib.FileModelLoadingConfiguration
-
- getPath() - Method in class oracle.pgx.config.mllib.FileModelStoringConfiguration
-
- getPath() - Method in class oracle.pgx.config.PreloadGraphConfig
-
uri to graph config file
- getPathLengthWithCost() - Method in class oracle.pgx.api.PgxPath
-
- getPathLengthWithHop() - Method in class oracle.pgx.api.PgxPath
-
Gets the path length in hops.
- getPatternInfo() - Method in interface oracle.pgx.api.Operation
-
An operation can match a specific part of the query with a graph.
- getPatternMatchingSupernodeCacheThreshold() - Method in class oracle.pgx.config.PgxConfig
-
minimum number of a node's neighbor to be a supernode.
- getPatternMatchingSupernodeCacheThreshold() - Method in class oracle.pgx.config.RuntimeConfig
-
minimum number of a node's neighbor to be a supernode.
- getPermission() - Method in class oracle.pgx.api.PgxGraph
-
- getPermissionAsync() - Method in class oracle.pgx.api.PgxGraph
-
Get the permission that the current user has on the graph.
- getPgqlResultElements() - Method in interface oracle.pgx.api.PgqlResultSet
-
Gets the list of PGQL result elements information
- getPgqlResultSet(String) - Method in class oracle.pgx.api.PgxSession
-
- getPgqlResultSetAsync(String) - Method in class oracle.pgx.api.PgxSession
-
Gets a PGQL result set by ID.
- getPgViewName() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
name of the PG view to load the graph from
- getPGViewOnRDFFlag() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Validates if this property graph instance comes from a Property Graph view over RDF data
- getPgxConfig() - Method in interface oracle.pgx.api.admin.Control
-
Gets the pgx config.
- getPgxConfig() - Method in class oracle.pgx.api.ServerInstance
-
- getPgxConfigAsync() - Method in class oracle.pgx.api.ServerInstance
-
Gets the PGX config.
- getPgxConfigObject() - Method in interface oracle.pgx.api.admin.Control
-
- getPgxConfigObject() - Method in class oracle.pgx.api.ServerInstance
-
- getPgxConfigObjectAsync() - Method in class oracle.pgx.api.ServerInstance
-
Gets the PGX config.
- getPgxGenericPermissions() - Method in class oracle.pgx.api.ServerInstance
-
- getPgxGenericPermissionsAsync() - Method in class oracle.pgx.api.ServerInstance
-
Get the static permissions of the current user i.e.
- getPgxInstance() - Method in class oracle.pgx.api.PgxGraph
-
Gets the server instance.
- getPgxPermissions() - Method in class oracle.pgx.config.AuthorizationEntityConfig
-
mapping from resource id to list of permissions
- getPgxRealm() - Method in class oracle.pgx.config.PgxConfig
-
configuration parameters for the realm
- getPgxRole() - Method in class oracle.pgx.config.AbstractAuthorizationEntityConfig
-
- getPgxRole() - Method in class oracle.pgx.config.AuthorizationEntityConfig
-
the id of the role
- getPgxUser() - Method in class oracle.pgx.config.AbstractAuthorizationEntityConfig
-
- getPgxUser() - Method in class oracle.pgx.config.AuthorizationEntityConfig
-
the id of the user
- getPgxUsername() - Method in class oracle.pgx.api.ServerInstance
-
- getPgxUsernameAsync() - Method in class oracle.pgx.api.ServerInstance
-
Get the name of the current user.
- getPgxUserRoles() - Method in class oracle.pgx.api.ServerInstance
-
- getPgxUserRolesAsync() - Method in class oracle.pgx.api.ServerInstance
-
Get the roles of the current user.
- getPoint2D(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a Point2D
- getPoint2D(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a Point2D
- getPoint2d() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
longitude and latitude as floating point values separated by a space
- getPoint2d() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
longitude and latitude as floating point values separated by a space
- getPoint2d() - Method in class oracle.pgx.config.FileGraphConfig
-
longitude and latitude as floating point values separated by a space
- getPoint2d() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
longitude and latitude as floating point values separated by a space
- getPoint2d() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
longitude and latitude as floating point values separated by a space
- getPoint2d() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
longitude and latitude as floating point values separated by a space
- getPoint2d() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
longitude and latitude as floating point values separated by a space
- getPoint2d() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
longitude and latitude as floating point values separated by a space
- getPoint2d() - Method in class oracle.pgx.config.RdfGraphConfig
-
longitude and latitude as floating point values separated by a space
- getPoint2d() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
longitude and latitude as floating point values separated by a space
- getPoint2d() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
longitude and latitude as floating point values separated by a space
- getPoolingFactor() - Method in class oracle.pgx.config.PgxConfig
-
[only relevant if string_pooling_strategy is on_heap] this value prevents the string pool to grow as big as the property size which could render the pooling ineffective
- getPoolingFactor() - Method in class oracle.pgx.config.RuntimeConfig
-
[only relevant if string_pooling_strategy is on_heap] this value prevents the string pool to grow as big as the property size which could render the pooling ineffective
- getPort() - Method in class oracle.pgx.api.DataListener
-
- getPredictionLayerConfigs() - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModel
-
Gets the configuration objects for the prediction layers
- getPredictionLayerConfigs() - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- getPrefetchSize() - Method in class oracle.pgx.api.ServerInstance
-
Gets the prefetchSize of this instance.
- getPrefetchSize() - Method in class oracle.pgx.config.ClientConfig
-
How many items should be prefetched in remote iterators.
- getPrefix() - Method in class oracle.pgx.config.RdfGraphPrefixConfig
-
iri prefix
- getPrefixes() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- getPrefixes() - Method in class oracle.pgx.config.RdfGraphConfig
-
IRI prefixes
- getPrefOwner() - Method in class oracle.pg.rdbms.index.oratext.OracleTextParameters
-
Get the owner of the preferences.
- getPreloadedGraph() - Method in class oracle.pgx.config.AuthorizationEntityPermissionConfig
-
name of a defined pre-loaded graph
- getPreloadGraphs() - Method in class oracle.pgx.config.AbstractPgxConfig
-
- getPreloadGraphs() - Method in class oracle.pgx.config.PgxConfig
-
list of graph configs to be registered at start-up.
- getPriority() - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
- getPriority() - Method in class oracle.pgx.config.AnalysisTaskConfig
-
the priority of the task.
- getPriorityAsync() - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
- getPriorityValue() - Method in enum oracle.pgx.config.TaskPriority
-
- getProcId() - Method in class oracle.pgx.config.PgxConfig
-
Internal unique machine identifier in the cluster.
- getProgressListener() - Method in interface oracle.pg.common.OracleGraphAttributeUpdater
-
Gets the ProgressListener associated to this property graph.
- getProgressListener() - Method in interface oracle.pg.common.OracleMetadataGraph
-
Gets the ProgressListener associated to this property graph.
- getProgressListener() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Gets the ProgressListener associated to this property graph.
- getProperties() - Method in class oracle.pgx.api.EntityProviderMetaData
-
Returns a list containing the metadata for the properties associated to this provider.
- getProperties() - Method in class oracle.pgx.config.PropertiesRedactionRuleConfig
-
List of properties to be redacted
- getPropertiesFromFile(int, OracleFlatFileSplitterConfig, Object[], boolean) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
-
- getProperty(String) - Method in class oracle.pgx.api.PgxEntity
-
- getPropertyAsync(String) - Method in class oracle.pgx.api.PgxEntity
-
Gets the value of a property.
- getPropertyDefault(int) - Method in class oracle.pgx.config.EntityProviderConfig
-
Get the default value of a property by index
- getPropertyDimension(int) - Method in class oracle.pgx.config.EntityProviderConfig
-
Get the dimension of a property by index
- getPropertyGraph() - Method in class oracle.pg.hbase.OracleCommonIteratorImpl
-
Get the associated property graph
- getPropertyGraph() - Method in class oracle.pg.rdbms.OracleElementIteratorImpl
-
Get the associated property graph
- getPropertyId() - Method in class oracle.pgx.api.Property
-
Returns an internal identifier for this property Only meant for internal usage.
- getPropertyId() - Method in class oracle.pgx.api.PropertyMetaData
-
Gets the ID of this property.
- getPropertyKey(Cell) - Static method in class oracle.pg.hbase.HBaseCommon
-
This method populates an instance of OracleElement (vertex or edge) with the values embedded in the KeyValue object
- getPropertyName(int) - Method in class oracle.pgx.config.EntityProviderConfig
-
Get the name of a property by index
- getPropertyNames(Object) - Method in interface oracle.pg.common.SparkUtilsBase
-
This method returns a set of property names for a given graph element (Vertex or Edge).
- getPropertyNames(Object) - Method in class oracle.pg.hbase.SparkUtils
-
This method returns a set of property names for a given graph element (Vertex or Edge).
- getPropertyNameSizeLimit() - Method in interface oracle.pg.common.BackendConfig
-
Getter method for the Property name size limit
- getPropertyNameSizeLimit() - Method in class oracle.pg.hbase.BackendConfigHBaseDb
-
Getter method for the Property name size limit
- getPropertyNameSizeLimit() - Method in class oracle.pg.rdbms.BackendConfigOracleRdbms
-
Getter method for the Property name size limit
- getPropertyStringValueSizeLimit() - Method in interface oracle.pg.common.BackendConfig
-
Getter method for the Property value size limit
- getPropertyStringValueSizeLimit() - Method in class oracle.pg.hbase.BackendConfigHBaseDb
-
Getter method for the Property value size limit
- getPropertyStringValueSizeLimit() - Method in class oracle.pg.rdbms.BackendConfigOracleRdbms
-
Getter method for the Property value size limit
- getPropertyType(Object) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
-
- getPropertyType() - Method in class oracle.pgx.api.PropertyMetaData
-
Returns the type of the property
- getPropertyType(int) - Method in class oracle.pgx.config.EntityProviderConfig
-
Get the type of a property by index
- getPropertyType() - Method in enum oracle.pgx.config.RdfAction
-
- getPropertyTypeForIdType(IdType) - Static method in class oracle.pgx.common.types.TypeConverter
-
Converts an IdType to the corresponding matching property type
- getPropertyValue(Object, String) - Method in interface oracle.pg.common.SparkUtilsBase
-
This method returns the property value of a graph element for a given property key.
- getPropertyValue(Cell, boolean, StringBuilder, SimpleDateFormat) - Static method in class oracle.pg.hbase.HBaseCommon
-
This method returns a property value object based on an input HBase table Cell.
- getPropertyValue(Object, String) - Method in class oracle.pg.hbase.SparkUtils
-
This method returns the property value of a graph element for a given property key.
- getPropertyValueAsStr(Object) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
-
- getPropertyValueDelimiter() - Method in class oracle.pgx.config.GraphLoadingConfig
-
if null
read the whole string value as label.
- getProps() - Method in class oracle.pgx.config.EntityProviderConfig
-
Get the properties of this provider configuration
- getProps() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
specification of the properties associated with this entity provider
- getProps() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
specification of the properties associated with this entity provider
- getProps() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
specification of the properties associated with this entity provider
- getProviderFor(String) - Static method in class oracle.pgx.api.Pgx
-
- getProxyServer() - Method in class oracle.pgx.api.ServerInstance
-
- getProxyUrl() - Method in interface oracle.pgx.config.EsConnectionConfig
-
proxy server URL to be used for connection to es_url
- getProxyUrl() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
proxy server URL to be used for connection to es_url
- getProxyUrl() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
proxy server URL to be used for connection to es_url
- getQueries() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
list of queries used to load the graph
- 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
- 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.
- getRandomEdge() - Method in class oracle.pgx.api.PgxGraph
-
- getRandomEdgeAsync() - Method in class oracle.pgx.api.PgxGraph
-
Picks a random edge in the graph.
- getRandomGeneratorStrategy() - Method in class oracle.pgx.config.PgxConfig
-
method of generating random numbers in pgx
- getRandomGeneratorStrategy() - Method in class oracle.pgx.config.RuntimeConfig
-
method of generating random numbers in pgx
- getRandomSeed() - Method in class oracle.pgx.config.PgxConfig
-
[relevant for deterministic random number generator only] seed for the deterministic random number generator used in pgx.
- getRandomSeed() - Method in class oracle.pgx.config.RuntimeConfig
-
[relevant for deterministic random number generator only] seed for the deterministic random number generator used in pgx.
- getRandomVertex() - Method in class oracle.pgx.api.PgxGraph
-
- getRandomVertexAsync() - Method in class oracle.pgx.api.PgxGraph
-
Picks a random vertex in the graph.
- getRawValues() - Method in class oracle.pgx.config.GenericConfigBuilder
-
- getReadinessMemoryUsageRatio() - Method in class oracle.pgx.config.PgxConfig
-
memory limit ratio that should be considered to detect if PGX server is ready, used by isReady API, default value is 1.0
- getReadoutFunction() - Method in class oracle.pgx.config.mllib.GraphWiseDgiLayerConfig
-
- getRealmClientConfig() - Method in class oracle.pgx.config.ClientConfig
-
implementation dependent configuration options for the realm client
- getRedactionRules(AuthorizationType, String) - Method in class oracle.pgx.api.PgxGraph
-
- getRedactionRules() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
Get the redaction rules from this graph configuration
- getRedactionRules() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
array of redaction rules
- getRedactionRulesAsync(AuthorizationType, String) - Method in class oracle.pgx.api.PgxGraph
-
Gets redaction rules for an AuthorizationType name.
- getRelationTable() - Method in class oracle.pgx.config.AbstractEdgeTypeConfig
-
- getReleaseMemoryThreshold() - Method in class oracle.pgx.config.PgxConfig
-
threshold percentage of used memory after which the engine starts freeing un-used graphs.
- getRemoteFuturePendingRetryInterval() - Method in class oracle.pgx.api.ServerInstance
-
Gets the remoteFuturePendingRetryInterval of this instance.
- getRemoteFuturePendingRetryInterval() - Method in class oracle.pgx.config.ClientConfig
-
How many milliseconds to wait before sending another request in case a GET
request for a PgxRemoteFuture
receives a 202 - Accepted response
- getRemoteFutureTimeout() - Method in class oracle.pgx.api.ServerInstance
-
Gets the remoteFutureTimeout of this instance.
- getRemoteFutureTimeout() - Method in class oracle.pgx.config.ClientConfig
-
How long one GET
request for a PgxRemoteFuture
will be alive, until it times out and tries again.
- 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.
- getRequestTimeoutMs() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
NoSQL request timeout in milliseconds
- getResourceMonitor() - Method in class oracle.pgx.config.PgxConfig
-
Frequency at which to send resource statistics to the debug server, in ms.
- getResourcePermission() - Method in class oracle.pgx.common.auth.PgxGenericPermission
-
- getResourceType() - Method in class oracle.pgx.common.auth.PgxFileLocationResource
-
- getResourceType() - Method in interface oracle.pgx.common.auth.PgxResource
-
- getResultSet() - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Returns the current result as a PgqlResultSet object.
- getResultSet() - Method in interface oracle.pg.rdbms.pgql.PgqlStatement
-
Returns the current result as a PgqlResultSet object.
- getResultSet() - Method in interface oracle.pgx.api.PgxPreparedStatement
-
Retrieves the current result as a ResultSet object.
- getResultSetAsync() - Method in interface oracle.pgx.api.PgxPreparedStatement
-
Retrieves the current result as a PgxFuture with the ResultSet object.
- getReturnType() - Method in class oracle.pgx.api.CompiledProgram
-
Gets the return type.
- getReturnType() - Method in class oracle.pgx.config.AbstractUdfFunctionConfig
-
- getReturnType() - Method in class oracle.pgx.config.UdfFunctionConfig
-
return type of the function
- getReturnTypes() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlQueryTrans
-
Returns an array of column descriptors for the result columns in the query result.
- getRevisitThreshold() - Method in class oracle.pgx.config.PgxConfig
-
maximum number of matched results from a node to be cached
- getRevisitThreshold() - Method in class oracle.pgx.config.RuntimeConfig
-
maximum number of matched results from a node to be cached
- getRightFilter() - Method in class oracle.pgx.api.filter.BinaryGraphFilterOperation
-
Gets the filter object representing the right side of the operation.
- getRoleMaxMemoryLimits() - Method in class oracle.pgx.config.AbstractEngineConfig
-
- getRolePermissionMapping() - Method in class oracle.pgx.config.AbstractPgxConfig
-
- getRoles() - Method in class oracle.pgx.common.auth.PgxUser
-
- getRolesNames() - Method in class oracle.pgx.common.auth.PgxUser
-
- getRootMeanSquareError() - Method in class oracle.pgx.api.MatrixFactorizationModel
-
Gets the computed root mean square error value.
- getRowExtension() - Method in class oracle.pgx.config.AbstractFileGraphStoringConfig
-
Get the extension to use for row files
- getRowExtension() - Method in class oracle.pgx.config.FileGraphStoringConfig
-
the extension to use when creating row file partitions
- getRowLabel() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the row label to use when reading the graph
- 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
- getRsKerberosPrincipal() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
RS Kerberos principal
- getRulesMapping() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
Get the mapping between redaction rules and users/roles
- getRulesMapping() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
mapping for redaction rules to users/roles
- getRuleTrigger() - Method in class oracle.pgx.config.PropertiesRedactionRuleConfig
-
Trigger expression for the rule
- getRunningMemoryUsageRatio() - Method in class oracle.pgx.config.PgxConfig
-
memory limit ratio that should be considered to detect if PGX server is running, used by isRunning API default value is 1.0
- getRuntimeConfig() - Method in class oracle.pgx.config.AbstractPgxConfig
-
- getSaltSize() - Static method in class oracle.pg.hbase.HBaseCommon
-
Gets the salt size
- getSaltSize() - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets the salt size
- getSampleRate() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the sampling rate
- getSampleRate() - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Gets the sampling rate (default: 0.00001)
- getSampleRate() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getScanCachingSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the caching size used in Scan operations
- getScheduler() - Method in class oracle.pgx.config.AbstractRuntimeConfig
-
- getScheduler() - Method in class oracle.pgx.config.PgxConfig
-
which scheduler to use.
- getScheduler() - Method in class oracle.pgx.config.RuntimeConfig
-
which scheduler to use.
- getSchema() - Method in class oracle.pg.rdbms.pgql.PgqlConnection
-
Get the schema name that will be used to execute PGQL queries with this connection.
- getSchema(AbstractPartitionedGraphConfig) - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
- getSchema() - Method in interface oracle.pgx.config.DbConnectionConfig
-
schema to use when reading/writing RDBMS objects
- getSchema() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
schema to use when reading/writing RDBMS objects
- getSchema() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
schema to use when reading/writing RDBMS objects
- getSchema() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
schema to use when reading/writing RDBMS objects
- 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
- getScrollTime(AbstractPartitionedGraphConfig) - Method in class oracle.pgx.config.AbstractEsEntityProviderConfig
-
- getScrollTime() - Method in interface oracle.pgx.config.EsConnectionConfig
-
Elasticsearch scroll time
- getScrollTime() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
time to keep Elasticsearch-scroll alive, batch data needs to be received and processed in that time window.
- getScrollTime() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
time to keep Elasticsearch-scroll alive, batch data needs to be received and processed in that time window.
- getSearchEngine() - Method in class oracle.pg.rdbms.index.oratext.OracleTextAutoIndex
-
Gets the search engine used by this OracleIndex object
- getSearchEngine() - Method in interface oracle.pg.text.OracleIndex
-
Gets the search engine used by this OracleIndex object
- getSecondaryIndexNumBuckets() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Return the number of buckets used to store secondary index data into the vertex/edge secondary index tables
- getSecureHandshakeSecretFile() - Method in class oracle.pgx.config.PgxConfig
-
the file path of the secret in pkcs12
format.
- getSecurityPolicy() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the policy for the given label or row label
- getSeed() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the random seed
- getSeed() - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Gets the random seed for training the model (default: null)
- getSeed() - Method in class oracle.pgx.api.mllib.GraphWiseModel
-
Gets the random seed
- getSeed() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the random seed
- getSeed() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the random seed for training the model (default: null)
- getSeed() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getSeed() - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- getSeed() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getSelectPerformanceCounters() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] Perf counter configuration string.
- getSelectPerformanceCountersJobRegions() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] Issue a region per job automatically.
- getSelectPerformanceCountersLibrary() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] Perf counter library.
- getSelectPerformanceCountersPcmShowCodes() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] Show PCM perf counter codes.
- getSelectPerformanceCountersShowStats() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] Perf counter per-thread statistics.
- getSelectRegionPerformanceCounters() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] Region perf counter configuration string.
- getSeparator() - Method in class oracle.pgx.config.AbstractFileEntityProviderConfig
-
Get the separator of this table configuration
- getSeparator() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
Get the separator of this graph configuration
- getSeparator() - Method in class oracle.pgx.config.AbstractFileGraphStoringConfig
-
Get the separator of this storing configuration
- getSeparator() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
a series of single-character separators for tokenizing.
- getSeparator() - Method in class oracle.pgx.config.FileGraphConfig
-
a series of single-character separators for tokenizing.
- getSeparator() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
a series of single-character separators for tokenizing.
- getServerInstance() - Method in class oracle.pgx.api.PgxSession
-
Gets the server instance.
- getServerState() - Method in interface oracle.pgx.api.admin.Control
-
Gets the server state.
- getServerState() - Method in class oracle.pgx.api.ServerInstance
-
- getServerStateAsync() - Method in class oracle.pgx.api.ServerInstance
-
Gets the server state info.
- getSession() - Method in class oracle.pgx.api.Analyst
-
Gets the session.
- getSession() - Method in class oracle.pgx.api.CompiledProgram
-
Gets the session.
- getSession() - Method in class oracle.pgx.api.executionenvironment.ExecutionEnvironment
-
- getSession() - Method in class oracle.pgx.api.GraphBuilderImpl
-
Gets the session.
- getSession() - Method in class oracle.pgx.api.PgxGraph
-
Gets the session.
- getSession(String) - Method in class oracle.pgx.api.ServerInstance
-
- getSession(SessionContext) - Method in class oracle.pgx.api.ServerInstance
-
- getSessionAsync(String) - Method in class oracle.pgx.api.ServerInstance
-
Gets a session by ID.
- getSessionAsync(SessionContext) - Method in class oracle.pgx.api.ServerInstance
-
- getSessionContext() - Method in class oracle.pgx.api.PgxSession
-
Gets the context describing the session
- 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() - Method in class oracle.pgx.api.PgxMap
-
Gets the session id this map is bound to.
- getSessionId() - Method in interface oracle.pgx.api.SessionContext
-
Gets the session ID
- getSessionIdleTimeoutSecs() - Method in class oracle.pgx.config.PgxConfig
-
timeout of idling sessions in seconds.
- getSessionQueryDOP() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the degree of parallel query execution at the session level.
- getSessionTaskTimeoutSecs() - Method in class oracle.pgx.config.PgxConfig
-
timeout to interrupt long-running tasks submitted by sessions (algorithms, I/O tasks) in seconds.
- getShortestPath(PgxGraph, OracleVertexBase, OracleVertexBase, 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
- getSimpleDateFormat() - Method in class oracle.pg.hbase.OracleCommonIteratorImpl
-
This method returns a SimpleDateFormat object to serialize/de-serialize Date related data
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.AnalysisTaskConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.AuthorizationEntityConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.AuthorizationEntityPermissionConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.AuthorizationLocationConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.BasicSchedulerConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.ClientConfig.Field
-
- getSingletonListKeyAliases() - Method in interface oracle.pgx.config.ConfigField
-
Gets the key aliases of this field which contain single values for lists and are also recognized during parsing.
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.DataMemoryLimitsConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.EnterpriseSchedulerConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.EsEntityProviderConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.ExternalStoreConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.FileEntityProviderConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.FileGraphConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.FileGraphStoringConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.FilterExpressionConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.FrontierRedactedVerticesConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.GraphBuilderConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.GraphErrorHandlingConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.GraphLoadingConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.GraphPropertyConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.PartitionedGraphConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.PgHbaseGraphConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.PgRdbmsGraphConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.PreloadGraphConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.PropertiesRedactionRuleConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.ProviderLoadingConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.RdbmsEntityProviderConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.RdfGraphConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.RdfGraphPrefixConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.RealmConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.TwoTablesRdbmsGraphConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.TwoTablesTextGraphConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.UdfConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.UdfFunctionArgumentConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.UdfFunctionConfig.Field
-
- 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
- getSkeletonTabNameNoSchema() - 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.
- getSmallTaskLength() - Method in class oracle.pgx.config.PgxConfig
-
task length if total amount of work is small than default task length (only relevant for task-stealing strategies)
- getSmallTaskLength() - Method in class oracle.pgx.config.RuntimeConfig
-
task length if total amount of work is small than default task length (only relevant for task-stealing strategies)
- getSnapshotsSource() - Method in class oracle.pgx.config.GraphLoadingConfig
-
source of graph snapshots: if REFRESH
, new snapshots can be created only by reading the graph again via this config (e.g., with `readGraphWithProperties`), or equivalently via auto-refresh if enabled; if CHANGE_SET
, new snapshots can be added only via changesets by any session.
- getSnapshotTabName() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the name of the PGX snapshot table
- getSource() - Method in class oracle.pgx.api.AllPaths
-
Gets the source vertex
- getSource() - Method in class oracle.pgx.api.PgxEdge
-
- getSource() - Method in class oracle.pgx.api.PgxPath
-
Gets the source vertex.
- getSource() - Method in class oracle.pgx.api.PgxSession
-
Gets the source.
- getSourceAsync() - Method in class oracle.pgx.api.PgxEdge
-
Gets the source vertex.
- getSourceCode() - Method in class oracle.pgx.config.AbstractUdfFunctionConfig
-
source code of the function provided inline
- getSourceCode() - Method in class oracle.pgx.config.UdfFunctionConfig
-
source code of the function provided inline
- getSourceColumn() - Method in class oracle.pgx.config.AbstractFileEntityProviderConfig
-
name or index (starting from 1) of column corresponding to edge source (for CSV format only)
- getSourceColumn() - Method in class oracle.pgx.config.AbstractGraphPropertyConfig
-
- getSourceColumn() - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
- getSourceColumn() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
name or index (starting from 1) of column corresponding to edge source (for CSV format only)
- getSourceColumn() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
name of the column in the database containing the keys of the source vertices
- getSourceField() - Method in class oracle.pgx.config.AbstractEsEntityProviderConfig
-
- getSourceField() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
name of the field in the Elasticsearch index containing the keys of the source vertices
- getSourceFunctionName() - Method in class oracle.pgx.config.AbstractUdfFunctionConfig
-
- getSourceFunctionName() - Method in class oracle.pgx.config.UdfFunctionConfig
-
name of the function in the source language
- getSourceLocation() - Method in class oracle.pgx.config.AbstractUdfFunctionConfig
-
source code of the function provided as an unified resource identifier
- getSourceLocation() - Method in class oracle.pgx.config.UdfFunctionConfig
-
source code of the function provided as a unified resource identifier, either pointing to a a local file (relative to the location of this config or absolute), a web resource (prefix http://'
or https://
), a HDFS path (prefix hdfs:
) or a classpath (prefix classpath:/
or jar:
)
- getSourceNodeType() - Method in class oracle.pgx.config.AbstractEdgeTypeConfig
-
- getSourceVertex() - Method in class oracle.pgx.api.filter.PathFindingFilter
-
- getSourceVertexKeyType() - Method in class oracle.pgx.config.EntityProviderConfig
-
Get the key type corresponding to the source vertex provider of this edge provider configuration
- getSourceVertexProvider() - Method in class oracle.pgx.config.EntityProviderConfig
-
Get the name of the source vertex provider
- getSourceVertexProvider() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
name of the source vertex provider to be used for this edge provider
- getSourceVertexProvider() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
name of the source vertex provider to be used for this edge provider
- getSourceVertexProvider() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
name of the source vertex provider to be used for this edge provider
- getSourceVertexProviderName() - Method in class oracle.pgx.api.EdgeProviderMetaData
-
Returns the name of the vertex provider for the sources of the edges of this edge provider
- getSplitsPerRegion() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
how many splits per region to use when scanning vertices/edges
- getSqlBvList() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlQueryTrans
-
Returns a list of Bind Values to be used with this SQL translation.
- getSqlModifyTranslations() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlModifyTrans
-
Returns a list of a series of SQL strings that are used in the translation of PGQL INSERT/UPDATE/DELETE operation: - For INSERT: 0) An array of translations to insert edges/vertices - For UPDATE: 0) An array of translations to update vertex table 1) An array of translations to update edges table - For DELETE: 0) An array of translations to delete vertices 1) An array of translations to delete edges 2) An array of translations to drop temporary tables
- getSqlOffset() - Method in interface oracle.pg.rdbms.pgql.PgqlColumnDescriptor
-
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.pgql.PgqlSqlQueryTrans
-
Returns the SQL string for the PGQL to SQL translation.
- getStartSCN() - Method in class oracle.pg.rdbms.DataChange
-
- getStickyCookieValue() - Method in interface oracle.pgx.api.SessionContext
-
Gets the value of the sticky session cookie
- 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.
- getStoragePermissions() - Method in class oracle.pgx.config.AbstractAuthorizationEntityConfig.Permissions
-
- getStoreName() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
NoSQL store name
- getStores() - Method in class oracle.pgx.config.AbstractGraphPropertyConfig
-
- getStores() - Method in class oracle.pgx.config.GraphPropertyConfig
-
A list of storage identifiers that indicate where this property resides.
- getStoring() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
storing-specific configuration
- getStoring() - Method in class oracle.pgx.config.FileGraphConfig
-
storing-specific configuration
- getStoring() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
storing-specific configuration
- getStoringOptions() - Method in class oracle.pgx.config.AbstractFileEntityProviderConfig
-
Get the storing configuration
- getStoringOptions() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
Get the storing configuration
- getString(int) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element index as a String
- getString(String) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element name as a String
- getString(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element index as a String
- getString(String) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element name as a String
- getString(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a String
- getString(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a String
- getStringForObj(Object) - Static method in class oracle.pg.common.OraclePropertyGraphBase
-
Get the string representation of the object
- getStringPoolingStrategy() - Method in class oracle.pgx.config.AbstractRuntimeConfig
-
- getStringPoolingStrategy() - Method in class oracle.pgx.config.GraphPropertyConfig
-
which string pooling strategy to use.
- getStringPoolingStrategy() - Method in class oracle.pgx.config.PgxConfig
-
which string pooling strategy to use
- getStringPoolingStrategy() - Method in class oracle.pgx.config.RuntimeConfig
-
which string pooling strategy to use
- getStrongest(PgxResourcePermission, PgxResourcePermission) - Static method in enum oracle.pgx.common.auth.PgxResourcePermission
-
- getSVID() - Method in class oracle.pg.rdbms.EdgeChange
-
- getSystemPermissions() - Method in interface oracle.pgx.api.admin.Control
-
Get the roles of the current user.
- getTableNames() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
- getTablespace() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
- getTablespace() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
tablespace where the tables are going to be written
- getTablespaceSet() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
- getTargetNodeType() - Method in class oracle.pgx.config.AbstractEdgeTypeConfig
-
- getTaskLength() - Method in class oracle.pgx.config.PgxConfig
-
default task length (only relevant for task-stealing strategies).
- getTaskLength() - Method in class oracle.pgx.config.RuntimeConfig
-
default task length (only relevant for task-stealing strategies).
- getTaskTimeout() - Method in class oracle.pgx.api.PgxSession
-
Gets the task timeout of this session.
- getTemporaryIODirectory() - Static method in class oracle.pg.common.ParametersBase
-
Returns the default charset
- getTemporaryTableNames() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlModifyTrans
-
A list of temporary tables that should be created for each corresponding modify translation
- getTextIdxMetadataTabName() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the name of the Apache HBase table used to store index metadata in this property graph.
- 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
- getTime(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Retrieves the value of the designated column in the current row as a LocalTime
- getTime(String) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Retrieves the value of the designated column in the current row as a LocalTime
- getTime(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a LocalTime
- getTime(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a LocalTime
- getTimeFormat() - Method in interface oracle.pgx.config.CommonLoadableConfig
-
The list of time formats to use when loading and storing time properties.
- getTimeFormat() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
the time format to use when loading and storing time properties.
- getTimeFormat() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
the time format to use when loading and storing time properties.
- getTimeFormat() - Method in class oracle.pgx.config.FileGraphConfig
-
the time format to use when loading and storing time properties.
- getTimeFormat() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
the time format to use when loading and storing time properties.
- getTimeFormat() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
the time format to use when loading and storing time properties.
- getTimeFormat() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
the time format to use when loading and storing time properties.
- getTimeFormat() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the time format to use when loading and storing time properties.
- getTimeFormat() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
the time format to use when loading and storing time properties.
- getTimeFormat() - Method in class oracle.pgx.config.RdfGraphConfig
-
the time format to use when loading and storing time properties.
- getTimeFormat() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
the time format to use when loading and storing time properties.
- getTimeFormat() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
the time format to use when loading and storing time properties.
- getTimeoutMs() - Method in class oracle.pgx.api.DataListener
-
- getTimestamp(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Retrieves the value of the designated column in the current row as a LocalDateTime
- getTimestamp(String) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Retrieves the value of the designated column in the current row as a LocalDateTime
- getTimestamp(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a LocalDateTime
- getTimestamp(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a LocalDateTime
- getTimestampFormat() - Method in interface oracle.pgx.config.CommonLoadableConfig
-
The list of timestamp formats to use when loading and storing timestamp properties.
- getTimestampFormat() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
the timestamp format to use when loading and storing timestamp properties.
- getTimestampFormat() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
the timestamp format to use when loading and storing timestamp properties.
- getTimestampFormat() - Method in class oracle.pgx.config.FileGraphConfig
-
the timestamp format to use when loading and storing timestamp properties.
- getTimestampFormat() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
the timestamp format to use when loading and storing timestamp properties.
- getTimestampFormat() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
the timestamp format to use when loading and storing timestamp properties.
- getTimestampFormat() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
the timestamp format to use when loading and storing timestamp properties.
- getTimestampFormat() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the timestamp format to use when loading and storing timestamp properties.
- getTimestampFormat() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
the timestamp format to use when loading and storing timestamp properties.
- getTimestampFormat() - Method in class oracle.pgx.config.RdfGraphConfig
-
the timestamp format to use when loading and storing timestamp properties.
- getTimestampFormat() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
the timestamp format to use when loading and storing timestamp properties.
- getTimestampFormat() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
the timestamp format to use when loading and storing timestamp properties.
- getTimestampWithTimezone(String) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Gets the value of the designated element by element name as an OffsetDateTime
- getTimestampWithTimezone(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element index as an OffsetDateTime
- getTimestampWithTimezone(String) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Gets the value of the designated element by element name as an OffsetDateTime
- getTimestampWithTimezone(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a OffsetDateTime
- getTimestampWithTimezone(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a OffsetDateTime
- getTimestampWithTimezoneFormat() - Method in interface oracle.pgx.config.CommonLoadableConfig
-
The list of timestamp with timezone formats to use when loading and storing timestamp with timezone properties.
- getTimestampWithTimezoneFormat() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
the timestamp with timezone format to use when loading and storing timestamp with timezone properties.
- getTimestampWithTimezoneFormat() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
the timestamp with timezone format to use when loading and storing timestamp with timezone properties.
- getTimestampWithTimezoneFormat() - Method in class oracle.pgx.config.FileGraphConfig
-
the timestamp with timezone format to use when loading and storing timestamp with timezone properties.
- getTimestampWithTimezoneFormat() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
the timestamp with timezone format to use when loading and storing timestamp with timezone properties.
- getTimestampWithTimezoneFormat() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
the timestamp with timezone format to use when loading and storing timestamp with timezone properties.
- getTimestampWithTimezoneFormat() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
the timestamp with timezone format to use when loading and storing timestamp with timezone properties.
- getTimestampWithTimezoneFormat() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the timestamp with timezone format to use when loading and storing timestamp with timezone properties.
- getTimestampWithTimezoneFormat() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
the timestamp with timezone format to use when loading and storing timestamp with timezone properties.
- getTimestampWithTimezoneFormat() - Method in class oracle.pgx.config.RdfGraphConfig
-
the timestamp with timezone format to use when loading and storing timestamp with timezone properties.
- getTimestampWithTimezoneFormat() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
the timestamp with timezone format to use when loading and storing timestamp with timezone properties.
- getTimestampWithTimezoneFormat() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
the timestamp with timezone format to use when loading and storing timestamp with timezone properties.
- getTimeToCharSqlFormatString() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Gets the Char SQL Format used to format a datetime into a string
- getTimeWithTimezone(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Retrieves the value of the designated column in the current row as an OffsetTime
- getTimeWithTimezone(String) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Retrieves the value of the designated column in the current row as an OffsetTime
- getTimeWithTimezone(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a OffsetTime
- getTimeWithTimezone(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a OffsetTime
- getTimeWithTimezoneFormat() - Method in interface oracle.pgx.config.CommonLoadableConfig
-
The list of time with timezone formats to use when loading and storing time with timezone properties.
- getTimeWithTimezoneFormat() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
the time with timezone format to use when loading and storing time with timezone properties.
- getTimeWithTimezoneFormat() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
the time with timezone format to use when loading and storing time with timezone properties.
- getTimeWithTimezoneFormat() - Method in class oracle.pgx.config.FileGraphConfig
-
the time with timezone format to use when loading and storing time with timezone properties.
- getTimeWithTimezoneFormat() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
the time with timezone format to use when loading and storing time with timezone properties.
- getTimeWithTimezoneFormat() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
the time with timezone format to use when loading and storing time with timezone properties.
- getTimeWithTimezoneFormat() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
the time with timezone format to use when loading and storing time with timezone properties.
- getTimeWithTimezoneFormat() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the time with timezone format to use when loading and storing time with timezone properties.
- getTimeWithTimezoneFormat() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
the time with timezone format to use when loading and storing time with timezone properties.
- getTimeWithTimezoneFormat() - Method in class oracle.pgx.config.RdfGraphConfig
-
the time with timezone format to use when loading and storing time with timezone properties.
- getTimeWithTimezoneFormat() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
the time with timezone format to use when loading and storing time with timezone properties.
- getTimeWithTimezoneFormat() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
the time with timezone format to use when loading and storing time with timezone properties.
- getTlsVersion() - Method in class oracle.pgx.config.ClientConfig
-
TLS version to be used by the client.
- getTmpDir() - Method in class oracle.pgx.config.AbstractEngineConfig
-
- getTmpDir() - Method in class oracle.pgx.config.PgxConfig
-
Use this path as temporary directory to store compilation artifacts and other temporary data.
- getTmpWorkDir() - Method in class oracle.pg.rdbms.Parameters
-
- getToken() - Method in interface oracle.pgx.common.auth.TokenProvider
-
- getTomcatDatasourcePrefix() - Method in class oracle.pg.rdbms.Parameters
-
Return the data source prefix required by Tomcat.
- getToNidColumn() - Method in interface oracle.pgx.config.TwoTablesGraphConfig
-
- getToNidColumn() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
column name for destination node
- getToNidColumn() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
column name for destination node
- getTopK(StringBuilder, int, SQLAnalyticsGraph.Sort, int) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
Returns the top K rows of a given table.
- getTopK(StringBuilder, int, SQLAnalyticsGraph.Sort, int, int) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
Returns the top K rows of a given table.
- getTopK(Connection, StringBuilder, int, SQLAnalyticsGraph.Sort, int, int) - Static method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
Returns the top K rows of a given table.
- getTopKValues(int) - Method in class oracle.pgx.api.Property
-
- getTopKValuesAsync(int) - Method in class oracle.pgx.api.Property
-
Gets the top k vertex/edge value pairs according to their value.
- getTotalCostEstimate() - Method in interface oracle.pgx.api.Operation
-
- getTotalNumberOfChanges() - Method in interface oracle.pgx.api.GraphDelta
-
Gets the total number of changes.
- getTotalPhysicalMemorySize() - Static method in class oracle.pgx.config.ConfigParser
-
- 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 interface oracle.pg.text.OracleIndex
-
Gets the number of shards (directories) in this index
- getTrainedGraphletVectors() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
- getTrainedGraphletVectorsAsync() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the trained graphlet vectors for the current pg2vec model
- getTrainedVertexVectors() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
- getTrainedVertexVectorsAsync() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the trained vertex vectors for the current DeepWalk model
- getTrainingLoss() - Method in class oracle.pgx.api.mllib.GraphWiseModel
-
Gets the final training loss
- getTrainingLoss() - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- getTranslationType() - Method in interface oracle.pg.rdbms.pgql.PgqlSqlTrans
-
- getTreatTimestampTzAsStr() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns a flag that decides if timestamp with timezone is treated as a string (instead of a Timestamp object).
- getTreatTimestampTzAsStr() - Method in class oracle.pg.rdbms.Parameters
-
Returns true if JVM property oracle.pg.rdbms.treatTimestampTzAsStr is set true.
- getTruststore() - Method in class oracle.pgx.config.ClientConfig
-
path to the truststore to use for client connections.
- getType() - Method in enum oracle.pgx.api.executionenvironment.ExecutionEnvironmentField
-
- getType() - Method in class oracle.pgx.api.filter.GraphFilter
-
Gets the type of the filter.
- getType() - Method in class oracle.pgx.api.PgxEntity
-
Gets the type.
- getType() - Method in class oracle.pgx.api.PgxVect
-
- getType() - Method in class oracle.pgx.api.Property
-
Gets the PropertyType.
- getType() - Method in class oracle.pgx.api.Scalar
-
Gets the type of this Scalar.
- getType() - Method in interface oracle.pgx.common.auth.PermissionEntity
-
- getType() - Method in class oracle.pgx.common.auth.PgxRole
-
- getType() - Method in class oracle.pgx.common.auth.PgxUser
-
- getType() - Method in class oracle.pgx.config.AbstractGraphPropertyConfig
-
type of property.
- getType() - Method in enum oracle.pgx.config.AnalysisTaskConfig.Field
-
- getType() - Method in enum oracle.pgx.config.AuthorizationEntityConfig.Field
-
- getType() - Method in enum oracle.pgx.config.AuthorizationEntityPermissionConfig.Field
-
- getType() - Method in enum oracle.pgx.config.AuthorizationLocationConfig.Field
-
- getType() - Method in enum oracle.pgx.config.BasicSchedulerConfig.Field
-
- getType() - Method in enum oracle.pgx.config.ClientConfig.Field
-
- getType() - Method in interface oracle.pgx.config.ConfigField
-
Gets the type of this field.
- getType() - Method in class oracle.pgx.config.DataMemoryLimit
-
- getType() - Method in enum oracle.pgx.config.DataMemoryLimitsConfig.Field
-
- getType() - Method in enum oracle.pgx.config.EnterpriseSchedulerConfig.Field
-
- getType() - Method in enum oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
- getType() - Method in enum oracle.pgx.config.EsEntityProviderConfig.Field
-
- getType() - Method in enum oracle.pgx.config.ExternalStoreConfig.Field
-
- getType() - Method in enum oracle.pgx.config.FileEntityProviderConfig.Field
-
- getType() - Method in enum oracle.pgx.config.FileGraphConfig.Field
-
- getType() - Method in enum oracle.pgx.config.FileGraphStoringConfig.Field
-
- getType() - Method in enum oracle.pgx.config.FilterExpressionConfig.Field
-
- getType() - Method in class oracle.pgx.config.FilterExpressionConfig
-
the type of the filter
- getType() - Method in enum oracle.pgx.config.FrontierRedactedVerticesConfig.Field
-
- getType() - Method in enum oracle.pgx.config.GraphBuilderConfig.Field
-
- getType() - Method in enum oracle.pgx.config.GraphErrorHandlingConfig.Field
-
- getType() - Method in enum oracle.pgx.config.GraphLoadingConfig.Field
-
- getType() - Method in enum oracle.pgx.config.GraphPropertyConfig.Field
-
- getType() - Method in class oracle.pgx.config.GraphPropertyConfig
-
type of property (Note: date is deprecated, use one of local_date / time / timestamp / time_with_timezone / timestamp_with_timezone instead).
- getType() - Method in enum oracle.pgx.config.PartitionedGraphConfig.Field
-
- getType() - Method in enum oracle.pgx.config.PgHbaseGraphConfig.Field
-
- getType() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- getType() - Method in enum oracle.pgx.config.PgRdbmsGraphConfig.Field
-
- getType() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- getType() - Method in enum oracle.pgx.config.PreloadGraphConfig.Field
-
- getType() - Method in enum oracle.pgx.config.PropertiesRedactionRuleConfig.Field
-
- getType() - Method in enum oracle.pgx.config.ProviderLoadingConfig.Field
-
- getType() - Method in enum oracle.pgx.config.RdbmsEntityProviderConfig.Field
-
- getType() - Method in enum oracle.pgx.config.RdfGraphConfig.Field
-
- getType() - Method in enum oracle.pgx.config.RdfGraphPrefixConfig.Field
-
- getType() - Method in enum oracle.pgx.config.RealmConfig.Field
-
- getType() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- getType() - Method in enum oracle.pgx.config.TwoTablesRdbmsGraphConfig.Field
-
- getType() - Method in enum oracle.pgx.config.TwoTablesTextGraphConfig.Field
-
- getType() - Method in enum oracle.pgx.config.UdfConfig.Field
-
- getType() - Method in enum oracle.pgx.config.UdfFunctionArgumentConfig.Field
-
- getType() - Method in class oracle.pgx.config.UdfFunctionArgumentConfig
-
type of the argument
- getType() - Method in enum oracle.pgx.config.UdfFunctionConfig.Field
-
- getTypeClass() - Method in enum oracle.pgx.common.types.AuthorizationType
-
- getTypeClass() - Method in enum oracle.pgx.common.types.CollectionType
-
- getTypeClass() - Method in enum oracle.pgx.common.types.EntityType
-
- getTypeClass() - Method in enum oracle.pgx.common.types.IdType
-
Returns the Java type class that is associated with this IdType.
- getTypeClass() - Method in enum oracle.pgx.common.types.PropertyType
-
- getTypeClass() - Method in enum oracle.pgx.common.types.ReturnType
-
- getTypeClass() - Method in interface oracle.pgx.common.types.Type
-
Gets the type class.
- getTypeFor(Class<?>) - Static method in enum oracle.pgx.common.types.CollectionType
-
Returns the CollectionType based on a typeClass.
- getTypeFor(Class<?>) - Static method in enum oracle.pgx.common.types.IdType
-
Returns the IdType based on a typeClass.
- getTypeFor(Class<?>) - Static method in enum oracle.pgx.common.types.PropertyType
-
Returns the PropertyType based on a typeClass.
- getTypeFor(Class<?>) - Static method in enum oracle.pgx.common.types.ReturnType
-
Returns the ReturnType based on a typeClass.
- getUdfConfigDirectory() - Method in class oracle.pgx.config.AbstractPgxConfig
-
- getUdfConfigDirectory() - Method in class oracle.pgx.config.PgxConfig
-
directory path containing udf config files
- getUdfsAsStream() - Method in class oracle.pgx.config.AbstractUdfConfig
-
- getUpdateConsistencyModel() - Method in class oracle.pgx.api.executionenvironment.ExecutionEnvironment
-
- getUpdateConsistencyModelAsync() - Method in class oracle.pgx.api.executionenvironment.ExecutionEnvironment
-
Gets the consistency model to be used with in-place updates (if enabled).
- getUpdateIntervalSec() - Method in class oracle.pgx.config.GraphLoadingConfig
-
the interval in which a new snapshot is created, either by reloading the entire graph or if the format supports delta-updates, out of the cached changes.
- getUpdateThreshold() - Method in class oracle.pgx.config.GraphLoadingConfig
-
(only relevant if the format supports delta updates) the maximum number of changes that are cached before a new snapshot is created.
- getUploadBatchSize() - Method in class oracle.pgx.api.ServerInstance
-
Gets the uploadBatchSize of this instance.
- getUploadBatchSize() - Method in class oracle.pgx.config.ClientConfig
-
How many items will be uploaded in a batch.
- getURI() - Method in class oracle.pg.rdbms.PGUtils.RDFPredicate
-
This method returns the RDF predicate URI
- getUri() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
Get the unified resource identifier for the file with the graph data
- getUris() - Method in class oracle.pgx.config.AbstractFileEntityProviderConfig
-
Get the unified resource identifiers for the files with the table data
- getUris() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
Get the unified resource identifiers for the files with the graph data
- getUris() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
list of unified resource identifiers
- getUseDisjunctionInGetDegree() - Method in class oracle.pg.rdbms.Parameters
-
Returns true if useDisjunctionInGetDegree flag is explicitly set to true.
- getUseGraphletSize() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets whether the model uses the graphlet size
- getUseGraphletSize() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets whether to use or not the graphlet size (default: true)
- getUseGraphletSize() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getUseIndexForReachabilityQueries() - Method in class oracle.pgx.config.PgxConfig
-
create index for reachability queries
- getUseIndexForReachabilityQueries() - Method in class oracle.pgx.config.RuntimeConfig
-
create index for reachability queries
- 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.
- getUserData(SessionContext, String) - Method in interface oracle.pgx.api.admin.Control
-
get session-private user data by key.
- getUserDefinedFunctions() - Method in class oracle.pgx.config.AbstractUdfConfig
-
- getUserDefinedFunctions() - Method in class oracle.pgx.config.UdfConfig
-
list of user defined functions
- getUserMaxMemoryLimits() - Method in class oracle.pgx.config.AbstractEngineConfig
-
- getUsername() - Method in interface oracle.pgx.api.admin.Control
-
Get the name of the current user.
- getUsername() - Method in class oracle.pgx.api.ServerInstance
-
Gets the user name this instance is using
- getUsername(AbstractPartitionedGraphConfig) - Method in class oracle.pgx.config.AbstractEsEntityProviderConfig
-
- getUsername(AbstractPartitionedGraphConfig) - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
- getUsername() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- getUsername() - Method in class oracle.pgx.config.ClientConfig
-
The username (if server requires HTTP BASIC authentication)
- getUsername() - Method in interface oracle.pgx.config.DbConnectionConfig
-
username to use when connecting to an RDBMS instance
- getUsername() - Method in interface oracle.pgx.config.EsConnectionConfig
-
username to use when connecting to an Es instance
- getUsername() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
username to use when connecting to an Elasticsearch instance
- getUsername() - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- getUsername() - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- getUsername() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
username to use when connecting to an RDBMS instance
- getUsername() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
name of a NoSQL user
- getUsername() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
username to use when connecting to an RDBMS instance
- getUsername() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
username to use when connecting to an RDBMS instance
- getUsername() - Method in class oracle.pgx.config.RdfGraphConfig
-
username to use when connecting to an RDBMS instance
- getUsername() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
username to use when connecting to an RDBMS instance
- getUserPermissionMapping() - Method in class oracle.pgx.config.AbstractPgxConfig
-
- getUserPrincipal() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
User principal
- getUserRoles() - Method in interface oracle.pgx.api.admin.Control
-
Get the roles of the current user.
- getUseVertexPropertyValueAsLabel() - Method in class oracle.pgx.config.GraphLoadingConfig
-
load the given property as vertex label.
- getUseWildcards() - Method in class oracle.pg.common.ParametersBase
-
Validates if wild cards are enabled when executing queries based on a key value pair.
- getValidatedEdgeIdStrategy() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
Validates and return the ID strategy used for edges (checking if the strategy is compatible with the rest of the graph configuration)
- getValidatedEdgeIdStrategy() - Method in class oracle.pgx.config.GraphConfig
-
Validates and return the ID strategy used for edges (checking if the strategy is compatible with the rest of the graph configuration)
- getValidatedEdgeIdType() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
Validates and return the ID type used for edges (checking if the type is compatible with the rest of the configuration)
- getValidatedEdgeIdType() - Method in class oracle.pgx.config.GraphConfig
-
Validates and return the ID type used for edges (checking if the type is compatible with the rest of the configuration)
- getValidatedGraphName(Connection, String, int) - Static method in class oracle.pg.common.SQLUtils
-
Returns the validated graph name
- getValidatedGraphName(Connection, String) - Static method in class oracle.pg.common.SQLUtils
-
Returns the validated graph name
- 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
- getValidatedLabel() - Method in class oracle.pgx.config.EntityProviderConfig
-
Get the label configured for the entities from this provider.
- getValidatedVertexIdStrategy() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
Validates and return the ID strategy used for vertices (checking if the strategy is compatible with the rest of the graph configuration)
- getValidatedVertexIdStrategy() - Method in class oracle.pgx.config.GraphConfig
-
Validates and return the ID strategy used for vertices (checking if the strategy is compatible with the rest of the graph configuration)
- getValidatedVertexIdType() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
Validates and return the ID type used for vertices (checking if the type is compatible with the rest of the configuration)
- getValidatedVertexIdType() - Method in class oracle.pgx.config.GraphConfig
-
Validates and return the ID type used for vertices (checking if the type is compatible with the rest of the configuration)
- getValidationFraction() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the fraction of the training data used to compute the loss value
- getValidationFraction() - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Gets the fraction of training data on which to compute final loss (default: 0.05)
- getValidationFraction() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the fraction of the training data used to compute the loss value
- getValidationFraction() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the fraction of training data on which to compute final loss (default: 0.05)
- getValidationFraction() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getValidationFraction() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getValue() - Method in class oracle.pg.rdbms.DataChange
-
- getValue() - Method in class oracle.pg.text.Parameter
-
- getValue() - Method in enum oracle.pgx.common.types.Direction
-
- getValue() - Method in class oracle.pgx.config.RdfGraphPrefixConfig
-
expanded iri
- getValueAsString(Object, SimpleDateFormat) - Static method in class oracle.pg.text.OracleIndexUtils
-
Gets a value object as a String
- getValueFromEnvironment(String) - Static method in class oracle.pgx.config.AbstractConfig
-
Looks up a value by a key from java properties and the system environment.
- getValueFromEnvironment(String, Class<T>) - Static method in class oracle.pgx.config.AbstractConfig
-
- getValues() - Method in class oracle.pgx.api.executionenvironment.ExecutionEnvironment
-
- getValues() - Method in class oracle.pgx.api.Property
-
- getValues() - Method in class oracle.pgx.config.AbstractConfig
-
- getValues() - Method in class oracle.pgx.config.AbstractGraphBuilderConfig
-
- getValues() - Method in class oracle.pgx.config.AbstractPgxConfig
-
- getValues() - Method in class oracle.pgx.config.AbstractRuntimeConfig
-
- getValues() - Method in class oracle.pgx.config.AnalysisTaskConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.AnalysisTaskConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.AuthorizationEntityConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.AuthorizationEntityConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.AuthorizationEntityPermissionConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.AuthorizationEntityPermissionConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.AuthorizationLocationConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.BasicSchedulerConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.BasicSchedulerConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.ClientConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.ConfigParser
-
- getValues() - Method in class oracle.pgx.config.DataMemoryLimitsConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.DataMemoryLimitsConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.EnterpriseSchedulerConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.ExternalStoreConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.FileGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.FileGraphStoringConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.FilterExpressionConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.FrontierRedactedVerticesConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.FrontierRedactedVerticesConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.GraphBuilderConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.GraphErrorHandlingConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.GraphLoadingConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.GraphPropertyConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
- getValues() - Method in interface oracle.pgx.config.ParseResult
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.PgxConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.PgxConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.PreloadGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.PreloadGraphConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.PropertiesRedactionRuleConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.PropertiesRedactionRuleConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.ProviderLoadingConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.RdfGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.RdfGraphPrefixConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.RealmConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.RealmConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.RuntimeConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.UdfConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.UdfFunctionArgumentConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.UdfFunctionArgumentConfigBuilder
-
- getValues() - Method in class oracle.pgx.config.UdfFunctionConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.UdfFunctionConfigBuilder
-
- getValuesAsync() - Method in class oracle.pgx.api.executionenvironment.ExecutionEnvironment
-
- getValuesAsync() - Method in class oracle.pgx.api.Property
-
Gets the values.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.AbstractRuntimeConfig
-
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.AnalysisTaskConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.AuthorizationEntityConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.AuthorizationEntityPermissionConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.AuthorizationLocationConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.BasicSchedulerConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.ClientConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.DataMemoryLimitsConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.ExternalStoreConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.FileGraphConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.FileGraphStoringConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.FilterExpressionConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.FrontierRedactedVerticesConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.GraphBuilderConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.GraphErrorHandlingConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.GraphLoadingConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.GraphPropertyConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.PgxConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.PreloadGraphConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.PropertiesRedactionRuleConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.ProviderLoadingConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.RdfGraphConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.RdfGraphPrefixConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.RealmConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.RuntimeConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.UdfConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.UdfFunctionArgumentConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.UdfFunctionConfig
-
Gets the values without defaults.
- getValueType() - Method in interface oracle.pg.rdbms.pgql.PgqlResultElement
-
Returns the type of value for elements with VALUE column type.
- getValueType(int) - Method in interface oracle.pg.rdbms.pgql.PgqlResultSet
-
Returns the type of value for the given element.
- getValueType(String) - Method in interface oracle.pg.rdbms.pgql.PgqlResultSet
-
Returns the type of value for the given element.
- getValueType(int) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Returns the type of value for elements with PgqlColumnDescriptor.Type.VALUE column type.
- getValueType(String) - Method in class oracle.pg.rdbms.pgql.PgSchemaResultSet
-
Returns the type of value for elements with PgqlColumnDescriptor.Type.VALUE column type.
- getValueType(int) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
- getValueType(String) - Method in class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
- getValueType() - Method in class oracle.pgx.api.frames.schema.datatypes.collection.CollectionType
-
- getValueType() - Method in class oracle.pgx.api.PgxMap
-
Gets the value type.
- getVarName() - Method in class oracle.pgx.api.PgqlResultElement
-
Gets the variable name of the result element
- getVectorComponentDelimiter() - Method in interface oracle.pgx.config.CommonLoadableConfig
-
delimiter for the different components of vector properties
- getVectorComponentDelimiter() - Method in class oracle.pgx.config.EsEntityProviderConfig
-
delimiter for the different components of vector properties
- getVectorComponentDelimiter() - Method in class oracle.pgx.config.FileEntityProviderConfig
-
delimiter for the different components of vector properties
- getVectorComponentDelimiter() - Method in class oracle.pgx.config.FileGraphConfig
-
delimiter for the different components of vector properties
- getVectorComponentDelimiter() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
delimiter for the different components of vector properties
- getVectorComponentDelimiter() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
delimiter for the different components of vector properties
- getVectorComponentDelimiter() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
delimiter for the different components of vector properties
- getVectorComponentDelimiter() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
delimiter for the different components of vector properties
- getVectorComponentDelimiter() - Method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
delimiter for the different components of vector properties
- getVectorComponentDelimiter() - Method in class oracle.pgx.config.RdfGraphConfig
-
delimiter for the different components of vector properties
- getVectorComponentDelimiter() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
delimiter for the different components of vector properties
- getVectorComponentDelimiter() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
delimiter for the different components of vector properties
- getVectorLabelSizeLimit() - Method in interface oracle.pg.common.BackendConfig
-
Getter method for the Vector label size limit
- getVectorLabelSizeLimit() - Method in class oracle.pg.hbase.BackendConfigHBaseDb
-
Getter method for the Vector label size limit
- getVectorLabelSizeLimit() - Method in class oracle.pg.rdbms.BackendConfigOracleRdbms
-
Getter method for the Vector label size limit
- getVersion() - Method in interface oracle.pgx.api.admin.Control
-
- getVersion() - Method in class oracle.pgx.api.ServerInstance
-
- getVersionAsync() - Method in class oracle.pgx.api.ServerInstance
-
Gets the PGX extended version of this instance.
- getVertex(Object) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Return the vertex referenced by the object identifier.
- getVertex(Object) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Return the vertex referenced by the object identifier.
- getVertex(int) - Method in interface oracle.pgx.api.PgqlResultSet
-
Gets the value of the designated element by element index as a
PgxVertex
- getVertex(String) - Method in interface oracle.pgx.api.PgqlResultSet
-
Gets the value of the designated element by element name as a
PgxVertex
- getVertex(ID) - Method in class oracle.pgx.api.PgxGraph
-
- getVertex(int) - Method in interface oracle.pgx.api.PgxResult
-
Gets the value of the designated element by element index as a
PgxVertex
- getVertex(String) - Method in interface oracle.pgx.api.PgxResult
-
Gets the value of the designated element by element name as a
PgxVertex
- getVertex(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as a
PgxVertex
- getVertex(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as a
PgxVertex
- getVertexAsync(ID) - Method in class oracle.pgx.api.PgxGraph
-
- getVertexAutoIndexName() - Method in class oracle.pg.text.OracleIndexManager
-
Gets the name used for the vertex auto index.
- getVertexBlockCacheSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets the size of the block cache (in bytes) associated to the vertex table
- 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.
- getVertexEdgeIdType() - Method in class oracle.pgx.api.PgqlResultElement
-
Gets the type of vertex/edge result elements.
- getVertexExtension() - Method in class oracle.pgx.config.AbstractFileGraphStoringConfig
-
Get the extension to use for vertex files
- getVertexExtension() - Method in class oracle.pgx.config.FileGraphStoringConfig
-
the extension to use when creating vertex file partitions
- getVertexFeatureImportance() - Method in class oracle.pgx.api.mllib.GnnExplanation
-
Gets the feature importances as a map from property to importance value.
- getVertexFilterCallback() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Get the default VertexFilterCallback associated to this property graph
- getVertexIdColumn() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
name or index (starting from 1) of column corresponding to vertex id (for CSV format only)
- getVertexIdColumn() - Method in class oracle.pgx.config.FileGraphConfig
-
name or index (starting from 1) of column corresponding to vertex id (for CSV format only)
- getVertexIdColumn() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
name or index (starting from 1) of column corresponding to vertex id (for CSV format only)
- getVertexIdGenerationStrategy() - Method in class oracle.pgx.config.GraphBuilderConfig
-
if AUTO_GENERATED
vertices IDs are auto generated.
- getVertexIdPropertyType() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getVertexIDSet() - Method in interface oracle.pg.common.OracleMetadataGraph
-
Gets a set of Vertex IDs that are stored in the property graph
- getVertexIDSet(int) - Method in interface oracle.pg.common.OracleMetadataGraph
-
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 interface oracle.pg.common.OracleMetadataGraph
-
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.hbase.OraclePropertyGraph
-
Gets a set of Vertex IDs that are stored in the property graph
- getVertexIDSet(int, ProgressListener) - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Gets a set of Vertex IDs that are stored in the property graph
- getVertexIdStrategy() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the ID strategy used for the vertices of this graph.
- getVertexIdStrategy() - Method in class oracle.pgx.api.PgxGraph
-
Gets the ID strategy used for the vertices of this graph.
- getVertexIdStrategy() - Method in class oracle.pgx.config.FileGraphConfig
-
Indicates what ID strategy should be used for the vertices of this graph.
- getVertexIdStrategy() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
Indicates what ID strategy should be used for the vertices of this graph.
- getVertexIdStrategy() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
Indicates what ID strategy should be used for the vertices of this graph.
- getVertexIdStrategy() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
Indicates what ID strategy should be used for the vertices of this graph.
- getVertexIdStrategy() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
Indicates what ID strategy should be used for the vertices of this graph.
- getVertexIdStrategy() - Method in class oracle.pgx.config.RdfGraphConfig
-
Indicates what ID strategy should be used for the vertices of this graph.
- getVertexIdStrategy() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Indicates what ID strategy should be used for the vertices of this graph.
- getVertexIdStrategy() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Indicates what ID strategy should be used for the vertices of this graph.
- getVertexIdType() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the vertex ID type of this graph.
- getVertexIdType() - Method in class oracle.pgx.api.PgxGraph
-
Gets the vertex ID type of this graph.
- getVertexIdType() - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
- getVertexIdType() - Method in class oracle.pgx.config.FileGraphConfig
-
type of the vertex ID.
- getVertexIdType() - Method in class oracle.pgx.config.GraphConfig
-
Get the vertex ID type of this graph configuration
- getVertexIdType() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
type of the vertex ID.
- getVertexIdType() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
type of the vertex ID.
- getVertexIdType() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
type of the vertex ID.
- getVertexIdType() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
type of the vertex ID.
- getVertexIdType() - Method in class oracle.pgx.config.RdfGraphConfig
-
type of the vertex ID.
- getVertexIdType() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
type of the vertex ID.
- getVertexIdType() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
type of the vertex ID.
- getVertexImportanceProperty() - Method in class oracle.pgx.api.mllib.GnnExplanation
-
Gets the vertex property that contains the computed vertex importance.
- getVertexIndex(String) - Method in class oracle.pg.text.OracleIndexManager
-
Gets the manual vertex index associated to the specified index name
- getVertexInitialNumRegions() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the initial number of regions defined for the Apache HBase Vertex tables associated to this property graph.
- getVertexInputPropertyNames() - Method in class oracle.pgx.api.mllib.GraphWiseModel
-
Gets the vertices input feature names
- getVertexInputPropertyNames() - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- 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.hbase.OraclePropertyGraph
-
Returns an instance of OracleVertexBase.
- getVertexInstance(Long, boolean, boolean) - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns an instance of OracleVertexBase.
- getVertexLabel() - Method in class oracle.pg.rdbms.VertexChange
-
- getVertexLabelPredicates() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- getVertexLabelPredicates() - Method in class oracle.pgx.config.RdfGraphConfig
-
predicates of triples that are transformed to vertex labels
- getVertexLabels() - Method in class oracle.pgx.api.PgxGraph
-
- getVertexLabels(int) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element index as vertex labels
- getVertexLabels(String) - Method in class oracle.pgx.api.ResultImpl
-
Gets the value of the designated element by element name as vertex labels
- getVertexLabelsAsync() - Method in class oracle.pgx.api.PgxGraph
-
Get the vertex labels belonging to this graph.
- getVertexLabelsColumn() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
name or index (starting from 1) of column corresponding to vertex labels (for CSV format only)
- getVertexLabelsColumn() - Method in class oracle.pgx.config.FileGraphConfig
-
name or index (starting from 1) of column corresponding to vertex labels (for CSV format only)
- getVertexLabelsColumn() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
name or index (starting from 1) of column corresponding to vertex labels (for CSV format only)
- getVertexPartitionsNumber() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the number of HASH partitions of the vertex table.
- getVertexProperties() - Method in class oracle.pgx.api.PgxGraph
-
- getVertexPropertiesAsync() - Method in class oracle.pgx.api.PgxGraph
-
Get the set of vertex properties belonging to this graph.
- getVertexProperty(String) - Method in class oracle.pgx.api.PgxGraph
-
- getVertexProperty(Namespace, String) - Method in class oracle.pgx.api.PgxGraph
-
- getVertexPropertyAsync(String) - Method in class oracle.pgx.api.PgxGraph
-
Gets a vertex property of this graph.
- getVertexPropertyAsync(Namespace, String) - Method in class oracle.pgx.api.PgxGraph
-
Gets a vertex property of this graph in the given namespace.
- getVertexPropertyNames(int, int, Set<String>) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Gets the property names of all vertices using parallel scans and the specified DOP.
- getVertexPropertyNames(int, int, Set<String>, ProgressListener) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Gets the property names of all vertices using parallel scans and the specified DOP.
- getVertexPropertyNames(int, int, Map<String, Class>) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Gets the property names of all vertices using parallel scans and the specified DOP.
- getVertexPropertyNames(int, int, Map<String, Class>, ProgressListener) - Method in interface oracle.pg.common.OracleMetadataGraph
-
Gets the property names of all vertices using parallel scans and the specified DOP.
- getVertexPropertyNames(int, int, Set<String>, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets the property names of all vertices using parallel scans and the specified DOP.
- getVertexPropertyNames(int, int, Map<String, Class>, ProgressListener) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets the property names of all vertices using parallel scans and the specified DOP.
- getVertexPropertyNames() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the property names to consider for pg2vec model training
- getVertexPropertyNames() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the property names to consider for pg2vec model training
- getVertexPropertyNames() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getVertexPropertyTypes() - Method in class oracle.pgx.config.GraphConfig
-
- getVertexProps() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
- getVertexProps() - Method in class oracle.pgx.config.FileGraphConfig
-
specification of vertex properties associated with graph
- getVertexProps() - Method in class oracle.pgx.config.GraphConfig
-
Get the vertex properties of this graph configuration
- getVertexProps() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
specification of vertex properties associated with graph
- getVertexProps() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
specification of vertex properties associated with graph
- getVertexProps() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
specification of vertex properties associated with graph
- getVertexProps() - Method in class oracle.pgx.config.RdfGraphConfig
-
specification of vertex properties associated with graph
- getVertexProps() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
specification of vertex properties associated with graph
- getVertexProps() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
specification of vertex properties associated with graph
- getVertexProviders() - Method in class oracle.pgx.config.AbstractPartitionedGraphConfig
-
Get the vertex providers of this graph configuration
- getVertexProviders() - Method in class oracle.pgx.config.PartitionedGraphConfig
-
list of vertex providers in this graph
- getVertexProvidersMetaData() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the vertex tables metadata
- getVertexSndIndexBlockCacheSize() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets the size of the block cache (in bytes) associated to the secondary index vertex table
- getVertexSndIndexTabName() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the name of the Apache HBase table used to store secondary indexes on vertices in this property graph.
- getVertexTabIdxName(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the name of an index of the vertex table for the specified code
- getVertexTableRegionsInfo() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets the information of all HBase regions of the vertex table
- getVertexTableSplits() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the number of Vertex table splits based on the current number of splits per region associated to this graph and the number of regions in the vertex table.
- getVertexTabName() - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Get the name of the Apache HBase table used to store vertices in this property graph.
- getVertexTabName() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the name of the vertex table
- getVertexTabNameNoSchema() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Returns the name of the vertex table
- getVertexTargetPropertyName() - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModel
-
Gets the target property name
- getVertexTargetPropertyName() - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- getVertexUris() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
Get the unified resource identifiers for the files with the graph vertex data
- getVertexUris() - Method in class oracle.pgx.config.FileGraphConfig
-
list of unified resource identifiers
- getVertexUris() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
list of unified resource identifiers
- getVertices() - Method in class oracle.pgx.api.PgxEdge
-
- getVertices(VertexFilter) - Method in class oracle.pgx.api.PgxGraph
-
- getVertices(VertexFilter, String) - Method in class oracle.pgx.api.PgxGraph
-
- getVertices() - Method in class oracle.pgx.api.PgxGraph
-
- getVertices() - Method in class oracle.pgx.api.PgxPath
-
Gets the vertices of this path.
- getVerticesAsync() - Method in class oracle.pgx.api.PgxEdge
-
Gets both vertices of this edge as a pair.
- getVerticesAsync(VertexFilter) - Method in class oracle.pgx.api.PgxGraph
-
Creates a new vertex set containing vertices according to the given filter expression.
- getVerticesAsync(VertexFilter, String) - Method in class oracle.pgx.api.PgxGraph
-
Creates a new vertex set containing vertices according to the given filter expression.
- getVerticesAsync() - Method in class oracle.pgx.api.PgxGraph
-
Creates a new vertex set containing all vertices.
- getVerticesFromKey(Connection[], boolean, int, String[]) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets an array of Iterator
objects that hold all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback by executing a lookup over the secondary index table.
- getVerticesFromSecondaryTable(Direction, OraclePropertyGraphBase.OptimizationFlag, String...) - Method in class oracle.pg.hbase.OracleVertex
-
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
- getVerticesProjectedVars() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
- getVerticesViewName() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the name of view for vertices
- getViewParallelHintDegree() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
if view names are given, the resulting query will be hinted to run in parallel with the given degree.
- 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
- getWalkLength() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the length of the walks
- getWalkLength() - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Gets the length of the walks (default: 5)
- getWalkLength() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the length of the walks
- getWalkLength() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the length of the walks (default: 5)
- getWalkLength() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getWalkLength() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getWalksPerVertex() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the number of walks to consider per vertex
- getWalksPerVertex() - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Gets the number of walks to consider per vertex (default: 4)
- getWalksPerVertex() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the number of walks to consider per vertex
- getWalksPerVertex() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the number of walks to consider per vertex (default: 4)
- getWalksPerVertex() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getWalksPerVertex() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getWeight() - Method in class oracle.pg.rdbms.PGUtils.RDFPredicate
-
This method returns the weight of the property graph edge, only applicable to edges
- getWeight() - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
- getWeight() - Method in class oracle.pgx.config.AnalysisTaskConfig
-
the weight of the task.
- getWeightAsync() - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
- getWeightInitScheme() - Method in class oracle.pgx.config.mllib.GraphWiseConvLayerConfig
-
- getWeightInitScheme() - Method in class oracle.pgx.config.mllib.GraphWisePredictionLayerConfig
-
- getWindowSize() - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Gets the window size to consider while training the model
- getWindowSize() - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Gets the window size to consider while training the model (default: 5)
- getWindowSize() - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Gets the window size to consider while training the model
- getWindowSize() - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Gets the window size to consider while training the model (default: 5)
- getWindowSize() - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- getWindowSize() - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- getWithVisibleProperties() - Method in class oracle.pgx.config.FrontierRedactedVerticesConfig
-
List of visible properties on the frontier redacted vertices
- 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
-
- getZkClientPort() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
ZooKeeper client port
- getZkNodeParent() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
ZooKeeper node parent
- getZkQuorum() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
ZooKeeper Quorum value
- getZkSessionTimeout() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
ZooKeeper session timeout (in milliseconds)
- GmCompilerOptimization - Enum in oracle.pgx.api
-
A list of Green-Marl compiler optimizations
- GnnExplanation<ID> - Class in oracle.pgx.api.mllib
-
- grantAccess(String, String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Grants access of this property graph to another user
- grantPermission(PgxUser, PgxResourcePermission) - Method in class oracle.pgx.api.PgxGraph
-
- grantPermission(PgxRole, PgxResourcePermission) - Method in class oracle.pgx.api.PgxGraph
-
- grantPermissionAsync(PgxUser, PgxResourcePermission) - Method in class oracle.pgx.api.PgxGraph
-
Grants a permission on this graph to the given user.
- grantPermissionAsync(PgxRole, PgxResourcePermission) - Method in class oracle.pgx.api.PgxGraph
-
Grants a permission on this graph to the given role.
- graph() - Method in interface oracle.pg.common.OracleElement
-
Gets the property graph instance associated to this object.
- graph() - Method in class oracle.pg.common.OracleElementBase
-
- graph() - Method in class oracle.pg.common.OracleVertexPropertyBase
-
Get the graph that this element is within.
- GRAPH_DATASOURCE_ID - Static variable in interface oracle.pg.rdbms.OraclePropertyGraphConfigurationConstants
-
- GRAPH_JDBC_URL - Static variable in interface oracle.pg.rdbms.OraclePropertyGraphConfigurationConstants
-
- GRAPH_NAME - Static variable in interface oracle.pg.rdbms.OraclePropertyGraphConfigurationConstants
-
- GRAPH_OPTIONS - Static variable in interface oracle.pg.rdbms.OraclePropertyGraphConfigurationConstants
-
- GRAPH_OWNER - Static variable in interface oracle.pg.rdbms.OraclePropertyGraphConfigurationConstants
-
- GRAPH_PASSWD - Static variable in interface oracle.pg.rdbms.OraclePropertyGraphConfigurationConstants
-
- GRAPH_SECURITY_LABEL - Static variable in interface oracle.pg.rdbms.OraclePropertyGraphConfigurationConstants
-
- GRAPH_SECURITY_POLICY - Static variable in interface oracle.pg.rdbms.OraclePropertyGraphConfigurationConstants
-
- GRAPH_SECURITY_ROW_LABEL - Static variable in interface oracle.pg.rdbms.OraclePropertyGraphConfigurationConstants
-
- GRAPH_USERNAME - Static variable in interface oracle.pg.rdbms.OraclePropertyGraphConfigurationConstants
-
- GraphAlterationBuilder - Interface in oracle.pgx.api.graphalteration
-
Builder to describe the alterations (graph schema modification) to perform to a graph.
- GraphAlterationEmptyEdgeProviderBuilder - Interface in oracle.pgx.api.graphalteration
-
Builder to describe a new empty edge provider to add in a graph as part of a graph alteration.
- GraphAlterationEmptyProviderBuilder - Interface in oracle.pgx.api.graphalteration
-
Builder to describe a new empty provider to add in a graph as part of a graph alteration.
- GraphAlterationEmptyVertexProviderBuilder - Interface in oracle.pgx.api.graphalteration
-
Builder to describe a new empty vertex provider to add in a graph as part of a graph alteration.
- GraphBuilder<VID> - Interface in oracle.pgx.api
-
- GraphBuilderConfig - Class in oracle.pgx.config
-
Graph Builder Parameters
- GraphBuilderConfig.Field - Enum in oracle.pgx.config
-
Fields of Graph Builder Parameters
- GraphBuilderImpl<VID> - Class in oracle.pgx.api
-
A graph builder for constructing a
PgxGraph
.
- GraphChangeSet<VID> - Interface in oracle.pgx.api
-
- GraphChangeSetImpl<VID> - Class in oracle.pgx.api
-
- GraphConfig - Class in oracle.pgx.config
-
abstract super-class for all graph configs
- GraphConfig() - Constructor for class oracle.pgx.config.GraphConfig
-
- GraphConfigBuilder - Class in oracle.pgx.config
-
Factory to create graph config builders.
- GraphConfigBuilder() - Constructor for class oracle.pgx.config.GraphConfigBuilder
-
- GraphConfigFactory - Class in oracle.pgx.config
-
- GraphDelta - Interface in oracle.pgx.api
-
Represents a delta since the last synchronization operation
- GraphEntityCollection<E extends PgxEntity<ID>,ID> - Class in oracle.pgx.api
-
A collection of vertices/edges.
- GraphEntityType - Class in oracle.pgx.api.frames.schema.datatypes.graph
-
- GraphEntityType() - Constructor for class oracle.pgx.api.frames.schema.datatypes.graph.GraphEntityType
-
- GraphErrorHandlingConfig - Class in oracle.pgx.config
-
PGX Engine Graph Error Handling Config
- GraphErrorHandlingConfig.Field - Enum in oracle.pgx.config
-
Fields of PGX Engine Graph Error Handling Config
- GraphFilter - Class in oracle.pgx.api.filter
-
An abstract class representing any GraphFilters
- GraphFilterFactory - Class in oracle.pgx.config
-
- GraphFilterWithExpression - Class in oracle.pgx.api.filter
-
- GraphFormatConfig - Class in oracle.pgx.config
-
- GraphFormatConfig() - Constructor for class oracle.pgx.config.GraphFormatConfig
-
- GraphLoadingConfig - Class in oracle.pgx.config
-
PGX Engine Graph Loading Config
- GraphLoadingConfig.Field - Enum in oracle.pgx.config
-
Fields of PGX Engine Graph Loading Config
- GraphMetaData - Class in oracle.pgx.api
-
- GraphMetaData(IdType, IdType) - Constructor for class oracle.pgx.api.GraphMetaData
-
- GraphMetaData(GraphMetaData) - Constructor for class oracle.pgx.api.GraphMetaData
-
- GraphOptimizedFor - Enum in oracle.pgx.config
-
Strategy to apply updates.
- GraphPropertyConfig - Class in oracle.pgx.config
-
PGX Engine Graph Property Config
- GraphPropertyConfig.Field - Enum in oracle.pgx.config
-
Fields of PGX Engine Graph Property Config
- GraphPropertyConfigBuilder - Class in oracle.pgx.config
-
- GraphPropertyConfigBuilder() - Constructor for class oracle.pgx.config.GraphPropertyConfigBuilder
-
Constructs an empty GraphPropertyConfigBuilder
- GraphPropertyConfigBuilder(Map<GraphPropertyConfig.Field, Object>) - Constructor for class oracle.pgx.config.GraphPropertyConfigBuilder
-
Constructs a GraphPropertyConfigBuilder initialized with the values from the given map
- GraphPropertyConfigBuilder(GraphPropertyConfig) - Constructor for class oracle.pgx.config.GraphPropertyConfigBuilder
-
Constructs a GraphPropertyConfigBuilder initialized with the values from the given config
- GraphPropertyConfigBuilder(GraphPropertyConfigBuilder) - Constructor for class oracle.pgx.config.GraphPropertyConfigBuilder
-
Constructs a GraphPropertyConfigBuilder initialized with the values from the given builder
- GraphServer - Class in oracle.pg.rdbms
-
Allows to connect to a graph server
- GraphSource - Interface in oracle.pgx.api
-
Type of a source where a graph can be loaded from
- GraphValidationLevel - Enum in oracle.pgx.config
-
Enumeration listing the possible levels of graph validation
- GraphWiseConvLayerConfig - Class in oracle.pgx.config.mllib
-
Configuration class for GraphWise convolutional layers.
- GraphWiseConvLayerConfig() - Constructor for class oracle.pgx.config.mllib.GraphWiseConvLayerConfig
-
- graphWiseConvLayerConfigBuilder() - Method in class oracle.pgx.api.Analyst
-
Return a GraphWiseLayerConfigBuilder used to create a GraphWiseLayerConfig
- GraphWiseConvLayerConfigBuilder - Class in oracle.pgx.api.mllib
-
- GraphWiseConvLayerConfigBuilder() - Constructor for class oracle.pgx.api.mllib.GraphWiseConvLayerConfigBuilder
-
- GraphWiseDgiLayerConfig - Class in oracle.pgx.config.mllib
-
Configuration class for DGI layers.
- GraphWiseDgiLayerConfig() - Constructor for class oracle.pgx.config.mllib.GraphWiseDgiLayerConfig
-
- GraphWiseDgiLayerConfig.Discriminator - Enum in oracle.pgx.config.mllib
-
- GraphWiseDgiLayerConfig.ReadoutFunction - Enum in oracle.pgx.config.mllib
-
- graphWiseDgiLayerConfigBuilder() - Method in class oracle.pgx.api.Analyst
-
Return a GraphWiseDgiLayerConfigBuilder used to create a GraphWiseDgiLayerConfig
- GraphWiseDgiLayerConfigBuilder - Class in oracle.pgx.api.mllib
-
- GraphWiseDgiLayerConfigBuilder() - Constructor for class oracle.pgx.api.mllib.GraphWiseDgiLayerConfigBuilder
-
- GraphWiseModel<Config extends GraphWiseModelConfig,Metadata extends oracle.pgx.api.internal.mllib.GraphWiseModelMetadata<Config>,ModelType extends GraphWiseModel<Config,Metadata,ModelType>> - Class in oracle.pgx.api.mllib
-
Base class for GraphWiseModels
- GraphWiseModel(PgxSession, Core, Supplier<String>, Supplier<char[]>, Metadata, BiFunction<PgxSession, Graph, PgxGraph>) - Constructor for class oracle.pgx.api.mllib.GraphWiseModel
-
This constructor should never be used to get a model.
- GraphWiseModelBuilder<Model extends GraphWiseModel,Config extends GraphWiseModelConfig,Self extends GraphWiseModelBuilder> - Class in oracle.pgx.api.mllib
-
Abstract builder class for GraphWise models.
- GraphWiseModelBuilder() - Constructor for class oracle.pgx.api.mllib.GraphWiseModelBuilder
-
- GraphWiseModelConfig - Class in oracle.pgx.config.mllib
-
Abstract configuration class for GraphWise models
- GraphWiseModelConfig(int, int, double, int, Integer, GraphWiseConvLayerConfig[], boolean, boolean, List<String>, List<String>, boolean, double, int, int, GraphWiseModelConfig.Backend) - Constructor for class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- GraphWiseModelConfig.Backend - Enum in oracle.pgx.config.mllib
-
- GraphWisePredictionLayerConfig - Class in oracle.pgx.config.mllib
-
Configuration class for GraphWise prediction layers.
- GraphWisePredictionLayerConfig() - Constructor for class oracle.pgx.config.mllib.GraphWisePredictionLayerConfig
-
- graphWisePredictionLayerConfigBuilder() - Method in class oracle.pgx.api.Analyst
-
Return a GraphWisePredictionLayerConfigBuilder used to create a GraphWiseLayerConfig
- GraphWisePredictionLayerConfigBuilder - Class in oracle.pgx.api.mllib
-
- GraphWisePredictionLayerConfigBuilder() - Constructor for class oracle.pgx.api.mllib.GraphWisePredictionLayerConfigBuilder
-
- 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 interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
-
This method calculates the page rank values of vertices in this graph.
- pageRank(StringBuilder, StringBuilder, StringBuilder, StringBuilder, float, int, float, int, String, String) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
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.SQLAnalyticsGraph
-
This method calculates the page rank values of vertices in the given graph.
- pagerank(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerank(PgxGraph, boolean) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerank(PgxGraph, double, double, int) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerank(PgxGraph, double, double, int, boolean) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerank(PgxGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerank(PgxGraph, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerank(PgxGraph, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerank(PgxGraph, double, double, int, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerankApproximate(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Faster, but less accurate than pagerank.
- pagerankApproximate(PgxGraph, double, double, int) - Method in class oracle.pgx.api.Analyst
-
Faster, but less accurate than pagerank.
- pagerankApproximate(PgxGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Faster, but less accurate than pagerank.
- pagerankApproximate(PgxGraph, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Faster, but less accurate than pagerank.
- pagerankApproximateAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Faster, but less accurate than pagerank.
- pagerankApproximateAsync(PgxGraph, double, double, int) - Method in class oracle.pgx.api.Analyst
-
Faster, but less accurate than pagerank.
- pagerankApproximateAsync(PgxGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Faster, but less accurate than pagerank.
- pagerankApproximateAsync(PgxGraph, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Faster, but less accurate than pagerank.
- pagerankAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerankAsync(PgxGraph, boolean) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerankAsync(PgxGraph, double, double, int) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerankAsync(PgxGraph, double, double, int, boolean) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerankAsync(PgxGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerankAsync(PgxGraph, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerankAsync(PgxGraph, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pagerankAsync(PgxGraph, double, double, int, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
PageRank computes ranking scores based on the edges in a graph.
- pageRankCleanup(StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
-
This method does cleanup work before running page rank calculation.
- pageRankCleanup(StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
This method does cleanup 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.
- pageRankPrep(StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
This method does preparation work before running page rank calculation.
- Pair<A,B> - Class in oracle.pgx.common
-
mutable pair class
- Pair() - Constructor for class oracle.pgx.common.Pair
-
- Pair(A, B) - Constructor for class oracle.pgx.common.Pair
-
- 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.
- Parameter<K,V> - Class in oracle.pg.text
-
- Parameter(K, V) - Constructor for class oracle.pg.text.Parameter
-
- 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
-
- parse(String) - Method in enum oracle.pgx.common.types.IdType
-
Parses the given string into an object of this type.
- parse(String) - Method in enum oracle.pgx.common.types.PropertyType
-
Parses a string into this property type.
- parse(Class<T>, String, Map<String, T>) - Static method in class oracle.pgx.common.types.Types
-
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.AnalysisTaskConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.AnalysisTaskConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.AnalysisTaskConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.AuthorizationEntityConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.AuthorizationEntityConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.AuthorizationEntityConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.AuthorizationEntityPermissionConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.AuthorizationEntityPermissionConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.AuthorizationEntityPermissionConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.AuthorizationLocationConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.AuthorizationLocationConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.AuthorizationLocationConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.BasicSchedulerConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.BasicSchedulerConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.BasicSchedulerConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.ClientConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.ClientConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.ClientConfig
-
Parses a properties file.
- parse(Map<String, Object>, F[], boolean, String) - Static method in class oracle.pgx.config.ConfigParser
-
- parse(Map<String, Object>, F[], boolean, String, boolean) - Static method in class oracle.pgx.config.ConfigParser
-
- parse() - Method in class oracle.pgx.config.ConfigParser
-
Starts parsing.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.DataMemoryLimitsConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.DataMemoryLimitsConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.DataMemoryLimitsConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.EsEntityProviderConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.EsEntityProviderConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.EsEntityProviderConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.ExternalStoreConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.ExternalStoreConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.ExternalStoreConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.FileEntityProviderConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.FileEntityProviderConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.FileEntityProviderConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.FileGraphConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.FileGraphConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.FileGraphConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.FileGraphStoringConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.FileGraphStoringConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.FileGraphStoringConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.FilterExpressionConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.FilterExpressionConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.FilterExpressionConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.FrontierRedactedVerticesConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.FrontierRedactedVerticesConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.FrontierRedactedVerticesConfig
-
Parses a properties file.
- parse(Map<String, Object>, boolean, String) - Method in interface oracle.pgx.config.GenericConfigBuilder.ConfigParser
-
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.GraphBuilderConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.GraphBuilderConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.GraphBuilderConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.GraphErrorHandlingConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.GraphErrorHandlingConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.GraphErrorHandlingConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.GraphLoadingConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.GraphLoadingConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.GraphLoadingConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.GraphPropertyConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.GraphPropertyConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.GraphPropertyConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.PartitionedGraphConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.PartitionedGraphConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.PartitionedGraphConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.PgHbaseGraphConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.PgHbaseGraphConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.PgHbaseGraphConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.PgNosqlGraphConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.PgNosqlGraphConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.PgNosqlGraphConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.PgRdbmsGraphConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.PgRdbmsGraphConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.PgRdbmsGraphConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.PgxConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.PgxConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.PgxConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.PreloadGraphConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.PreloadGraphConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.PreloadGraphConfig
-
Parses a properties file.
- parse(Properties, F[], boolean) - Static method in class oracle.pgx.config.PropertiesConfigParser
-
- parse() - Method in class oracle.pgx.config.PropertiesConfigParser
-
Starts parsing.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.PropertiesRedactionRuleConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.PropertiesRedactionRuleConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.PropertiesRedactionRuleConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.ProviderLoadingConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.ProviderLoadingConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.ProviderLoadingConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.RdbmsEntityProviderConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.RdfGraphConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.RdfGraphConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.RdfGraphConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.RdfGraphPrefixConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.RdfGraphPrefixConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.RdfGraphPrefixConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.RealmConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.RealmConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.RealmConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.RuntimeConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.RuntimeConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.RuntimeConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.UdfConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.UdfConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.UdfConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.UdfFunctionArgumentConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.UdfFunctionArgumentConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.UdfFunctionArgumentConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.UdfFunctionConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.UdfFunctionConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.UdfFunctionConfig
-
Parses a properties file.
- parseBoolean(String) - Static method in enum oracle.pgx.common.types.PropertyType
-
Parse boolean value from a string input.
- parseCollectionType(String) - Static method in enum oracle.pgx.common.types.CollectionType
-
- parseEntityType(String) - Static method in enum oracle.pgx.common.types.EntityType
-
Parses the entity type.
- parseFormat(String) - Static method in enum oracle.pgx.config.Format
-
Parses a format given as string
- parseFormat(String) - Static method in enum oracle.pgx.config.ProviderFormat
-
Parses a provider format given as string
- parseFrom(byte[]) - Static method in class oracle.pg.hbase.OracleAdjacentElementsFilter
-
- parseFrom(byte[]) - Static method in class oracle.pg.hbase.OracleKeyFilter
-
Return a instance of the OracleKeyFilter based on its serialized byte array.
- parseFrom(byte[]) - Static method in class oracle.pg.hbase.OracleValueFilter
-
- parseIdType(String) - Static method in enum oracle.pgx.common.types.IdType
-
Parse IdType from a string value.
- parsePropertyType(String) - Static method in enum oracle.pgx.common.types.PropertyType
-
Parse PropertyType from a string value.
- parseRaw(InputStream) - Static method in class oracle.pgx.config.ConfigParser
-
Parses an input stream into raw key/value pairs.
- ParseResult<F extends ConfigField> - Interface in oracle.pgx.config
-
A configuration parse result.
- parseReturnType(String) - Static method in enum oracle.pgx.common.types.ReturnType
-
Parse ReturnType from a string value.
- parseString(String, Class) - Static method in class oracle.pgx.config.AbstractConfig
-
- parseTemporal(String, PropertyType) - Static method in enum oracle.pgx.common.types.PropertyType
-
- parseUdfLanguage(String) - Static method in enum oracle.pgx.config.UdfLanguage
-
- 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.
- Partition<ID> - Class in oracle.pgx.api
-
A vertex partition of a graph.
- partitionConductance(PgxGraph, Partition<ID>) - Method in class oracle.pgx.api.Analyst
-
Partition conductance assesses the quality of many partitions in a graph
- partitionConductance(PgxGraph, Partition<ID>, Scalar<Double>, Scalar<Double>) - Method in class oracle.pgx.api.Analyst
-
Partition conductance assesses the quality of many partitions in a graph
- partitionConductanceAsync(PgxGraph, Partition<ID>) - Method in class oracle.pgx.api.Analyst
-
Partition conductance assesses the quality of many partitions in a graph
- partitionConductanceAsync(PgxGraph, Partition<ID>, Scalar<Double>, Scalar<Double>) - Method in class oracle.pgx.api.Analyst
-
Partition conductance assesses the quality of many partitions in a graph
- partitioned(boolean) - Method in class oracle.pgx.api.frames.AbstractPgxEntityProviderFromFramesCreator
-
Set whether the graph should be partitioned or not.
- partitioned(boolean) - Method in class oracle.pgx.api.frames.PgxGraphFromFramesCreator
-
- PartitionedGraphConfig - Class in oracle.pgx.config
-
PGX Engine Partitioned Graph Config
- PartitionedGraphConfig.Field - Enum in oracle.pgx.config
-
Fields of PGX Engine Partitioned Graph Config
- PartitionedGraphConfigBuilder - Class in oracle.pgx.config
-
A graph configuration builder for partitioned graph configurations.
- PartitionedGraphConfigBuilder() - Constructor for class oracle.pgx.config.PartitionedGraphConfigBuilder
-
default constructor
- PartitionedGraphConfigFactory - Class in oracle.pgx.config
-
A factory class for creating partitioned graph configuration objects.
- PartitionedGraphConfigFactory() - Constructor for class oracle.pgx.config.PartitionedGraphConfigFactory
-
Instantiates a new partitioned graph config factory.
- PartitionedGraphConfigFactory(boolean) - Constructor for class oracle.pgx.config.PartitionedGraphConfigFactory
-
Instantiates a new partitioned graph config factory.
- partitionExtension(String) - Method in class oracle.pgx.api.frames.PgxCsvFrameStorer
-
sets the fileExtension of the created CSV files
- partitionModularity(PgxGraph, Partition<ID>) - Method in class oracle.pgx.api.Analyst
-
Modularity summarizes information about the quality of components in a graph
- partitionModularity(PgxGraph, Partition<ID>, Scalar<Double>) - Method in class oracle.pgx.api.Analyst
-
Modularity summarizes information about the quality of components in a graph
- partitionModularityAsync(PgxGraph, Partition<ID>) - Method in class oracle.pgx.api.Analyst
-
Modularity summarizes information about the quality of components in a graph
- partitionModularityAsync(PgxGraph, Partition<ID>, Scalar<Double>) - Method in class oracle.pgx.api.Analyst
-
Modularity summarizes information about the quality of components in a graph
- partitionModularityAsync(PgxGraph, Partition<ID>, String) - Method in class oracle.pgx.api.Analyst
-
- partitions(int) - Method in class oracle.pgx.api.frames.PgxCsvFrameStorer
-
sets the number of files to be created
- PartitionWhileLoading - Enum in oracle.pgx.config
-
Indicates if the graph is partitioned while loading.
- password(String) - Method in class oracle.pgx.api.frames.PgxDbFrameReader
-
sets the password to use for connecting to the database
- password(String) - Method in class oracle.pgx.api.frames.PgxDbFrameStorer
-
sets the password to use for connecting to the database
- password(String) - Method in class oracle.pgx.api.mllib.DbModelLoader
-
Configures the password of the database user to load the model from (not required if using the user from the realm)
- password(String) - Method in class oracle.pgx.api.mllib.DbModelStorer
-
Configures the password of the database user to store the model (not required if using the user from the realm)
- password(String) - Method in class oracle.pgx.api.subgraph.PgViewSubgraphReader
-
sets the password to use for connecting to the database
- path(String) - Method in class oracle.pgx.api.mllib.FileModelLoader
-
Configures the path to the model file
- path(String) - Method in class oracle.pgx.api.mllib.FileModelStorer
-
Configures the path where to store the model file
- PathFindingFilter - Class in oracle.pgx.api.filter
-
- PathFindingFilter(GraphFilter, Object, Object) - Constructor for class oracle.pgx.api.filter.PathFindingFilter
-
- periphery(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Periphery/center gives an overview of the extreme distances and the corresponding vertices in a graph
- periphery(PgxGraph, VertexSet<ID>) - Method in class oracle.pgx.api.Analyst
-
Periphery/center gives an overview of the extreme distances and the corresponding vertices in a graph
- peripheryAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Periphery/center gives an overview of the extreme distances and the corresponding vertices in a graph
- peripheryAsync(PgxGraph, VertexSet<ID>) - Method in class oracle.pgx.api.Analyst
-
Periphery/center gives an overview of the extreme distances and the corresponding vertices in a graph
- PermissionEntity - Interface in oracle.pgx.common.auth
-
- Permissions() - Constructor for class oracle.pgx.config.AbstractAuthorizationEntityConfig.Permissions
-
- PermutationCorruption - Class in oracle.pgx.config.mllib.corruption
-
- PermutationCorruption() - Constructor for class oracle.pgx.config.mllib.corruption.PermutationCorruption
-
- personalizedPagerank(PgxGraph, PgxVertex<ID>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerank(PgxGraph, PgxVertex<ID>, boolean) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerank(PgxGraph, PgxVertex<ID>, double, double, int) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, boolean) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerank(PgxGraph, PgxVertex<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerank(PgxGraph, PgxVertex<ID>, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerank(PgxGraph, VertexSet<ID>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerank(PgxGraph, VertexSet<ID>, boolean) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerank(PgxGraph, VertexSet<ID>, double, double, int) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerank(PgxGraph, VertexSet<ID>, double, double, int, boolean) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerank(PgxGraph, VertexSet<ID>, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerank(PgxGraph, VertexSet<ID>, double, double, int, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerank(PgxGraph, VertexSet<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerank(PgxGraph, VertexSet<ID>, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerank(PgxGraph, ID, BigDecimal, BigDecimal, int) - Method in class oracle.pgx.api.Analyst
-
- personalizedPagerank(PgxGraph, ID, BigDecimal, BigDecimal, int, boolean) - Method in class oracle.pgx.api.Analyst
-
- personalizedPagerank(PgxGraph, ID, BigDecimal, BigDecimal, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Convenience wrapper around
#personalizedPagerank(PgxGraph, PgxVertex, BigDecimal, BigDecimal, int, VertexProperty<ID, Double>)
taking a vertex ID instead of a
PgxVertex
.
- personalizedPagerank(PgxGraph, ID, BigDecimal, BigDecimal, int, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Convenience wrapper around
#personalizedPagerank(PgxGraph, PgxVertex, BigDecimal, BigDecimal, int, boolean, VertexProperty<ID, Double>)
taking a vertex ID instead of a
PgxVertex
.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, boolean) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, boolean) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a vertex of interest.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, boolean) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, boolean) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized PageRank for a set of vertices of interest.
- personalizedSalsa(BipartiteGraph, PgxVertex<ID>) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a vertex of interest.
- personalizedSalsa(BipartiteGraph, PgxVertex<ID>, double, int, double) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a vertex of interest.
- personalizedSalsa(BipartiteGraph, PgxVertex<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a vertex of interest.
- personalizedSalsa(BipartiteGraph, PgxVertex<ID>, double, int, double, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a vertex of interest.
- personalizedSalsa(BipartiteGraph, VertexSet<ID>) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a set of vertices of interest.
- personalizedSalsa(BipartiteGraph, VertexSet<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a set of vertices of interest.
- personalizedSalsa(BipartiteGraph, VertexSet<ID>, double, int, double) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a set of vertices of interest.
- personalizedSalsa(BipartiteGraph, VertexSet<ID>, double, int, double, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a set of vertices of interest.
- personalizedSalsa(BipartiteGraph, ID, BigDecimal, int, BigDecimal) - Method in class oracle.pgx.api.Analyst
-
- personalizedSalsa(BipartiteGraph, ID, BigDecimal, int, BigDecimal, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Convenience wrapper around
#personalizedSalsa(BipartiteGraph, PgxVertex, BigDecimal, int, BigDecimal, VertexProperty<ID, Double>)
taking a vertex ID instead of
PgxVertex
.
- personalizedSalsaAsync(BipartiteGraph, PgxVertex<ID>) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a vertex of interest.
- personalizedSalsaAsync(BipartiteGraph, PgxVertex<ID>, double, int, double) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a vertex of interest.
- personalizedSalsaAsync(BipartiteGraph, PgxVertex<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a vertex of interest.
- personalizedSalsaAsync(BipartiteGraph, PgxVertex<ID>, double, int, double, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a vertex of interest.
- personalizedSalsaAsync(BipartiteGraph, VertexSet<ID>) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a set of vertices of interest.
- personalizedSalsaAsync(BipartiteGraph, VertexSet<ID>, double, int, double) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a set of vertices of interest.
- personalizedSalsaAsync(BipartiteGraph, VertexSet<ID>, double, int, double, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a set of vertices of interest.
- personalizedSalsaAsync(BipartiteGraph, VertexSet<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized salsa for a set of vertices of interest.
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, double, double, int, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, double, double, int, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, double, double, int, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, double, double, int, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerank(PgxGraph, ID, BigDecimal, BigDecimal, int, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- personalizedWeightedPagerank(PgxGraph, ID, BigDecimal, BigDecimal, int, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- personalizedWeightedPagerank(PgxGraph, ID, BigDecimal, BigDecimal, int, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Convenience wrapper around
#personalizedWeightedPagerank(PgxGraph, PgxVertex, BigDecimal, BigDecimal, int, EdgeProperty, VertexProperty<ID, Double>)
taking a vertex ID instead of a
PgxVertex
.
- personalizedWeightedPagerank(PgxGraph, ID, BigDecimal, BigDecimal, int, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Convenience wrapper around
#personalizedWeightedPagerank(PgxGraph, PgxVertex, BigDecimal, BigDecimal, int, boolean, EdgeProperty, VertexProperty<ID, Double>)
taking a vertex ID instead of a
PgxVertex
.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank for a vertex and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank for a set of vertices and weighted edges.
- Pg2vecModel - Class in oracle.pgx.api.mllib
-
- Pg2vecModel(PgxSession, Core, Supplier<String>, Supplier<char[]>, Pg2vecModelMetadata) - Constructor for class oracle.pgx.api.mllib.Pg2vecModel
-
Please do not use; only meant for being used by PGX itself.
- Pg2vecModel(PgxSession, Core, Supplier<String>, Supplier<char[]>, ModelMetadata) - Constructor for class oracle.pgx.api.mllib.Pg2vecModel
-
- pg2vecModelBuilder() - Method in class oracle.pgx.api.Analyst
-
Builds a pg2vec model
- Pg2vecModelBuilder - Class in oracle.pgx.api.mllib
-
- Pg2vecModelBuilder(PgxSession, Core, Supplier<String>, Supplier<char[]>) - Constructor for class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Please do not use; only meant for being used by PGX itself.
- Pg2vecModelConfig - Class in oracle.pgx.config.mllib
-
- Pg2vecModelConfig(int, int, int, int, int, int, double, double, int, Collection<String>, String, PropertyType, Double, double, boolean, Long, boolean, String) - Constructor for class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- Pg2vecModelConfig() - Constructor for class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- PG_VIEW - Static variable in interface oracle.pgx.api.GraphSource
-
- pgb() - Method in class oracle.pgx.api.frames.PgxGenericFrameReader
-
returns a PgxPgbFrameReader
- pgb(String...) - Method in class oracle.pgx.api.frames.PgxGenericFrameReader
-
loads the csv PgxFrame synchronously
- pgb() - Method in class oracle.pgx.api.frames.PgxGenericFrameStorer
-
returns a PgxPgbFrameStorer
- pgb(String) - Method in class oracle.pgx.api.frames.PgxGenericFrameStorer
-
stores the pgb PgxFrame synchronously
- pgbAsync(String...) - Method in class oracle.pgx.api.frames.PgxGenericFrameReader
-
triggers the async loading of the pgb PgxFrame
- pgbAsync(String) - Method in class oracle.pgx.api.frames.PgxGenericFrameStorer
-
triggers async storing of the pgb PgxFrame
- PgDatatypeConstants - Class in oracle.pg.rdbms.pgql
-
This class defines data type encoding for Property Graph support.
- PgDatatypeConstants() - Constructor for class oracle.pg.rdbms.pgql.PgDatatypeConstants
-
- PgHbaseGraphConfig - Class in oracle.pgx.config
-
PGX Engine PG Hbase Graph Config
- PgHbaseGraphConfig.Field - Enum in oracle.pgx.config
-
Fields of PGX Engine PG Hbase Graph Config
- PgHbaseGraphConfigBuilder - Class in oracle.pgx.config
-
A builder for Property Graph (PG) on HBase graph configuration objects.
- PgHbaseGraphConfigBuilder() - Constructor for class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Instantiates a new pg hbase graph config builder.
- PgHbaseGraphConfigFactory - Class in oracle.pgx.config
-
A factory for creating PgHbaseGraphConfig objects.
- PgHbaseGraphConfigFactory(boolean) - Constructor for class oracle.pgx.config.PgHbaseGraphConfigFactory
-
Instantiates a new PgHbaseGraphConfig.
- PgNosqlGraphConfig - Class in oracle.pgx.config
-
PGX Engine PG NoSQL Graph Config
- PgNosqlGraphConfig.Field - Enum in oracle.pgx.config
-
Fields of PGX Engine PG NoSQL Graph Config
- PgNosqlGraphConfigBuilder - Class in oracle.pgx.config
-
A builder for Property Graph (PG) Oracle NoSQL graph configuration objects.
- PgNosqlGraphConfigBuilder() - Constructor for class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Instantiates a new PgNosqlGraphConfigBuilder.
- PgNosqlGraphConfigFactory - Class in oracle.pgx.config
-
A factory for creating PgNosqlGraphConfig objects.
- PgNosqlGraphConfigFactory(boolean) - Constructor for class oracle.pgx.config.PgNosqlGraphConfigFactory
-
Instantiates a new PgNosqlGraphConfigFactory.
- PGQL_RESULTS_KEY - Static variable in interface oracle.pgx.api.admin.Control
-
- PgqlColumnDescriptor - Interface in oracle.pg.rdbms.pgql
-
Describes the metadata for a logical column in a PGQL query result.
- PgqlColumnDescriptor.Type - Enum in oracle.pg.rdbms.pgql
-
Types of logical return columns
- PgqlConnection - Class in oracle.pg.rdbms.pgql
-
- PgqlExecution - Class in oracle.pg.rdbms.pgql
-
- PgqlPreparedStatement - Interface in oracle.pg.rdbms.pgql
-
This object represents a pre-compiled PGQL statement.
- PgqlResultElement - Interface in oracle.pg.rdbms.pgql
-
Represents a single element in a PGQL query result row.
- PgqlResultElement - Class in oracle.pgx.api
-
Type and variable name information on a pattern matching result element.
- PgqlResultElement() - Constructor for class oracle.pgx.api.PgqlResultElement
-
- PgqlResultElement(PgqlResultElement.Type, String, IdType) - Constructor for class oracle.pgx.api.PgqlResultElement
-
Constructor
- PgqlResultElement(PgqlResultElement.Type, PgqlResultElement.Type, String, IdType) - Constructor for class oracle.pgx.api.PgqlResultElement
-
Constructor
- PgqlResultElement.Type - Enum in oracle.pgx.api
-
Type of a result element.
- PgqlResultSet - Interface in oracle.pg.rdbms.pgql
-
This interface provides a ResultSet for a PGQL query execution.
- PgqlResultSet - Interface in oracle.pgx.api
-
Result set of a pattern matching query.
- PgqlResultSetMetaDataImpl - Class in oracle.pg.rdbms.pgql
-
This class describes column meta data for a PGQL query result.
- PgqlSqlCreateTrans - Interface in oracle.pg.rdbms.pgql
-
Holds the SQL translation of a PGQL create.
- PgqlSqlDropTrans - Interface in oracle.pg.rdbms.pgql
-
Holds the SQL translation of a PGQL drop.
- PgqlSqlModifyTrans - Interface in oracle.pg.rdbms.pgql
-
Holds the SQL translation of a PGQL modify.
- PgqlSqlModifyTrans.ModificationType - Enum in oracle.pg.rdbms.pgql
-
- PgqlSqlQueryTrans - Interface in oracle.pg.rdbms.pgql
-
Holds the SQL translation of a PGQL query.
- PgqlSqlTrans - Interface in oracle.pg.rdbms.pgql
-
Holds the SQL translation of a PGQL statement.
- PgqlSqlTrans.TranslationType - Enum in oracle.pg.rdbms.pgql
-
- PgqlStatement - Interface in oracle.pg.rdbms.pgql
-
This interface is used to execute a static PGQL query.
- 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.
- PgqlViewGraphExpander - Class in oracle.pgx.api.expansion
-
- PgqlViewGraphExpander(PartitionedGraphConfig, Function<GraphExpansionConfig, PgxFuture<PgxGraph>>) - Constructor for class oracle.pgx.api.expansion.PgqlViewGraphExpander
-
- PgRdbmsGraphConfig - Class in oracle.pgx.config
-
PGX Engine PG RDBMS Graph Config
- PgRdbmsGraphConfig.Field - Enum in oracle.pgx.config
-
Fields of PGX Engine PG RDBMS Graph Config
- PgRdbmsGraphConfigBuilder - Class in oracle.pgx.config
-
- PgRdbmsGraphConfigBuilder() - Constructor for class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
- PgRdbmsGraphConfigFactory - Class in oracle.pgx.config
-
A factory for creating PgRdbmsGraphConfig objects.
- PgRdbmsGraphConfigFactory(boolean) - Constructor for class oracle.pgx.config.PgRdbmsGraphConfigFactory
-
- PgSchemaResultSet - Class in oracle.pg.rdbms.pgql
-
This class provides a ResultSet for a PGQL query execution.
- 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
- PgViewResultSet - Class in oracle.pg.rdbms.pgql.pgview
-
This class provides a ResultSet for a PGQL query execution.
- PgViewResultSet(ResultSet, Statement, int, QueryContext, PgqlExecution, long) - Constructor for class oracle.pg.rdbms.pgql.pgview.PgViewResultSet
-
Constructor
- PgViewResultSetMetaData - Class in oracle.pg.rdbms.pgql.pgview
-
This class describes column meta data for a PGQL query result.
- PgViewSubgraphReader - Class in oracle.pgx.api.subgraph
-
- Pgx - Class in oracle.pgx.api
-
Main entry point for PGX applications.
- Pgx() - Constructor for class oracle.pgx.api.Pgx
-
- PGX_CONFIG_FILE_SYSTEM_PROPERTY - Static variable in interface oracle.pgx.api.admin.Control
-
- PgxCollection<E,ID> - Class in oracle.pgx.api
-
Superclass for Pgx collections.
- PgxConfig - Class in oracle.pgx.config
-
PGX Engine Config
- PgxConfig.Field - Enum in oracle.pgx.config
-
Fields of PGX Engine Config
- PgxConfigBuilder - Class in oracle.pgx.config
-
- PgxConfigBuilder() - Constructor for class oracle.pgx.config.PgxConfigBuilder
-
Constructs an empty PgxConfigBuilder
- PgxConfigBuilder(Map<PgxConfig.Field, Object>) - Constructor for class oracle.pgx.config.PgxConfigBuilder
-
Constructs a PgxConfigBuilder initialized with the values from the given map
- PgxConfigBuilder(PgxConfig) - Constructor for class oracle.pgx.config.PgxConfigBuilder
-
Constructs a PgxConfigBuilder initialized with the values from the given config
- PgxConfigBuilder(PgxConfigBuilder) - Constructor for class oracle.pgx.config.PgxConfigBuilder
-
Constructs a PgxConfigBuilder initialized with the values from the given builder
- PgxConfigPermission - Enum in oracle.pgx.config
-
Enum that contains the valid permission types in the PGX config.
- PgxCsvFrameReader - Class in oracle.pgx.api.frames
-
- PgxCsvFrameReader(PgxSession, Core, Supplier<String>, Supplier<char[]>) - Constructor for class oracle.pgx.api.frames.PgxCsvFrameReader
-
- PgxCsvFrameStorer - Class in oracle.pgx.api.frames
-
- PgxCsvFrameStorer(PgxSession, Core, PgxFrame) - Constructor for class oracle.pgx.api.frames.PgxCsvFrameStorer
-
- PgxDbFrameReader - Class in oracle.pgx.api.frames
-
- PgxDbFrameReader(PgxSession, Core, Supplier<String>, Supplier<char[]>) - Constructor for class oracle.pgx.api.frames.PgxDbFrameReader
-
- PgxDbFrameStorer - Class in oracle.pgx.api.frames
-
- PgxDbFrameStorer(PgxSession, Core, PgxFrame, Supplier<String>, Supplier<char[]>) - Constructor for class oracle.pgx.api.frames.PgxDbFrameStorer
-
- PgxEdge - Class in oracle.pgx.api
-
- PgxEdgeProviderFromFramesCreator - Class in oracle.pgx.api.frames
-
An edge provider creator for creating a
PgxGraph
.
- PgxEdgeProviderFromFramesCreator(SessionContext, Core, EdgeFrameDeclaration, PgxGraphFromFramesCreator) - Constructor for class oracle.pgx.api.frames.PgxEdgeProviderFromFramesCreator
-
Create a new edge provider creator
- PgxEntity<ID> - Class in oracle.pgx.api
-
An abstraction of vertex and edge.
- PgxFileLocationResource - Class in oracle.pgx.common.auth
-
- PgxFileLocationResource(String, String) - Constructor for class oracle.pgx.common.auth.PgxFileLocationResource
-
- PgxFileLocationResource(String, Path) - Constructor for class oracle.pgx.common.auth.PgxFileLocationResource
-
- PgxFrame - Class in oracle.pgx.api.frames
-
- PgxFrame() - Constructor for class oracle.pgx.api.frames.PgxFrame
-
- PgxFrameBuilder - Class in oracle.pgx.api.frames
-
A frame builder for constructing a
PgxFrame
.
- PgxFrameBuilder(SessionContext, Core, List<ColumnDescriptor>, Function<FrameMetaData, PgxFrame>) - Constructor for class oracle.pgx.api.frames.PgxFrameBuilder
-
Create a PgxFrameBuilder, this will also create a FrameBuilder on the server.
- PgxFrameColumn - Class in oracle.pgx.api.frames
-
- PgxFrameColumn() - Constructor for class oracle.pgx.api.frames.PgxFrameColumn
-
- PgxFrameReader<PgxFrameReaderType extends PgxFrameReader<PgxFrameReaderType>> - Class in oracle.pgx.api.frames
-
- PgxFrameStorer<PgxFrameStorerType extends PgxFrameStorer> - Class in oracle.pgx.api.frames
-
- PgxFuture<T> - Class in oracle.pgx.api
-
A PGX-specific extension of CompletableFuture
- PgxFuture() - Constructor for class oracle.pgx.api.PgxFuture
-
- PgxGeneralPermission - Enum in oracle.pgx.common.auth
-
- PgxGenericFrameReader - Class in oracle.pgx.api.frames
-
- PgxGenericFrameReader(PgxSession, Core, Supplier<String>, Supplier<char[]>) - Constructor for class oracle.pgx.api.frames.PgxGenericFrameReader
-
- PgxGenericFrameStorer - Class in oracle.pgx.api.frames
-
- PgxGenericFrameStorer(PgxSession, Core, PgxFrame, Supplier<String>, Supplier<char[]>) - Constructor for class oracle.pgx.api.frames.PgxGenericFrameStorer
-
- PgxGenericPermission - Class in oracle.pgx.common.auth
-
- PgxGenericPermission(PgxGeneralPermission) - Constructor for class oracle.pgx.common.auth.PgxGenericPermission
-
- PgxGenericPermission(Path, PgxResourcePermission) - Constructor for class oracle.pgx.common.auth.PgxGenericPermission
-
- PgxGenericPermission(String, PgxResourcePermission) - Constructor for class oracle.pgx.common.auth.PgxGenericPermission
-
- PgxGraph - Class in oracle.pgx.api
-
This class is a reference to a graph on the server side: operations on objects of this class are executed on the server side onto the referenced graph.
- PgxGraph.Degree - Enum in oracle.pgx.api
-
The degree.
- PgxGraph.Mode - Enum in oracle.pgx.api
-
The mutation mode.
- PgxGraph.MultiEdges - Enum in oracle.pgx.api
-
The multi-edges behavior.
- PgxGraph.SelfEdges - Enum in oracle.pgx.api
-
The self-edges behavior.
- PgxGraph.SortOrder - Enum in oracle.pgx.api
-
The direction.
- PgxGraph.TrivialVertices - Enum in oracle.pgx.api
-
The trivial vertices behavior.
- PgxGraphFromFramesCreator - Class in oracle.pgx.api.frames
-
- PgxGraphFromFramesCreator(SessionContext, Core, String, Function<Graph, PgxGraph>) - Constructor for class oracle.pgx.api.frames.PgxGraphFromFramesCreator
-
- PgxManagedObject - Class in oracle.pgx.api
-
A PGX managed object.
- PgxManagedObject() - Constructor for class oracle.pgx.api.PgxManagedObject
-
- PgxMap<K,V> - Class in oracle.pgx.api
-
A map is a collection of key-value pairs.
- PgxPath<ID> - Class in oracle.pgx.api
-
A path from a source to a destination vertex in a
PgxGraph
.
- PgxPath.PathIterable<E> - Interface in oracle.pgx.api
-
- PgxPath.PathIterator<E> - Class in oracle.pgx.api
-
- PgxPgbFrameReader - Class in oracle.pgx.api.frames
-
- PgxPgbFrameReader(PgxSession, Core) - Constructor for class oracle.pgx.api.frames.PgxPgbFrameReader
-
- PgxPgbFrameStorer - Class in oracle.pgx.api.frames
-
- PgxPgbFrameStorer(PgxSession, Core, PgxFrame) - Constructor for class oracle.pgx.api.frames.PgxPgbFrameStorer
-
- PgxPreparedStatement - Interface in oracle.pgx.api
-
- PgxResource - Interface in oracle.pgx.common.auth
-
- PgxResource.Type - Enum in oracle.pgx.common.auth
-
- PgxResourcePermission - Enum in oracle.pgx.common.auth
-
- PgxResult - Interface in oracle.pgx.api
-
A result of a pattern matching query.
- PgxRole - Class in oracle.pgx.common.auth
-
- PgxRole(String) - Constructor for class oracle.pgx.common.auth.PgxRole
-
- PgxSession - Class in oracle.pgx.api
-
A PGX session represents an active user connected to a
ServerInstance
.
- PgxShutdownException - Exception in oracle.pgx.api.admin
-
- PgxShutdownException() - Constructor for exception oracle.pgx.api.admin.PgxShutdownException
-
- PgxShutdownException(String, Throwable) - Constructor for exception oracle.pgx.api.admin.PgxShutdownException
-
- PgxShutdownException(String) - Constructor for exception oracle.pgx.api.admin.PgxShutdownException
-
- PgxShutdownException(Throwable) - Constructor for exception oracle.pgx.api.admin.PgxShutdownException
-
- PgxUser - Class in oracle.pgx.common.auth
-
- PgxUser(String, Set<PgxRole>, Map<Object, Object>) - Constructor for class oracle.pgx.common.auth.PgxUser
-
- PgxUser(String, Set<PgxRole>) - Constructor for class oracle.pgx.common.auth.PgxUser
-
- PgxUser(String) - Constructor for class oracle.pgx.common.auth.PgxUser
-
- PgxVect<E> - Class in oracle.pgx.api
-
A vector.
- PgxVect(E[]) - Constructor for class oracle.pgx.api.PgxVect
-
Construct a new vector.
- PgxVect(E[], PropertyType) - Constructor for class oracle.pgx.api.PgxVect
-
Construct a new vector.
- PgxVertex<ID> - Class in oracle.pgx.api
-
- PgxVertexProviderFromFramesCreator - Class in oracle.pgx.api.frames
-
A vertex provider creator for creating a
PgxGraph
.
- PgxVertexProviderFromFramesCreator(SessionContext, Core, VertexFrameDeclaration, PgxGraphFromFramesCreator) - Constructor for class oracle.pgx.api.frames.PgxVertexProviderFromFramesCreator
-
Create a new vertex provider creator
- PickingStrategyBuilder - Class in oracle.pgx.api
-
- pin() - Method in class oracle.pgx.api.PgxGraph
-
- pinAsync() - Method in class oracle.pgx.api.PgxGraph
-
For a published graph, pins the graph so that it stays published even if no sessions uses it.
- POINT2D_TYPE - Static variable in class oracle.pgx.api.frames.schema.datatypes.DataTypes
-
- Point2dType - Class in oracle.pgx.api.frames.schema.datatypes.spatial
-
- Point2dType() - Constructor for class oracle.pgx.api.frames.schema.datatypes.spatial.Point2dType
-
- PoolType - Enum in oracle.pgx.api
-
An enum for the different thread-pools available within PGX.
- POSITIVE_INFINITY_WILDCARD1 - Static variable in class oracle.pgx.config.ConfigParser
-
The Constant POSITIVE_INFINITY_WILDCARD1.
- POSITIVE_INFINITY_WILDCARD2 - Static variable in class oracle.pgx.config.ConfigParser
-
The Constant POSITIVE_INFINITY_WILDCARD2.
- PREF_OWNER_PARAMETER - Static variable in class oracle.pg.rdbms.index.oratext.OracleTextIndexParameters
-
This constant denotes the parameter for the owner of the preferences
- PreloadGraphConfig - Class in oracle.pgx.config
-
Preloaded Graph Config
- PreloadGraphConfig.Field - Enum in oracle.pgx.config
-
Fields of Preloaded Graph Config
- PreloadGraphConfigBuilder - Class in oracle.pgx.config
-
- PreloadGraphConfigBuilder() - Constructor for class oracle.pgx.config.PreloadGraphConfigBuilder
-
Constructs an empty PreloadGraphConfigBuilder
- PreloadGraphConfigBuilder(Map<PreloadGraphConfig.Field, Object>) - Constructor for class oracle.pgx.config.PreloadGraphConfigBuilder
-
Constructs a PreloadGraphConfigBuilder initialized with the values from the given map
- PreloadGraphConfigBuilder(PreloadGraphConfig) - Constructor for class oracle.pgx.config.PreloadGraphConfigBuilder
-
Constructs a PreloadGraphConfigBuilder initialized with the values from the given config
- PreloadGraphConfigBuilder(PreloadGraphConfigBuilder) - Constructor for class oracle.pgx.config.PreloadGraphConfigBuilder
-
Constructs a PreloadGraphConfigBuilder initialized with the values from the given builder
- prepareConfigEdgePropertiesFromOPVFile(Object[], AbstractPgGraphConfigBuilder, int, OracleFlatFileSplitterConfig) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
-
- prepareConfigVertexPropertiesFromOPVFile(Object[], AbstractPgGraphConfigBuilder, int, OracleFlatFileSplitterConfig) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
-
- preparePgql(String) - Method in class oracle.pgx.api.PgxGraph
-
- preparePgql(String) - Method in class oracle.pgx.api.PgxSession
-
- preparePgqlAsync(String) - Method in class oracle.pgx.api.PgxGraph
-
Prepares a PGQL query.
- preparePgqlAsync(String) - Method in class oracle.pgx.api.PgxSession
-
Prepares a pattern matching query with a ON-clause.
- prepareSecureConfig(Configuration, String, String, String, String, String, String) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Prepares the Apache HBase configuration object to work with HBase secure cluster
- prepareStatement(String) - Method in class oracle.pg.rdbms.pgql.PgqlConnection
-
Creates a new PgqlPreparedStatement 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.
- 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.
- previous() - Method in class oracle.pgx.api.PgxPath.PathIterator
-
- previousIndex() - Method in class oracle.pgx.api.PgxPath.PathIterator
-
- prim(PgxGraph, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
prim reveals tree structures with shortest paths in a graph
- prim(PgxGraph, EdgeProperty<Double>, EdgeProperty<Boolean>) - Method in class oracle.pgx.api.Analyst
-
prim reveals tree structures with shortest paths in a graph
- prim(PgxGraph, EdgeProperty<Double>, String) - Method in class oracle.pgx.api.Analyst
-
- primAsync(PgxGraph, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
prim reveals tree structures with shortest paths in a graph
- primAsync(PgxGraph, EdgeProperty<Double>, EdgeProperty<Boolean>) - Method in class oracle.pgx.api.Analyst
-
prim reveals tree structures with shortest paths in a graph
- print() - Method in interface oracle.pg.rdbms.pgql.PgqlResultSet
-
Prints all results to System.out
.
- print(long) - Method in interface oracle.pg.rdbms.pgql.PgqlResultSet
-
Prints numResults
results to System.out
.
- print(long, int) - Method in interface oracle.pg.rdbms.pgql.PgqlResultSet
-
Prints numResults
results from from
th result to System.out
.
- print(PrintStream, long, int) - Method in interface oracle.pg.rdbms.pgql.PgqlResultSet
-
- print() - Method in class oracle.pgx.api.frames.PgxFrame
-
Prints all results to System.out
.
- print(long) - Method in class oracle.pgx.api.frames.PgxFrame
-
Prints numRows
results to System.out
.
- print(long, long) - Method in class oracle.pgx.api.frames.PgxFrame
-
Prints numResults
results from the frame to System.out
.
- print(PrintStream, long, long) - Method in class oracle.pgx.api.frames.PgxFrame
-
- print() - Method in interface oracle.pgx.api.Operation
-
Print the current operation and all its children to standard output
- print(PrintStream) - Method in interface oracle.pgx.api.Operation
-
Print the current operation and all its children to the given printStream
- print() - Method in interface oracle.pgx.api.PgqlResultSet
-
Prints all results to System.out
.
- print(long) - Method in interface oracle.pgx.api.PgqlResultSet
-
Prints numResults
results to System.out
.
- print(long, int) - Method in interface oracle.pgx.api.PgqlResultSet
-
Prints numResults
results from from
th result to System.out
.
- print(PrintStream, long, int) - Method in interface oracle.pgx.api.PgqlResultSet
-
- printAsync() - Method in class oracle.pgx.api.frames.PgxFrame
-
Prints all results to System.out
.
- printAsync(long) - Method in class oracle.pgx.api.frames.PgxFrame
-
Prints numRows
results to System.out
.
- printAsync(long, long) - Method in class oracle.pgx.api.frames.PgxFrame
-
Prints numResults
results from the frame to System.out
.
- printAsync(PrintStream, long, long) - Method in class oracle.pgx.api.frames.PgxFrame
-
Prints the content of the frame
- printByteArray(String, byte[], PrintStream) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
-
Prints a string representation of the byte array to the specified PrintStream
- printProgress() - Method in class oracle.pg.hbase.OracleCommonIteratorImpl
-
- 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.
- PRIVATE - Static variable in class oracle.pgx.api.Namespace
-
Namespace for session-private objects
- ProgressListener - Interface in oracle.pg.common
-
This interface defines a few core APIs to that can be used to report progress of a long running process (data importing or exporting for example).
- progressTo(long, String) - Method in interface oracle.pg.common.ProgressListener
-
This method reports the current progress.
- progressTo(long, String) - Method in class oracle.pg.common.SimpleLogBasedDataLoaderListenerImpl
-
This method reports the current progress.
- progressTo(long, String) - Method in class oracle.pg.common.SimpleLogBasedProgressListenerImpl
-
This method reports the current progress.
- properties(String...) - Method in class oracle.pg.common.OracleEdgeBase
-
Get an Iterator
of properties.
- properties(String...) - Method in interface oracle.pg.common.OracleElement
-
Get an Iterator
of properties.
- properties(String...) - Method in class oracle.pg.common.OracleVertexBase
-
Get an Iterator of properties.
- properties(String...) - Method in class oracle.pg.common.OracleVertexPropertyBase
-
Get an Iterator of properties.
- PropertiesConfigParser<F extends ConfigField> - Class in oracle.pgx.config
-
A graph configuration parser which reads Java Properties
format.
- PropertiesRedactionRuleConfig - Class in oracle.pgx.config
-
Redaction rule properties
- PropertiesRedactionRuleConfig.Field - Enum in oracle.pgx.config
-
Fields of Redaction rule properties
- PropertiesRedactionRuleConfigBuilder - Class in oracle.pgx.config
-
- PropertiesRedactionRuleConfigBuilder() - Constructor for class oracle.pgx.config.PropertiesRedactionRuleConfigBuilder
-
Constructs an empty PropertiesRedactionRuleConfigBuilder
- PropertiesRedactionRuleConfigBuilder(Map<PropertiesRedactionRuleConfig.Field, Object>) - Constructor for class oracle.pgx.config.PropertiesRedactionRuleConfigBuilder
-
Constructs a PropertiesRedactionRuleConfigBuilder initialized with the values from the given map
- PropertiesRedactionRuleConfigBuilder(PropertiesRedactionRuleConfig) - Constructor for class oracle.pgx.config.PropertiesRedactionRuleConfigBuilder
-
Constructs a PropertiesRedactionRuleConfigBuilder initialized with the values from the given config
- PropertiesRedactionRuleConfigBuilder(PropertiesRedactionRuleConfigBuilder) - Constructor for class oracle.pgx.config.PropertiesRedactionRuleConfigBuilder
-
Constructs a PropertiesRedactionRuleConfigBuilder initialized with the values from the given builder
- property(String) - Method in class oracle.pg.common.OracleEdgeBase
-
- property(String, Object) - Method in class oracle.pg.common.OracleEdgeBase
-
Add or set a property value for the OracleElementBase
given its key.
- property(String, V) - Method in interface oracle.pg.common.OracleElement
-
- property(String, Object, boolean) - Method in class oracle.pg.common.OracleElementBase
-
Assign a key/value property to the element.
- property(String, Object, boolean, boolean) - Method in class oracle.pg.common.OracleElementBase
-
Assign a key/value property to the element.
- property(String) - Method in class oracle.pg.common.OracleElementBase
-
- property(String, Object, Object...) - Method in class oracle.pg.common.OracleVertexBase
-
Create a new vertex property.
- property(String) - Method in class oracle.pg.common.OracleVertexBase
-
Get the OracleVertexPropertyBase for the provided key.
- property(String, Object) - Method in class oracle.pg.common.OracleVertexBase
-
Assign a key/value property to the element.
- property(String, V) - Method in class oracle.pg.common.OracleVertexPropertyBase
-
Add or set a property value for the Element given its key.
- Property<ID,K extends PgxEntity<ID>,V> - Class in oracle.pgx.api
-
- PROPERTY_PROXY_MAP_KEY - Static variable in interface oracle.pgx.api.admin.Control
-
- propertyCommon(String, Object, boolean) - Method in class oracle.pg.common.OracleElementBase
-
Assign a key/value property to the element.
- PropertyFilterIteratorImpl<T extends OracleElementBase> - Class in oracle.pg.hbase
-
This class implements the Iterator interface for filtered edges.
- PropertyMergeStrategy - Enum in oracle.pgx.api.expansion
-
Determines which property values should be used when a vertex or an edge is duplicated during a graph expansion.
- PropertyMetaData - Class in oracle.pgx.api
-
Meta information about a property of a vertex/edge provider in a
PgxGraph
.
- PropertyMetaData(String, PgxId, PropertyType, int, boolean) - Constructor for class oracle.pgx.api.PropertyMetaData
-
- PropertyNamesTimeoutException - Exception in oracle.pg.hbase
-
This class extends the Java RuntimeException.
- PropertyNamesTimeoutException() - Constructor for exception oracle.pg.hbase.PropertyNamesTimeoutException
-
Constructs a PropertyNamesTimeoutException
- PropertyNamesTimeoutException(String) - Constructor for exception oracle.pg.hbase.PropertyNamesTimeoutException
-
Construct a PropertyNamesTimeoutException with the specified detail message.
- PropertyNamesTimeoutException(String, Throwable) - Constructor for exception oracle.pg.hbase.PropertyNamesTimeoutException
-
Construct a PropertyNamesTimeoutException with the specified detail message and nested exception.
- PropertyNamesTimeoutException(Throwable) - Constructor for exception oracle.pg.hbase.PropertyNamesTimeoutException
-
Construct a PropertyNamesTimeoutException with the specified nested exception.
- PropertyType - Enum in oracle.pgx.common.types
-
All supported graph property types.
- propertyTypeToEntityType(PropertyType) - Static method in class oracle.pgx.common.types.TypeConverter
-
- propertyTypeToEntityType(PropertyType, boolean) - Static method in class oracle.pgx.common.types.TypeConverter
-
Converts a property type to an entity type.
- propertyValue(String) - Method in class oracle.pg.common.OracleElementBase
-
Return the value associated with the provided key.
- ProviderFormat - Enum in oracle.pgx.config
-
Data Format for an entity provider.
- ProviderLoadingConfig - Class in oracle.pgx.config
-
PGX Engine Entity Provider Loading Config
- ProviderLoadingConfig.Field - Enum in oracle.pgx.config
-
Fields of PGX Engine Entity Provider Loading Config
- PUBLIC - Static variable in class oracle.pgx.api.Namespace
-
Namespace for published objects
- publish(Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>) - Method in class oracle.pgx.api.PgxGraph
-
- publish() - Method in class oracle.pgx.api.PgxGraph
-
- publish() - Method in class oracle.pgx.api.Property
-
- publishAsync() - Method in class oracle.pgx.api.PgxGraph
-
Publishes the graph so it can be shared between sessions.
- publishAsync(Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>) - Method in class oracle.pgx.api.PgxGraph
-
Publishes the graph so It can be shared between sessions.
- publishAsync() - Method in class oracle.pgx.api.Property
-
Publishes the property into a shared graph so It can be shared between sessions.
- publishWithSnapshots() - Method in class oracle.pgx.api.PgxGraph
-
- publishWithSnapshots(Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>) - Method in class oracle.pgx.api.PgxGraph
-
- publishWithSnapshotsAsync() - Method in class oracle.pgx.api.PgxGraph
-
Publishes the graph and all its snapshots so they can be shared between sessions.
- publishWithSnapshotsAsync(Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>) - Method in class oracle.pgx.api.PgxGraph
-
Publishes the graph and all its snapshots so they can be shared between sessions.
- put(OracleEdgeBase) - Method in class oracle.pg.common.EdgeCache
-
Add one Edge to the cache
- put(Long, OracleEdgeBase) - Method in class oracle.pg.common.EdgeCache
-
Add one Edge to the cache.
- put(OracleVertexBase) - Method in class oracle.pg.common.VertexCache
-
Add one vertex to the cache
- put(Long, OracleVertexBase) - Method in class oracle.pg.common.VertexCache
-
Add one vertex to the cache.
- put(String, Object, T) - Method in interface oracle.pg.text.OracleIndex
-
Indexes an element by a key and a value.
- put(K, V) - Method in class oracle.pgx.api.PgxMap
-
- put(F, Object) - Method in class oracle.pgx.config.GenericConfigBuilder
-
- putAll(Map<AnalysisTaskConfig.Field, Object>) - Method in class oracle.pgx.config.AnalysisTaskConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(AnalysisTaskConfig) - Method in class oracle.pgx.config.AnalysisTaskConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<AuthorizationEntityConfig.Field, Object>) - Method in class oracle.pgx.config.AuthorizationEntityConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(AuthorizationEntityConfig) - Method in class oracle.pgx.config.AuthorizationEntityConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<AuthorizationEntityPermissionConfig.Field, Object>) - Method in class oracle.pgx.config.AuthorizationEntityPermissionConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(AuthorizationEntityPermissionConfig) - Method in class oracle.pgx.config.AuthorizationEntityPermissionConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<BasicSchedulerConfig.Field, Object>) - Method in class oracle.pgx.config.BasicSchedulerConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(BasicSchedulerConfig) - Method in class oracle.pgx.config.BasicSchedulerConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<DataMemoryLimitsConfig.Field, Object>) - Method in class oracle.pgx.config.DataMemoryLimitsConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(DataMemoryLimitsConfig) - Method in class oracle.pgx.config.DataMemoryLimitsConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<EnterpriseSchedulerConfig.Field, Object>) - Method in class oracle.pgx.config.EnterpriseSchedulerConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(EnterpriseSchedulerConfig) - Method in class oracle.pgx.config.EnterpriseSchedulerConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<EnterpriseSchedulerFlagsConfig.Field, Object>) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(EnterpriseSchedulerFlagsConfig) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<FrontierRedactedVerticesConfig.Field, Object>) - Method in class oracle.pgx.config.FrontierRedactedVerticesConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(FrontierRedactedVerticesConfig) - Method in class oracle.pgx.config.FrontierRedactedVerticesConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<? extends F, Object>) - Method in class oracle.pgx.config.GenericConfigBuilder
-
- putAll(Map<GraphPropertyConfig.Field, Object>) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(GraphPropertyConfig) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<PgxConfig.Field, Object>) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(PgxConfig) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<PreloadGraphConfig.Field, Object>) - Method in class oracle.pgx.config.PreloadGraphConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(PreloadGraphConfig) - Method in class oracle.pgx.config.PreloadGraphConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<PropertiesRedactionRuleConfig.Field, Object>) - Method in class oracle.pgx.config.PropertiesRedactionRuleConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(PropertiesRedactionRuleConfig) - Method in class oracle.pgx.config.PropertiesRedactionRuleConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<RealmConfig.Field, Object>) - Method in class oracle.pgx.config.RealmConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(RealmConfig) - Method in class oracle.pgx.config.RealmConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<RuntimeConfig.Field, Object>) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(RuntimeConfig) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<UdfFunctionArgumentConfig.Field, Object>) - Method in class oracle.pgx.config.UdfFunctionArgumentConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(UdfFunctionArgumentConfig) - Method in class oracle.pgx.config.UdfFunctionArgumentConfigBuilder
-
Puts all values from the given config into this builder
- putAll(Map<UdfFunctionConfig.Field, Object>) - Method in class oracle.pgx.config.UdfFunctionConfigBuilder
-
Puts all values from the given map into this builder.
- putAll(UdfFunctionConfig) - Method in class oracle.pgx.config.UdfFunctionConfigBuilder
-
Puts all values from the given config into this builder
- putAsync(K, V) - Method in class oracle.pgx.api.PgxMap
-
Sets the value for a key in the map specified by the given name.
- salsa(BipartiteGraph) - Method in class oracle.pgx.api.Analyst
-
SALSA computes ranking scores.
- salsa(BipartiteGraph, double, int) - Method in class oracle.pgx.api.Analyst
-
SALSA computes ranking scores.
- salsa(BipartiteGraph, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
SALSA computes ranking scores.
- salsa(BipartiteGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
SALSA computes ranking scores.
- salsaAsync(BipartiteGraph) - Method in class oracle.pgx.api.Analyst
-
SALSA computes ranking scores.
- salsaAsync(BipartiteGraph, double, int) - Method in class oracle.pgx.api.Analyst
-
SALSA computes ranking scores.
- salsaAsync(BipartiteGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
SALSA computes ranking scores.
- salsaAsync(BipartiteGraph, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
SALSA computes ranking scores.
- saltEdge(byte[]) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Salts an edge ID represented as a byte array
- saltVertex(byte[]) - Static method in class oracle.pg.hbase.OraclePropertyGraph
-
Salts a vertex ID represented as a byte array
- sameSubArray(byte[], byte[], int, int) - Static method in class oracle.pg.hbase.OraclePropertyGraphUtils
-
Verifies if two byte arrays are equals from the specified start and length.
- sanitizeSimpleFileName(String) - Static method in class oracle.pg.common.HelperUtilities
-
do sanity checking to the filename, only allowed characters can appear in the file name
- sanitizeSimpleFileName(String) - Static method in class oracle.pg.common.Util
-
do sanity checking to the filename, only allowed characters can appear in the file name
- saveInputStreamIntoFile(InputStream, String) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
-
Saves the content of the given input stream into a temporary file
- Scalar<V> - Class in oracle.pgx.api
-
A scalar value.
- ScalarCollection<E> - Class in oracle.pgx.api
-
A collection of scalars.
- ScalarSequence<E> - Class in oracle.pgx.api
-
An ordered sequence of scalars which may contain duplicates.
- ScalarSet<E> - Class in oracle.pgx.api
-
An unordered set of scalars that does not contain duplicates.
- sccKosaraju(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Kosaraju finds strongly connected components in a graph
- sccKosaraju(PgxGraph, VertexProperty<ID, Long>) - Method in class oracle.pgx.api.Analyst
-
Kosaraju finds strongly connected components in a graph
- sccKosarajuAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Kosaraju finds strongly connected components in a graph
- sccKosarajuAsync(PgxGraph, VertexProperty<ID, Long>) - Method in class oracle.pgx.api.Analyst
-
Kosaraju finds strongly connected components in a graph
- sccTarjan(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Tarjan finds strongly connected components in a graph
- sccTarjan(PgxGraph, VertexProperty<ID, Long>) - Method in class oracle.pgx.api.Analyst
-
Tarjan finds strongly connected components in a graph
- sccTarjanAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Tarjan finds strongly connected components in a graph
- sccTarjanAsync(PgxGraph, VertexProperty<ID, Long>) - Method in class oracle.pgx.api.Analyst
-
Tarjan finds strongly connected components in a graph
- SchedulerStrategy - Enum in oracle.pgx.config
-
- schema(String) - Method in class oracle.pgx.api.frames.PgxDbFrameReader
-
sets the schema from which to load the table
- schema(String) - Method in class oracle.pgx.api.frames.PgxDbFrameStorer
-
sets the schema into which to store the table
- schema(String) - Method in class oracle.pgx.api.mllib.DbModelLoader
-
Configures the schema in which the modelstore table in the database is
- schema(String) - Method in class oracle.pgx.api.mllib.DbModelStorer
-
Configures the schema in which the modelstore table in the database is
- schema(String) - Method in class oracle.pgx.api.subgraph.PgViewSubgraphReader
-
sets the schema from which to load the PG view
- 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
- select(String...) - Method in class oracle.pgx.api.frames.PgxFrame
-
- selectAsync(String...) - Method in class oracle.pgx.api.frames.PgxFrame
-
Returns a new PgxFrame that contains only the specified columns
- selectInPlace(String...) - Method in class oracle.pgx.api.frames.PgxFrame
-
- selectInPlaceAsync(String...) - Method in class oracle.pgx.api.frames.PgxFrame
-
Modifies the PgxFrame to contain only the specified columns
- separator(char) - Method in class oracle.pgx.api.frames.PgxCsvFrameReader
-
sets the separator for csv parsing to separator
- separator(char) - Method in class oracle.pgx.api.frames.PgxCsvFrameStorer
-
sets the separator for csv storing
- serializableToStr(Serializable) - Static method in class oracle.pg.common.HelperUtilities
-
Convert from a Java Serializable object to a String encoding.
- 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
- serialize() - Method in class oracle.pgx.api.PgxEntity
-
Method to get the entity as an object that can be serialized for algorithms.
- SERVER_CONFIG_FILE_NAME - Static variable in interface oracle.pgx.api.admin.Control
-
- ServerInstance - Class in oracle.pgx.api
-
A PGX server instance.
- SessionContext - Interface in oracle.pgx.api
-
Contains information describing a
PgxSession
instance
- set(DataType) - Static method in class oracle.pgx.api.frames.schema.datatypes.DataTypes
-
- set(E) - Method in class oracle.pgx.api.PgxPath.PathIterator
-
- set(int, E) - Method in class oracle.pgx.api.PgxVect
-
- set(K, V) - Method in class oracle.pgx.api.Property
-
- set(V) - Method in class oracle.pgx.api.Scalar
-
- setAccessToken(String) - Method in class oracle.pgx.config.ClientConfigBuilder
-
Sets the authentication token (if server requires authentication)
- setActivationFunction(ActivationFunction) - Method in class oracle.pgx.api.mllib.GraphWiseConvLayerConfigBuilder
-
- setActivationFunction(ActivationFunction) - Method in class oracle.pgx.api.mllib.GraphWisePredictionLayerConfigBuilder
-
Set the activation function of the layer.
- setActivationFunction(ActivationFunction) - Method in class oracle.pgx.config.mllib.GraphWiseConvLayerConfig
-
- setActivationFunction(ActivationFunction) - Method in class oracle.pgx.config.mllib.GraphWisePredictionLayerConfig
-
- setAddExistingEdgePolicy(OnAddExistingElement) - Method in interface oracle.pgx.api.GraphChangeSet
-
Sets the policy on what to do when an edge is added that already exists
- setAddExistingEdgePolicy(OnAddExistingElement) - Method in class oracle.pgx.api.GraphChangeSetImpl
-
- setAddExistingVertexPolicy(OnAddExistingElement) - Method in interface oracle.pgx.api.GraphChangeSet
-
Sets the policy on what to do when a vertex is added that already exists
- setAddExistingVertexPolicy(OnAddExistingElement) - Method in class oracle.pgx.api.GraphChangeSetImpl
-
- setAddress(String) - Method in class oracle.pgx.api.DataListener
-
- setAdminRequestCacheTimeout(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
after how many seconds admin request results get removed from the cache.
- setAggregate(Aggregate) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
[currently unsupported] which aggregation function to use, aggregation always happens by vertex key
- setAllowedRemoteLoadingLocations(String...) - Method in class oracle.pgx.config.PgxConfigBuilder
-
(This option may reduce security, use it only if you know what you are doing!) Allow loading graphs into the PGX engine from remote locations.
- setAllowIdleTimeoutOverwrite(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true
, sessions can overwrite default idle timeout
- setAllowOverrideSchedulingInformation(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true
allow all users to override scheduling information like task weight, task priority and number of threads
- setAllowTaskTimeoutOverwrite(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true
, sessions can overwrite default task timeout
- setAllowUserAutoRefresh(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true
users may enable auto refresh for graphs they load.
- setAnalysisTaskConfig(AnalysisTaskConfig) - Method in class oracle.pgx.config.EnterpriseSchedulerConfigBuilder
-
configuration for analysis tasks
- setAnalysisTaskConfig(Consumer<AnalysisTaskConfigBuilder>) - Method in class oracle.pgx.config.EnterpriseSchedulerConfigBuilder
-
Builds a AnalysisTaskConfig in-place.
- setArguments(Object...) - Method in class oracle.pgx.config.UdfFunctionConfigBuilder
-
list of arguments
- setArray(int, List<?>) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the designated parameter to the given Java List value.
- setArrayCompactionThreshold(Double) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
For graphs optimized for updates, set the array compaction threshold.
- setArrayCompactionThreshold(Double) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
For graphs optimized for updates, set the array compaction threshold.
- setAsOf(String) - Method in class oracle.pgx.config.RdbmsEntityProviderConfigBuilder
-
Sets the SCN value to use as default.
- setAsync(K, V) - Method in class oracle.pgx.api.Property
-
Sets a property value.
- setAsync(V) - Method in class oracle.pgx.api.Scalar
-
Sets the scalar value.
- setAuthorization(Object...) - Method in class oracle.pgx.config.PgxConfigBuilder
-
mapping of users and roles to resources and permissions for authorization
- setAuthorizationSessionCreateAllowAll(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true
allow all users to create a PGX session regardless of permissions granted to them
- setAutoRefresh(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
- setBackendWrapper(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Only for internal use.
- setBasePath(String) - Method in class oracle.pgx.config.FileGraphStoringConfigBuilder
-
Sets the base path.
- setBaseUrl(String) - Method in class oracle.pgx.config.ClientConfigBuilder
-
Sets the base URL
- setBasicSchedulerConfig(BasicSchedulerConfig) - Method in class oracle.pgx.config.PgxConfigBuilder
-
configuration parameters for the fork join pool backend
- setBasicSchedulerConfig(Consumer<BasicSchedulerConfigBuilder>) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Builds a BasicSchedulerConfig in-place.
- setBatchGenerator(BatchGenerator) - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModelBuilder
-
Sets the batch generator.
- setBatchGenerator(BatchGenerator) - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- setBatchSize(int) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Set the size of the batch used for update operations.
- setBatchSize(int) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the number of commands that should be batched when executing updates
- setBatchSize(int) - Method in interface oracle.pg.rdbms.pgql.PgqlStatement
-
Sets the number of commands that should be batched when executing updates
- setBatchSize(int) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets the batch size for training the model (default: 128)
- setBatchSize(int) - Method in class oracle.pgx.api.mllib.GraphWiseModelBuilder
-
Set the batch size.
- setBatchSize(int) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the batch size for training the model (default: 128)
- setBatchSize(int) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setBatchSize(int) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setBatchSize(int) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setBatchSizeToDebug(long) - Method in class oracle.pg.hbase.OraclePropertyGraphDataLoader
-
Set the batch size to show debug information
- setBfsIterateQueTaskSize(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
task size for BFS iterate QUE phase
- setBfsIterateQueTaskSize(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
task size for BFS iterate QUE phase
- setBfsThresholdParentReadBased(double) - Method in class oracle.pgx.config.PgxConfigBuilder
-
threshold of BFS traversal level items above which to switch to parent-read-based visiting strategy
- setBfsThresholdParentReadBased(double) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
threshold of BFS traversal level items above which to switch to parent-read-based visiting strategy
- setBfsThresholdReadBased(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
threshold of BFS traversal level items above which to switch to read-based visiting strategy
- setBfsThresholdReadBased(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
threshold of BFS traversal level items above which to switch to read-based visiting strategy
- setBfsThresholdSingleThreaded(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
until what number of BFS traversal level items vertices are visited single-threaded
- setBfsThresholdSingleThreaded(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
until what number of BFS traversal level items vertices are visited single-threaded
- setBlockCacheSize(int) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the block cache size
- setBoolean(int, boolean) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the designated parameter to the given Java boolean value.
- setBoolean(int, boolean) - Method in interface oracle.pg.rdbms.pgql.PgqlPreparedStatement
-
Sets the designated parameter to the given Java boolean value.
- setBuiltinsPath(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Path to the builtin algorithms directory.
- setCacheStatus(OraclePropertyGraphBase.CacheStatus) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Set the currenct cache status.
- setCharacterSet(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
standard charset to use throughout PGX, UTF-8 will be used as default.
- setCharacterSet(String) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
standard charset to use throughout PGX, UTF-8 will be used as default.
- setClassMap(Map<?, Integer>) - Method in class oracle.pgx.config.mllib.LabelMaps
-
- setClassMap(Map<?, Integer>) - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- setClassWeights(Map<?, Float>) - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModelBuilder
-
Set the class weights to be used in the loss function.
- setClassWeights(Map<?, Float>) - Method in class oracle.pgx.config.mllib.LabelMaps
-
- setClassWeights(Map<?, Float>) - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- setClientServerInteractionMode(InteractionMode) - Method in class oracle.pgx.config.ClientConfigBuilder
-
- setCniDiffFactorDefault(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
default diff factor value used in the common neighbor iterator implementations.
- setCniDiffFactorDefault(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
default diff factor value used in the common neighbor iterator implementations.
- setCniSmallDefault(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
default value used in the common neighbor iterator implementations, to indicate below which threshold a subarray is considered small.
- setCniSmallDefault(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
default value used in the common neighbor iterator implementations, to indicate below which threshold a subarray is considered small.
- setCniStopRecursionDefault(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
default value used in the common neighbor iterator implementations, to indicate the minimum size where the binary search approach is applied.
- setCniStopRecursionDefault(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
default value used in the common neighbor iterator implementations, to indicate the minimum size where the binary search approach is applied.
- setColumn(Object) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
name or index (starting from 1) of the column holding the property data.
- setCommonLogConfigure(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Path to a log configuration in Log4j2 (version 2) syntax.
- setCompression(String) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Set the type of compression used in the property graph tables.
- setCompression(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the compression.
- setCompressionScheme(CompressionScheme) - Method in class oracle.pgx.config.FileGraphStoringConfigBuilder
-
Sets the compression scheme.
- setConfig(GraphConfig) - Method in class oracle.pgx.api.GraphMetaData
-
- setConfigParameter(GraphBuilderConfig.Field, Object) - Method in interface oracle.pgx.api.GraphBuilder
-
Set the given configuration parameter to the given value
- setConfigParameter(GraphBuilderConfig.Field, Object) - Method in class oracle.pgx.api.GraphBuilderImpl
-
- setConnection(Connection) - Method in class oracle.pgx.api.Synchronizer.Builder
-
Sets the database connection to use for synchronization.
- setConvLayerConfigs(GraphWiseConvLayerConfig...) - Method in class oracle.pgx.api.mllib.GraphWiseModelBuilder
-
- setConvLayerConfigs(GraphWiseConvLayerConfig...) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setCopyMode(PgxGraph.Mode) - Method in class oracle.pgx.api.MutationStrategyBuilder
-
- setCorruptionFunction(CorruptionFunction) - Method in class oracle.pgx.api.mllib.GraphWiseDgiLayerConfigBuilder
-
Sets the corruption function of the dgi layer
- setCorruptionFunction(CorruptionFunction) - Method in class oracle.pgx.config.mllib.GraphWiseDgiLayerConfig
-
- setCreatedWithOptFlag(boolean) - Method in class oracle.pg.common.OracleElementBase
-
Set the flag denoting if the element is created with optimization flag
- setCreateEdgeIdIndex(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the create edge id index flag.
- setCreateEdgeIdMapping(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the create edge id mapping.
- setCreateLabelHistogram(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the flag to create a label histogram when loading the graph
- setCreateVertexIdIndex(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the create vertex ID index flag.
- setCreateVertexIdMapping(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the create vertex id mapping flag.
- setCreationRequestTimestamp(long) - Method in class oracle.pgx.api.GraphMetaData
-
- setCreationTimestamp(long) - Method in class oracle.pgx.api.GraphMetaData
-
- setDatabaseTableName(String) - Method in class oracle.pgx.config.RdbmsEntityProviderConfigBuilder
-
Sets the table name in the database.
- setDataBlockEncoding(DataBlockEncoding) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Set the data block encoding used in the property graph tables.
- setDataBlockEncoding(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the data block encoding.
- setDataMemoryLimits(DataMemoryLimitsConfig) - Method in class oracle.pgx.config.PgxConfigBuilder
-
memory limits configuration parameters
- setDataMemoryLimits(Consumer<DataMemoryLimitsConfigBuilder>) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Builds a DataMemoryLimitsConfig in-place.
- setDatasource(ModelDatasource) - Method in class oracle.pgx.config.mllib.ModelLoadingConfiguration
-
- setDatasource(ModelDatasource) - Method in class oracle.pgx.config.mllib.ModelStoringConfiguration
-
- setDataSourceId(String) - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- setDataSourceId(String) - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- setDataSourceId(String) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Sets the default data source id to use to connect to database (for providers in RDBMS format only)
- setDataSourceId(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the data source ID.
- setDataSourceId(String) - Method in class oracle.pgx.config.RdbmsEntityProviderConfigBuilder
-
Sets the datasource ID.
- setDataSourceId(String) - Method in class oracle.pgx.config.RdfGraphConfigBuilder
-
- setDataSourceId(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the datasource ID.
- setDataSourceVersion(String) - Method in interface oracle.pgx.api.graphalteration.GraphAlterationBuilder
-
Sets the version information for the built graph or snapshot
- setDataSourceVersion(String) - Method in interface oracle.pgx.api.GraphBuilder
-
Sets the version information for the built graph or snapshot
- setDataSourceVersion(String) - Method in class oracle.pgx.api.GraphBuilderImpl
-
- setDataSourceVersion(String) - Method in class oracle.pgx.api.GraphMetaData
-
- setDatastore(TwoTablesDatastore) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the datastore.
- setDatastore(TwoTablesDatastore) - Method in class oracle.pgx.config.TwoTablesTextGraphConfigBuilder
-
Sets the datastore.
- setDataTableName(String) - Method in class oracle.pgx.config.RdbmsEntityProviderConfigBuilder
-
- 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
- setDate(int, LocalDate) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the designated parameter to the given Java LocalDate value.
- setDebugServer(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Hostname of the debug server.
- setDefault(Object) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
default value to be assigned to this property if datasource does not provide it.
- 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 interface oracle.pg.common.OracleIndexableGraph
-
Set the public default index parameters associated to this property graph.
- setDefaultIndexParameters(OracleIndexParameters) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Set the default index parameters associated to this property graph.
- setDefaultUrl(String) - Static method in class oracle.pgx.api.Pgx
-
- setDefaultVertexOptFlag(OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Set the default vertex optimization flag associated to this property graph
- setDelimiter(char) - Method in class oracle.pgx.config.FileGraphStoringConfigBuilder
-
Sets the delimiter.
- setDescription(String) - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- setDestinationColumn(Object) - Method in class oracle.pgx.config.FileEntityProviderConfigBuilder
-
Sets the column containing the destination.
- setDestinationColumn(String) - Method in class oracle.pgx.config.RdbmsEntityProviderConfigBuilder
-
Sets the name of the column holding the keys of the destination vertices.
- setDestinationField(String) - Method in class oracle.pgx.config.EsEntityProviderConfigBuilder
-
Sets the name of the Field holding the keys of the destination vertices.
- setDestinationVertexProvider(String) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the name of the destination vertex provider
- setDfsThresholdLarge(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
value that determines at which number of visited vertices the DFS implementation will switch to data-structures that are more optimized for larger numbers of vertices.
- setDfsThresholdLarge(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
value that determines at which number of visited vertices the DFS implementation will switch to data-structures that are more optimized for larger numbers of vertices.
- setDgiLayerConfig(GraphWiseDgiLayerConfig) - Method in class oracle.pgx.api.mllib.UnsupervisedGraphWiseModelBuilder
-
- setDgiLayerConfig(GraphWiseDgiLayerConfig) - Method in class oracle.pgx.config.mllib.UnsupervisedGraphWiseModelConfig
-
- setDimension(int) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
dimension of property
- setDirected(boolean) - Method in class oracle.pgx.api.EdgeProviderMetaData
-
- setDirected(boolean) - Method in class oracle.pgx.api.GraphMetaData
-
- setDiscriminator(GraphWiseDgiLayerConfig.Discriminator) - Method in class oracle.pgx.api.mllib.GraphWiseDgiLayerConfigBuilder
-
Sets the discriminator of the dgi layer
- setDiscriminator(GraphWiseDgiLayerConfig.Discriminator) - Method in class oracle.pgx.config.mllib.GraphWiseDgiLayerConfig
-
- setDouble(int, double) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the designated parameter to the given Java double value.
- setDouble(int, double) - Method in interface oracle.pg.rdbms.pgql.PgqlPreparedStatement
-
Sets the designated parameter to the given Java double value.
- setDropAfterLoading(boolean) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
[currently unsupported] indicating helper properties only used for aggregation, which are dropped after loading
- setEdgeBlockCacheSize(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Set the size of the block cache (in bytes) associated to the edge table This is a meta data operation, so changes to this setting will show after clearing the repository and recreating the edge tables.
- setEdgeDestinationColumn(Object) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the column containing the edge destination.
- setEdgeExtension(String) - Method in class oracle.pgx.config.FileGraphStoringConfigBuilder
-
Sets the edge extension.
- setEdgeFilterCallback(EdgeFilterCallback) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Set the default EdgeFilterCallback associated to this property graph
- setEdgeIdColumn(Object) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the column containing the edge id.
- setEdgeIdStrategy(IdStrategy) - Method in class oracle.pgx.api.GraphMetaData
-
- setEdgeIdStrategy(IdStrategy) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the ID strategy used for the edges of this graph
- setEdgeIdType(IdType) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the type of edge IDs
- setEdgeInitialNumRegions(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Set the initial number of regions defined for the Apache HBase edge tables associated to this property graph.
- setEdgeInputFeatureDim(int) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setEdgeInputPropertyNames(List<String>) - Method in class oracle.pgx.api.mllib.GraphWiseModelBuilder
-
Set the edge input features for the algorithm in the form of names of properties on the graph.
- setEdgeInputPropertyNames(String...) - Method in class oracle.pgx.api.mllib.GraphWiseModelBuilder
-
Set the edges input features for the algorithm in the form of names of properties on the graph.
- setEdgeInputPropertyNames(List<String>) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setEdgeLabel(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the column name from where to get the edge label.
- setEdgeLabelColumn(Object) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the column containing the edge label.
- setEdgeProviders(Iterable<? extends ConvertibleToEntityProviderConfigBuilder>) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Set the edge providers of the graph
- setEdgeProviders(ConvertibleToEntityProviderConfigBuilder...) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Set the edge providers of the graph
- setEdgeProvidersMetaData(Map<String, EdgeProviderMetaData>) - Method in class oracle.pgx.api.GraphMetaData
-
Sets the edge tables metadata
- setEdgesKey(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets edge keys
- setEdgeSndIndexBlockCacheSize(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Set the size of the block cache (in bytes) associated to the edge secondary table This is a meta data operation, so changes to this setting will show after clearing the repository and recreating the edge tables.
- setEdgeSourceColumn(Object) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the column containing the edge source.
- setEdgesTableName(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the edge table name.
- setEdgeUris(Iterable<String>) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the unified resource identifier (URI) list pointing to multiple files with graph edges data.
- setEdgeUris(String...) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the unified resource identifier (URI) list pointing to multiple files with graph edges data.
- setEdgeViewName(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the edge view name.
- setEmbeddingDim(int) - Method in class oracle.pgx.api.mllib.GraphWiseModelBuilder
-
Set the embedding dimension of the model.
- setEmbeddingDim(int) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setEnableCctrace(boolean) - Method in class oracle.pgx.config.ClientConfigBuilder
-
Sets whether CC tracing is enabled
- setEnableCsrfTokenChecks(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true, the PGX webapp will verify CSRF token cookie and request parameters sent by the client exist and match.
- setEnableDebugSignal(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] If true
, outputs a dump of internal state upon receiving a SIGQUIT signal.
- setEnableGmCompiler(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true
, enable dynamic compilation of Green-Marl code during runtime
- setEnableGraphLoadingCache(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true
, activate the graph loading cache that will accelerate loading of graphs that were previously loaded (can only be disabled in embedded mode)
- setEnableMemoryLimitsChecks(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true, PGX will enforce the configured memory limits
- setEnableSecureHandshake(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true
PGX will use TLS-PSK to establish RPC channels between remote backend processes in the cluster
- setEnableShutdownCleanupHook(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true
PGX will add a JVM shutdown hook that will automatically shutdown PGX at JVM shutdown.
- setEnterpriseSchedulerConfig(EnterpriseSchedulerConfig) - Method in class oracle.pgx.config.PgxConfigBuilder
-
configuration parameters for the enterprise scheduler
- setEnterpriseSchedulerConfig(Consumer<EnterpriseSchedulerConfigBuilder>) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Builds a EnterpriseSchedulerConfig in-place.
- setEnterpriseSchedulerFlags(EnterpriseSchedulerFlagsConfig) - Method in class oracle.pgx.config.PgxConfigBuilder
-
[relevant for enterprise_scheduler] enterprise scheduler specific settings.
- setEnterpriseSchedulerFlags(Consumer<EnterpriseSchedulerFlagsConfigBuilder>) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Builds a EnterpriseSchedulerFlagsConfig in-place.
- setEnterpriseSchedulerFlags(EnterpriseSchedulerFlagsConfig) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
[relevant for enterprise_scheduler] enterprise scheduler specific settings.
- setEnterpriseSchedulerFlags(Consumer<EnterpriseSchedulerFlagsConfigBuilder>) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
Builds a EnterpriseSchedulerFlagsConfig in-place.
- setErrorHandlingOnDuplicateEntityId(OnMismatch) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the error handling on duplicated entity ID.
- setErrorHandlingOnDuplicateEntityId(OnMismatch) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the error handling on duplicated entity ID.
- setErrorHandlingOnMissedPropKey(OnMismatch) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the error handling on missed prop key.
- setErrorHandlingOnMissedPropKey(OnMismatch) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the error handling on missed prop key.
- setErrorHandlingOnMissingVertex(OnMissingVertex) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the error handling on a missing vertex.
- setErrorHandlingOnMissingVertex(OnMissingVertex) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the error handling on a missing vertex.
- setErrorHandlingOnParsingIssue(OnMismatch) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the error handling on a parsing issue.
- setErrorHandlingOnParsingIssue(OnMismatch) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the error handling on a parsing issue.
- setErrorHandlingOnPropConversion(OnMismatch) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the error handling on prop conversion.
- setErrorHandlingOnPropConversion(OnMismatch) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the error handling on prop conversion.
- setErrorHandlingOnTypeMismatch(OnMismatch) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the error handling on type mismatch.
- setErrorHandlingOnTypeMismatch(OnMismatch) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the error handling on type mismatch.
- setErrorHandlingOnVectorLengthMismatch(OnMismatch) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the error handling on vector length mismatch.
- setErrorHandlingOnVectorLengthMismatch(OnMismatch) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the error handling on vector length mismatch.
- setEsIndexName(String) - Method in class oracle.pgx.config.EsEntityProviderConfigBuilder
-
Sets the table name in the database.
- setEsIndexName(String) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Sets the default esIndexName pointing to elasticsearch index
- setEsQuery(String) - Method in class oracle.pgx.config.EsEntityProviderConfigBuilder
-
Sets the Elasticsearch query to be executed upon loading
- setEsUrl(String) - Method in class oracle.pgx.config.EsEntityProviderConfigBuilder
-
Sets the Es url.
- setEsUrl(String) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Sets the default esUrl pointing to elasticsearch server
- setEventForPartitioning(Connection, int) - Static method in class oracle.pg.common.SQLUtils
-
Sets level for partitioning enable/disable event (1 to turn off, 0 to turn on)
- setExecutablePath(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Path to the PGX.D executable.
- setExplicitSpinLocks(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
true
means spin explicitly in a loop until lock becomes available.
- setExplicitSpinLocks(boolean) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
true
means spin explicitly in a loop until lock becomes available.
- setFastAnalysisTaskConfig(AnalysisTaskConfig) - Method in class oracle.pgx.config.EnterpriseSchedulerConfigBuilder
-
configuration for fast analysis tasks
- setFastAnalysisTaskConfig(Consumer<AnalysisTaskConfigBuilder>) - Method in class oracle.pgx.config.EnterpriseSchedulerConfigBuilder
-
Builds a AnalysisTaskConfig in-place.
- setFetchIntervalSec(int) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the refresh interval in seconds.
- setFetchSize(int) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
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.pgql.PgqlStatement
-
Sets the number of rows that should be fetched from the database when more rows are needed for a query result.
- setField(Object) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
name of the JSON field holding the property data.
- setFileLocation(String) - Method in class oracle.pgx.config.AuthorizationEntityPermissionConfigBuilder
-
name of a defined file-location
- setFileLocations(Object...) - Method in class oracle.pgx.config.PgxConfigBuilder
-
the file-locations that can be used in the authorization-config
- setFilter(GraphFilter) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
- setFilterStrategy(FilterStrategy) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
- setFirst(A) - Method in class oracle.pgx.common.Pair
-
- setFitted(boolean) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setFixThreadsUsedFromMain(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] If true
fix threads used by work spawned by the main thread so that 0..N are used for an N-thread job.
- setFlag(OracleElement.FLAG) - Method in class oracle.pg.common.OracleElementBase
-
- setFloat(int, float) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the designated parameter to the given Java float value.
- setFloat(int, float) - Method in interface oracle.pg.rdbms.pgql.PgqlPreparedStatement
-
Sets the designated parameter to the given Java float value.
- setFormat(Format) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the file format.
- setFormat(ProviderFormat) - Method in class oracle.pgx.config.FileEntityProviderConfigBuilder
-
Sets the file format.
- setFormat(String...) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
array of formats of property
- setFormat(Format) - Method in class oracle.pgx.config.RdfGraphConfigBuilder
-
- setFromNid(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the column ID from where to read.
- setFunctionName(String) - Method in class oracle.pgx.config.UdfFunctionConfigBuilder
-
name of the function used as identifier in PGX
- setGhostMaxNodeCounts(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
The maximum number of ghost vertices for each graph.
- setGhostMinNeighbors(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
The minimum number of neighbors a vertex must have in order to be made a ghost (which is a vertex replicated on every machine).
- setGracefulTimeout(boolean) - Method in class oracle.pg.common.OracleCommonIteratorBase
-
Sets a flag for best effort query.
- setGrant(PgxConfigPermission) - Method in class oracle.pgx.config.AuthorizationEntityPermissionConfigBuilder
-
name of the permission to be granted (read, write, export, manage, pgx_session_create, pgx_session_new_graph, pgx_session_get_published_graph, pgx_session_add_published_graph, pgx_session_compile_algorithm, pgx_server_get_info, pgx_server_manage)
- setGraph(OraclePropertyGraphBase) - Method in class oracle.pg.common.OracleElementBase
-
Sets the property graph instance associated to this element
- setGraph(String) - Method in class oracle.pg.rdbms.pgql.PgqlConnection
-
Sets the graph name on which PGQL queries will be executed for this connection.
- setGraph(PgxGraph) - Method in class oracle.pgx.api.Synchronizer.Builder
-
Sets the target graph to synchronize.
- setGraphAlgorithmLanguage(Compiler) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Frontend compiler to use.
- setGraphIdPropertyType(PropertyType) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setGraphLetIdPropertyName(String) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the property name of the graphlet-id in the input graph (required input)
- setGraphLetIdPropertyName(String) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setGraphletSizePropertyName(String) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the property name for graphlet size (default: "graphletSize-Pg2vec")
- setGraphletSizePropertyName(String) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setGraphPinned(boolean) - Method in class oracle.pgx.api.GraphMetaData
-
- setGraphValidationLevel(GraphValidationLevel) - Method in class oracle.pgx.config.PgxConfigBuilder
-
level of validation performed on newly loaded or created graphs
- setGraphValidationLevel(GraphValidationLevel) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
level of validation performed on newly loaded or created graphs
- setGroupKey(String) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
[currently unsupported] can only be used if the property / key is part of the grouping expression
- setHadoopSecAuth(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the Hadoop security authentication
- setHandshakePort(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
a TCP port which will be used for handshaking of distributed backend processes.
- setHasKeys(boolean) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the flag indicating if the provider data has keys or not
- setHbaseSecAuth(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the HBase security authentication
- setHiddenDimension(Integer) - Method in class oracle.pgx.api.mllib.GraphWisePredictionLayerConfigBuilder
-
Set the hidden dimension of the layer.
- setHiddenDimension(Integer) - Method in class oracle.pgx.config.mllib.GraphWisePredictionLayerConfig
-
- setHmKerberosPrincipal(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the HM Kerberos Principal
- setHostnames(String...) - Method in class oracle.pgx.config.PgxConfigBuilder
-
A list of names or IP addresses of hosts which should be involved in a PGX.D cluster.
- setHosts(List<String>) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the lists of hosts.
- setIdType(IdType) - Method in class oracle.pgx.api.EntityProviderMetaData
-
Sets the ID type of this entity table.
- setIfEthernet(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
IP network interface, used to initialize the network transport layer when using IP (Internet Protocol).
- setIfInfiniband(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
InfiniBand network interface, used to initialize the network transport layer when using InfiniBand.
- setIgnoreIncompatibleBackendOperations(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true
only log when encountering incompatible operations and configuration values in RTS or FJ pool.
- setIgnoreIsolated(boolean) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Whether to ignore isolated vertices.
- setIgnoreIsolated(boolean) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setImplementation(String) - Method in class oracle.pgx.config.RealmConfigBuilder
-
class name of the realm implementation to load
- setImplementationReference(String) - Method in class oracle.pgx.config.UdfFunctionConfigBuilder
-
reference to the UDF implementation on the classpath
- setInitialEdgeNumRegions(int) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the initial edge number of regions.
- setInitialNumRegions(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Set the initial number of regions defined for the Apache HBase tables associated to this property graph.
- setInitialPartitionIndex(int) - Method in class oracle.pgx.config.FileGraphStoringConfigBuilder
-
Sets the initial partition index.
- setInitialVertexNumRegions(int) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the initial vertex number of regions.
- setInitPgqlOnStartup(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true
PGQL is directly initialized on start-up of PGX.
- setInPlaceUpdateConsistencyModel(UpdateConsistencyModel) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Consistency model used when in-place updates occur.
- setInputFeatureDim(int) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setInsertBatchSize(int) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the batch size for inserting.
- setInstanceName(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Instance name sent as label to debug server.
- setInt(int, int) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the designated parameter to the given Java int value.
- setInt(int, int) - Method in interface oracle.pg.rdbms.pgql.PgqlPreparedStatement
-
Sets the designated parameter to the given Java int value.
- setIntervalToPollMax(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Exponential backoff upper bound (in ms) to which -once reached, the job status polling interval is fixed
- setInvalidChangePolicy(OnInvalidChange) - Method in interface oracle.pgx.api.GraphChangeSet
-
Sets the policy on what to do when an invalid action is added
- setInvalidChangePolicy(OnInvalidChange) - Method in class oracle.pgx.api.GraphChangeSetImpl
-
- setInvalidChangePolicy(OnInvalidChange) - Method in class oracle.pgx.api.Synchronizer.Builder
-
Sets the invalid change policy for the ChangeSet.
- setInVertex(OracleVertexBase) - Method in class oracle.pg.common.OracleEdgeBase
-
- setJavaClassPath(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Path to required java libraries.
- setJavaHomeDir(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
The path to Java's home directory.
- setJdbcUrl(String) - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- setJdbcUrl(String) - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- setJdbcUrl(String) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Sets the default jdbc URL pointing to database (for providers in RDBMS format only)
- setJdbcUrl(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the JDBC url.
- setJdbcUrl(String) - Method in class oracle.pgx.config.RdbmsEntityProviderConfigBuilder
-
Sets the jdbc url.
- setJdbcUrl(String) - Method in class oracle.pgx.config.RdfGraphConfigBuilder
-
- setJdbcUrl(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the jdbc url.
- setKeepUserDefinedEdgeKeys(boolean) - Method in class oracle.pgx.api.MergingStrategyBuilder
-
If set to true, the user-defined edge keys are kept as far as possible.
- setKeptEdgeProperties(Collection<EdgeProperty<?>>) - Method in class oracle.pgx.api.MutationStrategyBuilder
-
Set edge properties that will be kept By default (without calling this) all edgeProperties will be kept.
- setKeptVertexProperties(Collection<VertexProperty<?, ?>>) - Method in class oracle.pgx.api.MutationStrategyBuilder
-
Set vertex properties that will be kept By default (without calling this) all vertexProperties will be kept.
- 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
- setKey(String) - Method in class oracle.pgx.config.mllib.FileModelLoadingConfiguration
-
- setKey(String) - Method in class oracle.pgx.config.mllib.FileModelStoringConfiguration
-
- setKeyColumn(Object) - Method in interface oracle.pgx.api.graphalteration.GraphAlterationEmptyEdgeProviderBuilder
-
Sets the name or index (1-based index) of the key property for the provider.
- setKeyColumn(Object) - Method in interface oracle.pgx.api.graphalteration.GraphAlterationEmptyProviderBuilder
-
Sets the name or index (1-based index) of the key property for the provider.
- setKeyColumn(Object) - Method in interface oracle.pgx.api.graphalteration.GraphAlterationEmptyVertexProviderBuilder
-
Sets the name or index (1-based index) of the key property for the provider.
- setKeyColumn(Object) - Method in class oracle.pgx.config.FileEntityProviderConfigBuilder
-
Sets the column containing the key.
- setKeyColumn(String) - Method in class oracle.pgx.config.RdbmsEntityProviderConfigBuilder
-
Sets the name for the column holding the keys.
- setKeyField(String) - Method in class oracle.pgx.config.EsEntityProviderConfigBuilder
-
Sets the name for the Field holding the keys.
- setKeystoreAlias(String) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the keystore alias.
- setKeystoreAlias(String) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the keystore alias.
- setKeystoreAlias(String) - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- setKeystoreAlias(String) - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- setKeystoreAlias(String) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the keystore alias.
- setKeytab(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the path to the keytab file
- setKeyType(IdType) - Method in interface oracle.pgx.api.graphalteration.GraphAlterationEmptyEdgeProviderBuilder
-
Sets the type of the keys in the provider.
- setKeyType(IdType) - Method in interface oracle.pgx.api.graphalteration.GraphAlterationEmptyProviderBuilder
-
Sets the type of the keys in the provider.
- setKeyType(IdType) - Method in interface oracle.pgx.api.graphalteration.GraphAlterationEmptyVertexProviderBuilder
-
Sets the type of the keys in the provider.
- setKeyType(IdType) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the type of vertex keys
- setLabel(String) - Method in class oracle.pg.common.OracleEdgeBase
-
Set the label associated with the edge.
- setLabel(String, boolean) - Method in class oracle.pg.common.OracleEdgeBase
-
Set the label associated with the edge.
- setLabel(String) - Method in class oracle.pg.common.OracleVertexBase
-
Sets the label for the vertex which helps categorize it.
- setLabel(String, boolean, boolean) - Method in class oracle.pg.common.OracleVertexBase
-
Sets the label for the vertex which helps categorize it.
- setLabel(String, String) - Method in class oracle.pg.rdbms.Oracle
-
Sets the label for the current session.
- 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
- setLabel(String) - Method in interface oracle.pgx.api.EdgeBuilder
-
Sets the new value of the label
- setLabel(String) - Method in interface oracle.pgx.api.EdgeModifier
-
- setLabel(String) - Method in interface oracle.pgx.api.graphalteration.GraphAlterationEmptyEdgeProviderBuilder
-
Associates a different provider label to the empty provider than the name of the provider
- setLabel(String) - Method in interface oracle.pgx.api.graphalteration.GraphAlterationEmptyProviderBuilder
-
Associates a different provider label to the empty provider than the name of the provider
- setLabel(String) - Method in interface oracle.pgx.api.graphalteration.GraphAlterationEmptyVertexProviderBuilder
-
Associates a different provider label to the empty provider than the name of the provider
- setLabel(String) - Method in class oracle.pgx.api.graphbuilder.EdgeBuilderImpl
-
- setLabel(String) - Method in class oracle.pgx.api.graphbuilder.EdgeModifierImpl
-
- setLabel(String) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets a custom label for the entities from this provider
- setLabel(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the label.
- setLabel(String) - Method in class oracle.pgx.config.PropertiesRedactionRuleConfigBuilder
-
Vertex / Edge label to which the rule is applied
- setLabelMaps(LabelMaps) - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- setLabelMergingStrategy(LabelMergingFunction) - Method in class oracle.pgx.api.MergingStrategyBuilder
-
Define a merging function for the edge labels.
- setLabelType(PropertyType) - Method in class oracle.pgx.config.mllib.LabelMaps
-
- setLabelType(PropertyType) - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- setLabelValueDelimiter(String) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
if null
read the whole String value as label.
- setLabelValueDelimiter(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the label value delimiter.
- setLanguage(UdfLanguage) - Method in class oracle.pgx.config.UdfFunctionConfigBuilder
-
language the function is implemented in
- setLargeArrayThreshold(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
threshold when the size of an array is too big to use a normal Java array.
- setLargeArrayThreshold(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
threshold when the size of an array is too big to use a normal Java array.
- setLargeBufCount(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Number of large buffers populated in the pool.
- setLargeBufSizeKb(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Size in kB of the large buffers.
- setLaunchWatchdogs(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
(for debugging) if true
, additional watch-dog threads will be launched which monitor and log engine health stats
- setLayerSize(int) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets the number of dimensions for the output vectors (default: 200)
- setLayerSize(int) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the number of dimensions for the output vectors (default: 200)
- setLayerSize(int) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setLayerSize(int) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setLearningRate(double) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets the initial learning rate (default: 0.025)
- setLearningRate(double) - Method in class oracle.pgx.api.mllib.GraphWiseModelBuilder
-
Set the learning rate used for the Adam optimizer
- setLearningRate(double) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the initial learning rate (default: 0.025)
- setLearningRate(double) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setLearningRate(double) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setLearningRate(double) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setLoadAtServerInitialization(boolean) - Method in class oracle.pgx.config.PreloadGraphConfigBuilder
-
if true, PGX will load the pre-loaded graph during the initialization of the engine, otherwise loads the graph after completing the engine initialization.
- setLoadEdgeLabel(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the edge label loading.
- setLoadingProgressReportingFrequency(long) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
- setLoadVertexLabels(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the vertex label loading.
- setLocalDateFormat(List<String>) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the list of local_date formats used for loading and storing the provider.
- setLocalDateFormat(List<String>) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the list of local_date formats used for loading and storing the graph.
- setLocale() - Static method in class oracle.pg.rdbms.Oracle
-
Set default locale using two Jena Adaptor specific JAVA VM properties
- setLogConfigure(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Path to a log configuration in Log4j (version 1) syntax.
- setLogStdRedirect(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Path to a log file into which the standard output streams (stdout, stderr) of PGX.D backend should be redirected.
- setLogToStderr(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
If true
log to stderr.
- setLong(int, long) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the designated parameter to the given Java long value.
- setLong(int, long) - Method in interface oracle.pg.rdbms.pgql.PgqlPreparedStatement
-
Sets the designated parameter to the given Java long value.
- setLoss(Double) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setLoss(Double) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setLossFunction(LossFunction) - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModelBuilder
-
Sets the loss function for the algorithm.
- setLossFunction(UnsupervisedGraphWiseModelConfig.LossFunction) - Method in class oracle.pgx.api.mllib.UnsupervisedGraphWiseModelBuilder
-
Sets the loss function for the algorithm.
- setLossFunction(UnsupervisedGraphWiseModelConfig.LossFunction) - Method in class oracle.pgx.config.mllib.UnsupervisedGraphWiseModelConfig
-
- setLossFunctionClass(LossFunction) - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- setMarkLoopForProfiling(String) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] ID for any additional loop to profile.
- setMaxActiveSessions(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
the maximum number of sessions allowed to be active at a time
- setMaxBatchSize(int) - Method in class oracle.pgx.config.EsEntityProviderConfigBuilder
-
Sets the maximum number of prefetched rows.
- setMaxBatchSize(int) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Sets the default maximal amount of JSON Objects fetched per Request
- setMaxClientHttpConnections(int) - Method in class oracle.pgx.config.ClientConfigBuilder
-
Sets the maximum amount of client HTTP connections
- setMaxDataMemoryRatio(double) - Method in class oracle.pgx.config.AuthorizationEntityConfigBuilder
-
memory limit of the authorization entity's private data (includes non-published graphs and PGQL results) relative to the maximum PGX engine memory limit for any user
- setMaxDataMemorySize(String) - Method in class oracle.pgx.config.AuthorizationEntityConfigBuilder
-
absolute memory limit of the authorization entity's private data (includes non-published graphs and PGQL results)
- setMaxDistinctStringsPerPool(int) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
[only relevant if string_pooling_strategy is indexed] amount of distinct strings per property after which to stop pooling.
- setMaxDistinctStringsPerPool(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
[only relevant if string_pooling_strategy is indexed] amount of distinct strings per property after which to stop pooling.
- setMaxDistinctStringsPerPool(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
[only relevant if string_pooling_strategy is indexed] amount of distinct strings per property after which to stop pooling.
- setMaxHttpClientRequestSize(long) - Method in class oracle.pgx.config.PgxConfigBuilder
-
maximum size in bytes of any http request sent to to the PGX server over the REST API.
- setMaxNumConcurrentIoTasks(int) - Method in class oracle.pgx.config.EnterpriseSchedulerConfigBuilder
-
maximum number of concurrent io tasks at a time
- setMaxNumConnections(int) - Method in class oracle.pgx.config.AbstractPgGraphConfigBuilder
-
Sets the maximum number of connections.
- setMaxNumThreads(Integer) - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
- setMaxNumThreadsAsync(Integer) - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
Sets the limit on the numbers of thread to use to the given value
- setMaxOffHeapSize(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
maximum amount of off-heap memory PGX is allowed to allocate in megabytes, before an OutOfMemoryError will be thrown.
- setMaxOffHeapSize(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
maximum amount of off-heap memory PGX is allowed to allocate in megabytes, before an OutOfMemoryError will be thrown.
- setMaxPerSessionDataMemoryRatio(double) - Method in class oracle.pgx.config.DataMemoryLimitsConfigBuilder
-
memory limit for any one session of the PGX engine relative to the user data memory limit
- setMaxPerSessionDataMemorySize(String) - Method in class oracle.pgx.config.DataMemoryLimitsConfigBuilder
-
absolute memory limit for any one session of the PGX engine
- setMaxPerUserDataMemoryRatio(double) - Method in class oracle.pgx.config.DataMemoryLimitsConfigBuilder
-
memory limit for any one user of the PGX engine relative to the private data memory limit
- setMaxPerUserDataMemorySize(String) - Method in class oracle.pgx.config.DataMemoryLimitsConfigBuilder
-
absolute memory limit for any one user of the PGX engine
- setMaxPrefetchedRows(int) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Sets the default maximun number or rows prefetched during each round trip resultset-database (for providers in RDBMS format only)
- setMaxPreFetchedRows(int) - Method in class oracle.pgx.config.RdbmsEntityProviderConfigBuilder
-
Sets the maximum number of prefetched rows.
- setMaxPreFetchedRows(int) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the maximum number of prefetched rows.
- setMaxQueueSizePerSession(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
the maximum number of pending tasks allowed to be in the queue, per session.
- setMaxSnapshotCount(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Number of snapshots that may be loaded in the engine at the same time.
- setMaxThreads(int) - Method in class oracle.pgx.config.AnalysisTaskConfigBuilder
-
a hard limit on the number of threads to use for a task.
- setMaxTotalDataMemoryRatio(double) - Method in class oracle.pgx.config.DataMemoryLimitsConfigBuilder
-
memory limit across entire PGX engine relative to available system memory
- setMaxTotalDataMemorySize(String) - Method in class oracle.pgx.config.DataMemoryLimitsConfigBuilder
-
absolute memory limit across entire PGX engine
- setMaxTotalPrivateDataMemoryRatio(double) - Method in class oracle.pgx.config.DataMemoryLimitsConfigBuilder
-
memory limit of private data (includes non-published graphs and PGQL results) relative to total PGX engine memory limit
- setMaxTotalPrivateDataMemorySize(String) - Method in class oracle.pgx.config.DataMemoryLimitsConfigBuilder
-
absolute memory limit of private data (includes non-published graphs and PGQL results)
- setMaxTotalSharedDataMemoryRatio(double) - Method in class oracle.pgx.config.DataMemoryLimitsConfigBuilder
-
memory limit of shared data (includes published graphs and pinned non-referenced graphs) relative to total PGX engine memory limit
- setMaxTotalSharedDataMemorySize(String) - Method in class oracle.pgx.config.DataMemoryLimitsConfigBuilder
-
absolute memory limit of shared data (includes published graphs and pinned non-referenced graphs)
- setMemoryAllocator(MemoryAllocationStrategy) - Method in class oracle.pgx.config.PgxConfigBuilder
-
which memory allocator to use
- setMemoryAllocator(MemoryAllocationStrategy) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
which memory allocator to use
- setMemoryCleanupInterval(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
memory cleanup tick in seconds
- setMemoryMb(long) - Method in class oracle.pgx.api.GraphMetaData
-
- setMinArrayCompactionThreshold(double) - Method in class oracle.pgx.config.PgxConfigBuilder
-
[only relevant for graphs optimized for updates] minimum value that can be used for the array_compaction_threshold value in graph configuration.
- setMinFetchIntervalSec(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
(only relevant if the graph format supports delta updates) for delta-refresh, the lowest interval at which a graph source is queried for changes.
- setMinLearningRate(double) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets the minimum learning rate (default: 0.0001)
- setMinLearningRate(double) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the minimum learning rate (default: 0.0001)
- setMinLearningRate(double) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setMinLearningRate(double) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setMinUpdateIntervalSec(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
for auto-refresh, the lowest interval after which a new snapshot is created, either by reloading the entire graph or if the format supports delta-updates, out of the cached changes (only relevant if the format supports delta updates).
- setMinWordFrequency(int) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets the minimum word frequency to consider before pruning (default: 1)
- setMinWordFrequency(int) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the minimum word frequency to consider before pruning (default: 1)
- setMinWordFrequency(int) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setMinWordFrequency(int) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setModelKind(ModelKind) - Method in class oracle.pgx.config.mllib.ModelLoadingConfiguration
-
- setModelKind(ModelKind) - Method in class oracle.pgx.config.mllib.ModelStoringConfiguration
-
- setModelname(String) - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- setModelname(String) - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- setModelstore(String) - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- setModelstore(String) - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- setMsBfsFrontierTypeStrategy(FrontierTypeStrategy) - Method in class oracle.pgx.config.PgxConfigBuilder
-
the type strategy to use for MS-BFS frontiers
- setMsBfsFrontierTypeStrategy(FrontierTypeStrategy) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
the type strategy to use for MS-BFS frontiers
- setMultiEdges(PgxGraph.MultiEdges) - Method in class oracle.pgx.api.MutationStrategyBuilder
-
- setName(String) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the name of the provider
- setName(String) - Method in class oracle.pgx.config.AbstractPgGraphConfigBuilder
-
Sets the Property Graph (PG) name.
- setName(String) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
name of property
- setName(String) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Set the name of the graph
- setName(String) - Method in class oracle.pgx.config.PreloadGraphConfigBuilder
-
preloaded graph name
- setName(String) - Method in class oracle.pgx.config.RdfGraphConfigBuilder
-
- setName(String) - Method in class oracle.pgx.config.UdfFunctionArgumentConfigBuilder
-
name of the argument
- setNamespace(String) - Method in class oracle.pgx.config.UdfFunctionConfigBuilder
-
namespace of the function in PGX
- setNegativeSample(int) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets the number of negative samples (default: 10)
- setNegativeSample(int) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setNewGraphName(String) - Method in class oracle.pgx.api.MutationStrategyBuilder
-
Set name of new graph name.
- setNodesKey(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets node keys.
- setNodesTableName(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the nodes table name.
- setNormalize(boolean) - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModelBuilder
-
Whether to l2 normalize the output of the convolutional layers.
- setNormalize(boolean) - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- setNumberToCharSqlFormatString(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Sets the Char SQL Format used to format a number into a string
- setNumConnections(int) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Sets the default number of connections to read/write data from/to the database provider (for providers in RDBMS format only)
- setNumConnections(int) - Method in class oracle.pgx.config.RdbmsEntityProviderConfigBuilder
-
Sets the number of connections.
- setNumConnections(int) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the number of connections.
- setNumEdges(long) - Method in class oracle.pgx.api.GraphMetaData
-
- setNumEpochs(int) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets the number of epochs to train the model (default: 2)
- setNumEpochs(int) - Method in class oracle.pgx.api.mllib.GraphWiseModelBuilder
-
Set the number of training epochs.
- setNumEpochs(int) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the number of epochs to train the model (default: 2)
- setNumEpochs(int) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setNumEpochs(int) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setNumEpochs(int) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setNumIoThreadsPerTask(int) - Method in class oracle.pgx.config.EnterpriseSchedulerConfigBuilder
-
number of io threads to use per task
- setNumPartitions(int) - Method in class oracle.pgx.config.FileGraphStoringConfigBuilder
-
Sets the number of partitions.
- setNumSampledNeighbors(int) - Method in class oracle.pgx.api.mllib.GraphWiseConvLayerConfigBuilder
-
Set the number of neighbors that will be sampled in this layer.
- setNumSampledNeighbors(int) - Method in class oracle.pgx.config.mllib.GraphWiseConvLayerConfig
-
- setNumSpinLocks(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
how many spin locks each generated app will create at instantiation.
- setNumSpinLocks(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
how many spin locks each generated app will create at instantiation.
- setNumSplitsPerRegion(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Set the number of splits per region to use when scanning vertices/edges
- setNumThreadsPerTask(Integer) - Method in class oracle.pgx.api.executionenvironment.IoEnvironment
-
- setNumThreadsPerTaskAsync(Integer) - Method in class oracle.pgx.api.executionenvironment.IoEnvironment
-
Sets the current value for the number of threads used for IO tasks
- setNumVertices(long) - Method in class oracle.pgx.api.GraphMetaData
-
- setNumWorkersAnalysis(int) - Method in class oracle.pgx.config.BasicSchedulerConfigBuilder
-
how many worker threads to use for analysis tasks
- setNumWorkersFastTrackAnalysis(int) - Method in class oracle.pgx.config.BasicSchedulerConfigBuilder
-
how many worker threads to use for fast-track analysis tasks
- setNumWorkersIo(int) - Method in class oracle.pgx.config.BasicSchedulerConfigBuilder
-
how many worker threads to use for I/O tasks (load/refresh/write from/to disk).
- setOpenTimeMs(long) - Method in class oracle.pgx.api.DataListener
-
- setOptimizedFor(GraphOptimizedFor) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Indicates if the graph should use data-structures optimized for updates.
- setOptions(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets additional options.
- setOptions(Object) - Method in class oracle.pgx.config.RealmConfigBuilder
-
implementation dependent configuration options for the realm
- setOraclePropertyGraph(Object) - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
Sets the OraclePropertyGraph to use for loading.
- setOutVertex(OracleVertexBase) - Method in class oracle.pg.common.OracleEdgeBase
-
- setOverrideCoresPerSocket(int) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] Over-ride the core-to-socket allocation, treating a fixed number of cores as a socket for the purposes of the per-socket combining structures.
- setOverrideMemoryPlacement(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] Over-ride memory placement tags and use the OS defaults instead.
- setOverwrite(boolean) - Method in class oracle.pgx.config.mllib.ModelStoringConfiguration
-
- setOwner(String) - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- setOwner(String) - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- setOwner(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the owner.
- setParallelism(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
number of worker threads to be used in thread pool.
- setParallelism(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
number of worker threads to be used in thread pool.
- setPartial(boolean) - Method in class oracle.pg.common.OracleElementBase
-
Set a flag to denote if this graph element is only partially constructed.
- setPartitionDiscardDefaultValues(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the flag to discard properties filled only with default values when partitioning a graph while loading
- setPartitioningIgnoreGhostnodes(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
If set to true
, the partitioning strategy will ignore the ghost nodes.
- setPartitioningShuffleVertices(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
If set to true
, the vertices of the graph will be randomly shuffled among machines before partitioning.
- setPartitioningStrategy(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Partitioning strategy of the vertices of the graph.
- setPartitionWhileLoading(PartitionWhileLoading) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Indicates if the graph should be transformed into a heterogeneous graph while loading the graph data.
- setPassword(String) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the password.
- setPassword(String) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the password.
- setPassword(String) - Method in class oracle.pgx.config.ClientConfigBuilder
-
Sets the password
- setPassword(String) - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- setPassword(String) - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- setPassword(String) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the password
- setPath(String) - Method in class oracle.pgx.config.mllib.FileModelLoadingConfiguration
-
- setPath(String) - Method in class oracle.pgx.config.mllib.FileModelStoringConfiguration
-
- setPath(String) - Method in class oracle.pgx.config.PreloadGraphConfigBuilder
-
uri to graph config file
- setPatternMatchingSupernodeCacheThreshold(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
minimum number of a node's neighbor to be a supernode.
- setPatternMatchingSupernodeCacheThreshold(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
minimum number of a node's neighbor to be a supernode.
- setPgViewName(String) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Set the name of the PG view used for loading
- setPGViewOnRDFFlag(boolean) - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Specifies if this property graph instance comes from a Property Graph view over RDF data
- setPgxPermissions(Object...) - Method in class oracle.pgx.config.AuthorizationEntityConfigBuilder
-
mapping from resource id to list of permissions
- setPgxRealm(RealmConfig) - Method in class oracle.pgx.config.PgxConfigBuilder
-
configuration parameters for the realm
- setPgxRealm(Consumer<RealmConfigBuilder>) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Builds a RealmConfig in-place.
- setPgxRole(String) - Method in class oracle.pgx.config.AuthorizationEntityConfigBuilder
-
the id of the role
- setPgxUser(String) - Method in class oracle.pgx.config.AuthorizationEntityConfigBuilder
-
the id of the user
- setPickByEdgeId(PickingStrategyFunction) - Method in class oracle.pgx.api.PickingStrategyBuilder
-
- setPickByLabel(PickingStrategyFunction) - Method in class oracle.pgx.api.PickingStrategyBuilder
-
If there are multiple edges between two vertices, the edge whose label satisfies the PickingStrategyFunction
will be picked.
- setPickByProperty(String, PickingStrategyFunction) - Method in class oracle.pgx.api.PickingStrategyBuilder
-
- setPickByProperty(EdgeProperty, PickingStrategyFunction) - Method in class oracle.pgx.api.PickingStrategyBuilder
-
If there are multiple edges between two vertices, the edge that satisfies the PickingStrategyFunction
will be picked.
- setPoolingFactor(double) - Method in class oracle.pgx.config.PgxConfigBuilder
-
[only relevant if string_pooling_strategy is on_heap] this value prevents the string pool to grow as big as the property size which could render the pooling ineffective
- setPoolingFactor(double) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
[only relevant if string_pooling_strategy is on_heap] this value prevents the string pool to grow as big as the property size which could render the pooling ineffective
- setPort(int) - Method in class oracle.pgx.api.DataListener
-
- setPredictionLayerConfigs(GraphWisePredictionLayerConfig...) - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModelBuilder
-
- setPredictionLayerConfigs(GraphWisePredictionLayerConfig...) - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- setPrefetchSize(int) - Method in class oracle.pgx.config.ClientConfigBuilder
-
Sets the prefetch size
- setPreloadedGraph(String) - Method in class oracle.pgx.config.AuthorizationEntityPermissionConfigBuilder
-
name of a defined pre-loaded graph
- setPreloadGraphs(Object...) - Method in class oracle.pgx.config.PgxConfigBuilder
-
list of graph configs to be registered at start-up.
- setPriority(TaskPriority) - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
- setPriority(TaskPriority) - Method in class oracle.pgx.config.AnalysisTaskConfigBuilder
-
the priority of the task.
- setPriorityAsync(TaskPriority) - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
Sets the priority to the given value
- setProcId(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Internal unique machine identifier in the cluster.
- setProgressListener(ProgressListener) - Method in interface oracle.pg.common.OracleGraphAttributeUpdater
-
Sets the ProgressListener associated to this property graph.
- setProgressListener(ProgressListener) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Sets the ProgressListener associated to this property graph.
- setProperties(List<PropertyMetaData>) - Method in class oracle.pgx.api.EntityProviderMetaData
-
- setProperties(String...) - Method in class oracle.pgx.config.PropertiesRedactionRuleConfigBuilder
-
List of properties to be redacted
- setProperty(String, Object) - Method in interface oracle.pgx.api.EdgeBuilder
-
Sets the property value of this edge with the given key
to the given value
.
- setProperty(String, Object) - Method in interface oracle.pgx.api.EdgeModifier
-
- setProperty(String, Object) - Method in class oracle.pgx.api.graphbuilder.EdgeBuilderImpl
-
- setProperty(String, Object) - Method in class oracle.pgx.api.graphbuilder.EdgeModifierImpl
-
- setProperty(String, Object) - Method in class oracle.pgx.api.graphbuilder.VertexBuilderImpl
-
- setProperty(String, Object) - Method in class oracle.pgx.api.graphbuilder.VertexModifierImpl
-
Sets the property value of this vertex with the given key
to the given value
.
- setProperty(String, V) - Method in class oracle.pgx.api.PgxEntity
-
- setProperty(String, Object) - Method in interface oracle.pgx.api.VertexBuilder
-
Sets the property value of this vertex with the given key
to the given value
.
- setProperty(String, Object) - Method in interface oracle.pgx.api.VertexModifier
-
- setPropertyAsync(String, V) - Method in class oracle.pgx.api.PgxEntity
-
Sets the value of a property.
- setPropertyMergingStrategy(String, MergingFunction) - Method in class oracle.pgx.api.MergingStrategyBuilder
-
- setPropertyMergingStrategy(EdgeProperty, MergingFunction) - Method in class oracle.pgx.api.MergingStrategyBuilder
-
Define a merging function for the given edge property.
- setPropertyValueDelimiter(String) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
(only relevant for use_vertex_property_value_as_label
) if null
read the whole property value as label.
- setProxyUrl(String) - Method in class oracle.pgx.config.EsEntityProviderConfigBuilder
-
Sets the proxy url.
- setProxyUrl(String) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Sets the default Proxy Url
- setPublish(boolean) - Method in class oracle.pgx.config.PreloadGraphConfigBuilder
-
whether or not this preloaded graph should be published.
- setPublishWithSnapshots(boolean) - Method in class oracle.pgx.config.PreloadGraphConfigBuilder
-
whether or not this preloaded graph should be published together with its snapshots.
- setQueries(List<String>) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Set the name of the PG view used for loading
- 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.
- setRandomGeneratorStrategy(RandomGeneratorStrategy) - Method in class oracle.pgx.config.PgxConfigBuilder
-
method of generating random numbers in pgx
- setRandomGeneratorStrategy(RandomGeneratorStrategy) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
method of generating random numbers in pgx
- setRandomSeed(long) - Method in class oracle.pgx.config.PgxConfigBuilder
-
[relevant for deterministic random number generator only] seed for the deterministic random number generator used in pgx.
- setRandomSeed(long) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
[relevant for deterministic random number generator only] seed for the deterministic random number generator used in pgx.
- setReadinessMemoryUsageRatio(double) - Method in class oracle.pgx.config.PgxConfigBuilder
-
memory limit ratio that should be considered to detect if PGX server is ready, used by isReady API, default value is 1.0
- setReadoutFunction(GraphWiseDgiLayerConfig.ReadoutFunction) - Method in class oracle.pgx.api.mllib.GraphWiseDgiLayerConfigBuilder
-
Sets the readout function of the dgi layer
- setReadoutFunction(GraphWiseDgiLayerConfig.ReadoutFunction) - Method in class oracle.pgx.config.mllib.GraphWiseDgiLayerConfig
-
- setRealmClientConfig(Map<String, Object>) - Method in class oracle.pgx.config.ClientConfigBuilder
-
Set implementation dependent configuration options for the realm client
- setReleaseMemoryThreshold(double) - Method in class oracle.pgx.config.PgxConfigBuilder
-
threshold percentage of used memory after which the engine starts freeing un-used graphs.
- setRemoteFuturePendingRetryInterval(int) - Method in class oracle.pgx.config.ClientConfigBuilder
-
Sets the remote future pending retry interval
- setRemoteFutureTimeout(int) - Method in class oracle.pgx.config.ClientConfigBuilder
-
Sets the remote future timeout
- setRequestTimeout(long, TimeUnit) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the request timeout.
- setRequiredConversionPolicy(OnRequiredConversion) - Method in interface oracle.pgx.api.GraphChangeSet
-
Sets the policy on what to do when an invalid type is encountered
- setRequiredConversionPolicy(OnRequiredConversion) - Method in class oracle.pgx.api.GraphChangeSetImpl
-
- setResourceMonitor(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Frequency at which to send resource statistics to the debug server, in ms.
- setRetainEdgeIds(boolean) - Method in interface oracle.pgx.api.GraphBuilder
-
Controls whether the edge ids provided in this graph builder are to be retained in the final graph.
- setRetainEdgeIds(boolean) - Method in interface oracle.pgx.api.GraphChangeSet
-
- setRetainIds(boolean) - Method in interface oracle.pgx.api.GraphBuilder
-
Controls for both vertex and edge ids whether to retain them in the final graph.
- setRetainIds(boolean) - Method in interface oracle.pgx.api.GraphChangeSet
-
- setRetainVertexIds(boolean) - Method in interface oracle.pgx.api.GraphBuilder
-
Controls whether to retain the vertex ids provided in this graph builder are to be retained in the final graph.
- setRetainVertexIds(boolean) - Method in interface oracle.pgx.api.GraphChangeSet
-
- setReturnType(PropertyType) - Method in class oracle.pgx.config.UdfFunctionConfigBuilder
-
return type of the function
- setRevisitThreshold(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
maximum number of matched results from a node to be cached
- setRevisitThreshold(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
maximum number of matched results from a node to be cached
- setRowExtension(String) - Method in class oracle.pgx.config.FileGraphStoringConfigBuilder
-
Sets the row extension.
- 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.
- setRowLabel(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the row label.
- 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
- setRsKerberosPrincipal(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the RS Kerberos Principal
- setRuleTrigger(String) - Method in class oracle.pgx.config.PropertiesRedactionRuleConfigBuilder
-
Trigger expression for the rule
- setRunningMemoryUsageRatio(double) - Method in class oracle.pgx.config.PgxConfigBuilder
-
memory limit ratio that should be considered to detect if PGX server is running, used by isRunning API default value is 1.0
- setSampleRate(double) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets the sampling rate (default: 0.00001)
- setSampleRate(double) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setScanCachingSize(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Set the caching size used in Scan operations
- setScheduler(SchedulerStrategy) - Method in class oracle.pgx.config.PgxConfigBuilder
-
which scheduler to use.
- setScheduler(SchedulerStrategy) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
which scheduler to use.
- setSchema(String) - Method in class oracle.pg.rdbms.pgql.PgqlConnection
-
Sets the schema name that will be used to execute PGQL queries with this connection.
- setSchema(String) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Sets default schema where the provider is going to be written (for providers in RDBMS format only)
- setSchema(String) - Method in class oracle.pgx.config.RdbmsEntityProviderConfigBuilder
-
Sets the schema.
- setSchema(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the schema.
- setScrollTime(String) - Method in class oracle.pgx.config.EsEntityProviderConfigBuilder
-
Sets the scroll time.
- setScrollTime(String) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Sets the default Time a elasticsearch query remains open
- setSecond(B) - Method in class oracle.pgx.common.Pair
-
- setSecureHandshakeSecretFile(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
the file path of the secret in pkcs12
format.
- setSecurityPolicy(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the security policy.
- setSeed(Long) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets the random seed for training the model.
- setSeed(Integer) - Method in class oracle.pgx.api.mllib.GraphWiseModelBuilder
-
Sets the random seed used for fitting the model.
- setSeed(Long) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the random seed for training the model.
- setSeed(Long) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setSeed(int) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setSeed(Long) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setSelectPerformanceCounters(String) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] Perf counter configuration string.
- setSelectPerformanceCountersJobRegions(int) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] Issue a region per job automatically.
- setSelectPerformanceCountersLibrary(int) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] Perf counter library.
- setSelectPerformanceCountersPcmShowCodes(int) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] Show PCM perf counter codes.
- setSelectPerformanceCountersShowStats(int) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] Perf counter per-thread statistics.
- setSelectRegionPerformanceCounters(String) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] Region perf counter configuration string.
- setSelfEdges(PgxGraph.SelfEdges) - Method in class oracle.pgx.api.MutationStrategyBuilder
-
- setSeparator(String) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the separator.
- setSeparator(String) - Method in class oracle.pgx.config.FileEntityProviderConfigBuilder
-
Sets the separator.
- setSerializable(boolean) - Method in class oracle.pgx.config.AbstractConfig
-
Set this config to be serializable
- setSessionIdleTimeoutSecs(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
timeout of idling sessions in seconds.
- setSessionMaxMemorySize(String, int, MemoryUnit) - Method in interface oracle.pgx.api.admin.Control
-
Set the maximum memory limit for the given session.
- setSessionMaxMemorySize(PgxSession, int, MemoryUnit) - Method in class oracle.pgx.api.ServerInstance
-
Set the maximum memory limit for the given session.
- 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.
- setSessionTaskTimeoutSecs(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
timeout to interrupt long-running tasks submitted by sessions (algorithms, I/O tasks) in seconds.
- setShowAllocations(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
If true
show memory allocation information.
- setShowDebug(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] If true
enable debug output.
- setShowDeterministicOutput(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] If true
omit thread IDs in debug output (set to true for determinism in regression tests)
- setShowEnvironment(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
If true
show version numbers and main environment settings at startup.
- setShowLogging(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
If true
enable summary logging -- this is available even in non-debug builds and includes information such as the machine h/w information obtained at start-up, and per-job / per-loop* information about the workload.
- setShowProfiling(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
If true
show profiling information.
- setShowSchedulerState(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
If true
dump scheduler state on each update.
- setShowWarnings(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
If true
enable warnings.
- setShuffle(boolean) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets whether to shuffle the random walks before training on them
- setShuffle(boolean) - Method in class oracle.pgx.api.mllib.GraphWiseModelBuilder
-
If true, the model will shuffle the order of vertices before each epoch.
- setShuffle(boolean) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets whether to shuffle the random walks before training on them
- setShuffle(boolean) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setShuffle(boolean) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setShuffle(boolean) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setSkipEdgeLoading(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the skip edges flag.
- setSkipFormNCharSettingForTextQuery(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
This method sets a flag for skipFormNCharSettingForTextQuery
- setSkipRefreshIndices(boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Set skip refresh indices (for Data loading)
- setSkipVertexLoading(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the skip vertices flag.
- setSmallTaskLength(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
task length if total amount of work is small than default task length (only relevant for task-stealing strategies)
- setSmallTaskLength(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
task length if total amount of work is small than default task length (only relevant for task-stealing strategies)
- setSnapshot(PgxGraph, long) - Method in class oracle.pgx.api.PgxSession
-
- setSnapshot(PgxGraph, GraphMetaData) - Method in class oracle.pgx.api.PgxSession
-
- setSnapshot(PgxGraph, long, boolean) - Method in class oracle.pgx.api.PgxSession
-
- setSnapshot(PgxGraph, GraphMetaData, boolean) - Method in class oracle.pgx.api.PgxSession
-
- setSnapshotAsync(PgxGraph, long) - Method in class oracle.pgx.api.PgxSession
-
Sets a graph to a specific snapshot.
- setSnapshotAsync(PgxGraph, GraphMetaData) - Method in class oracle.pgx.api.PgxSession
-
Sets a graph to a specific snapshot.
- setSnapshotAsync(PgxGraph, GraphMetaData, boolean) - Method in class oracle.pgx.api.PgxSession
-
Sets a graph to a specific snapshot.
- setSnapshotAsync(PgxGraph, long, boolean) - Method in class oracle.pgx.api.PgxSession
-
Sets a graph to a specific snapshot.
- setSnapshotPinned(boolean) - Method in class oracle.pgx.api.GraphMetaData
-
- setSnapshotsSource(SnapshotsSource) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the snapshots source field.
- 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
- setSourceCode(String) - Method in class oracle.pgx.config.UdfFunctionConfigBuilder
-
source code of the function provided inline
- setSourceColumn(Object) - Method in class oracle.pgx.config.FileEntityProviderConfigBuilder
-
Sets the column containing the source.
- setSourceColumn(String) - Method in class oracle.pgx.config.RdbmsEntityProviderConfigBuilder
-
Sets the name of the column holding the keys of the source vertices.
- setSourceField(String) - Method in class oracle.pgx.config.EsEntityProviderConfigBuilder
-
Sets the name of the Field holding the keys of the source vertices.
- setSourceFunctionName(String) - Method in class oracle.pgx.config.UdfFunctionConfigBuilder
-
name of the function in the source language
- setSourceLocation(String) - Method in class oracle.pgx.config.UdfFunctionConfigBuilder
-
source code of the function provided as a unified resource identifier, either pointing to a a local file (relative to the location of this config or absolute), a web resource (prefix http://'
or https://
), a HDFS path (prefix hdfs:
) or a classpath (prefix classpath:/
or jar:
)
- setSourceVertexProvider(String) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the name of the source vertex provider
- setSpinOnExit(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] If true
spin after execution, rather than exiting.
- setSplitsPerRegion(int) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the splits per region.
- setStandardize(boolean) - Method in class oracle.pgx.api.mllib.GraphWiseModelBuilder
-
Whether to standardize the batch before passing them through a convolutional layer.
- setStandardize(boolean) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setStmtArgumentForDml(int, PreparedStatement, String, Object) - Static method in class oracle.pg.common.SQLUtils
-
- setStoreName(String) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the store name.
- setStores(Object...) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
A list of storage identifiers that indicate where this property resides.
- setStoringOptions(FileGraphStoringConfig) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the storing options to use when storing the graph data.
- setStoringOptions(FileGraphStoringConfig) - Method in class oracle.pgx.config.FileEntityProviderConfigBuilder
-
Sets the storing configuration.
- setStrictMode(boolean) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the strict mode.
- setStrictMode(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the strict mode.
- setStrictMode(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true
, exceptions are thrown and logged with ERROR
level whenever engine encounters configuration problems, such as invalid keys, mismatches and other potential errors.
- setString(int, String) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the designated parameter to the given Java String value.
- setString(int, String) - Method in interface oracle.pg.rdbms.pgql.PgqlPreparedStatement
-
Sets the designated parameter to the given Java String value.
- setStringPoolingStrategy(StringPoolingStrategy) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
which string pooling strategy to use.
- setStringPoolingStrategy(StringPoolingStrategy) - Method in class oracle.pgx.config.PgxConfigBuilder
-
which string pooling strategy to use
- setStringPoolingStrategy(StringPoolingStrategy) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
which string pooling strategy to use
- setTablespace(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the tablespace.
- setTaskLength(int) - Method in class oracle.pgx.config.PgxConfigBuilder
-
default task length (only relevant for task-stealing strategies).
- setTaskLength(int) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
default task length (only relevant for task-stealing strategies).
- setTime(int, LocalTime) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the designated parameter to the given Java LocalTime value.
- setTimeFormat(List<String>) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the list of time formats used for loading and storing the provider.
- setTimeFormat(List<String>) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the list of time formats used for loading and storing the graph.
- setTimeoutMs(int) - Method in class oracle.pgx.api.DataListener
-
- setTimestamp(int, Timestamp) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the designated parameter to the given Java Timestamp value.
- setTimestamp(int, LocalDateTime) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the designated parameter to the given Java LocalDateTime value.
- setTimestamp(int, Timestamp) - Method in interface oracle.pg.rdbms.pgql.PgqlPreparedStatement
-
Sets the designated parameter to the given Java Timestamp value.
- setTimestampFormat(List<String>) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the list timestamp formats used for loading and storing the provider.
- setTimestampFormat(List<String>) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the list timestamp formats used for loading and storing the graph.
- setTimestampWithTimezone(int, OffsetDateTime) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the designated parameter to the given Java OffsetDateTime value.
- setTimestampWithTimezoneFormat(List<String>) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the list of timestamp with timezone formats used for loading and storing the provider.
- setTimestampWithTimezoneFormat(List<String>) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the list of timestamp with timezone formats used for loading and storing the graph.
- setTimeToCharSqlFormatString(String) - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
Sets the Char SQL Format used to format a datetime into a string
- setTimeWithTimezone(int, OffsetTime) - Method in class oracle.pg.rdbms.pgql.PgqlExecution
-
Sets the designated parameter to the given Java OffsetTime value.
- setTimeWithTimezoneFormat(List<String>) - Method in class oracle.pgx.config.AbstractEntityProviderConfigBuilder
-
Sets the list of time with timezone formats used for loading and storing the provider.
- setTimeWithTimezoneFormat(List<String>) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the list of time with timezone formats used for loading and storing the graph.
- setTmpDir(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
Use this path as temporary directory to store compilation artifacts and other temporary data.
- setToken(String) - Method in class oracle.pgx.api.ServerInstance
-
- setToNid(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the column ID to write into.
- setTrainingLoss(double) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setTransient(boolean) - Method in class oracle.pgx.api.PropertyMetaData
-
- setTransientPropertyGraphInstance(boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Specifies if this property graph instance is a transient instance.
- setTrivialVertices(PgxGraph.TrivialVertices) - Method in class oracle.pgx.api.MutationStrategyBuilder
-
- SetType - Class in oracle.pgx.api.frames.schema.datatypes.collection
-
- SetType(DataType) - Constructor for class oracle.pgx.api.frames.schema.datatypes.collection.SetType
-
- setType(Class<T>) - Method in class oracle.pgx.api.Synchronizer.Builder
-
Sets the type of synchronizer to build
- setType(PropertyType) - Method in class oracle.pgx.config.GraphPropertyConfigBuilder
-
type of property (Note: date is deprecated, use one of local_date / time / timestamp / time_with_timezone / timestamp_with_timezone instead).
- setType(PropertyType) - Method in class oracle.pgx.config.UdfFunctionArgumentConfigBuilder
-
type of the argument
- setUdfConfigDirectory(String) - Method in class oracle.pgx.config.PgxConfigBuilder
-
directory path containing udf config files
- setUNSAFEAllowForeignSyntax(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
(This flag reduces security, enable only if you know what you're doing!) Allow foreign syntax in user-provided Green-Marl programs
- setUpdateConsistencyModel(UpdateConsistencyModel) - Method in class oracle.pgx.api.executionenvironment.ExecutionEnvironment
-
- setUpdateConsistencyModelAsync(UpdateConsistencyModel) - Method in class oracle.pgx.api.executionenvironment.ExecutionEnvironment
-
Sets the consistency model to be used with in-place updates (if enabled).
- setUpdateIntervalSec(int) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
- setUpdatePropertiesInPlace(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
enables in-pplace non-structural updates.
- setUpdateThreshold(int) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
- setUploadBatchSize(int) - Method in class oracle.pgx.config.ClientConfigBuilder
-
Sets the upload batch size
- setURI(String) - Method in class oracle.pg.rdbms.PGUtils.RDFPredicate
-
This method sets the URI of the RDF predicate
- setUri(String) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the unified resource identifier (URI) pointing to a file with graph data.
- setUris(Iterable<String>) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the unified resource identifier (URI) list pointing to multiple files with graph vertices data.
- setUris(String...) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the unified resource identifier (URI) list pointing to multiple files with graph vertices data.
- setUris(Iterable<String>) - Method in class oracle.pgx.config.FileEntityProviderConfigBuilder
-
Sets the unified resource identifier (URI) list pointing to multiple files with table data.
- setUris(String...) - Method in class oracle.pgx.config.FileEntityProviderConfigBuilder
-
Sets the unified resource identifier (URI) list pointing to multiple files with table data.
- setUseGraphletSize(boolean) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets whether to use or not the graphlet size (default: true)
- setUseGraphletSize(Boolean) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setUseIndexForReachabilityQueries(ReachabilityIndexCreationMode) - Method in class oracle.pgx.config.PgxConfigBuilder
-
create index for reachability queries
- setUseIndexForReachabilityQueries(ReachabilityIndexCreationMode) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
create index for reachability queries
- setUseInfiniband(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
If set to true
, InfiniBand will be used.
- setUseMemoryMapperForReadingPgb(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true, use memory mapped files for reading graphs in PGB format if possible; false always use s stream based implementation
- setUseMemoryMapperForReadingPgb(boolean) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
if true, use memory mapped files for reading graphs in PGB format if possible; false always use s stream based implementation
- setUseMemoryMapperForStoringPgb(boolean) - Method in class oracle.pgx.config.PgxConfigBuilder
-
if true, use memory mapped files for storing in PGB format if possible; if false always use a stream based implementation
- setUseMemoryMapperForStoringPgb(boolean) - Method in class oracle.pgx.config.RuntimeConfigBuilder
-
if true, use memory mapped files for storing in PGB format if possible; if false always use a stream based implementation
- setUseOpenmpThreadPool(boolean) - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfigBuilder
-
[Internal use only] If true
, use OpenMP based thread pool.
- setUsername(String) - Method in class oracle.pgx.config.ClientConfigBuilder
-
Sets the username
- setUsername(String) - Method in class oracle.pgx.config.EsEntityProviderConfigBuilder
-
Sets the username.
- setUsername(String) - Method in class oracle.pgx.config.mllib.DbModelLoadingConfiguration
-
- setUsername(String) - Method in class oracle.pgx.config.mllib.DbModelStoringConfiguration
-
- setUsername(String) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Sets the default username to use when connecting to database (for providers in RDBMS format only)
- setUsername(String) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the username
- setUsername(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the username.
- setUsername(String) - Method in class oracle.pgx.config.RdbmsEntityProviderConfigBuilder
-
Sets the username.
- setUsername(String) - Method in class oracle.pgx.config.RdfGraphConfigBuilder
-
- setUsername(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the username.
- setUserPrincipal(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the User Principal
- setUseVertexPropertyValueAsLabel(String) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Load the given property as vertex label.
- setValidationFraction(double) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets the fraction of training data on which to compute final loss (default: 0.05)
- setValidationFraction(double) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the fraction of training data on which to compute final loss (default: 0.05)
- setValidationFraction(double) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setValidationFraction(double) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setValue(V) - Method in class oracle.pg.text.Parameter
-
- setValues(Map<K, V>) - Method in class oracle.pgx.api.Property
-
- setValues(Map<K, V>, V) - Method in class oracle.pgx.api.Property
-
- setValuesAsync(Map<K, V>) - Method in class oracle.pgx.api.Property
-
Sets multiple property values.
- setValuesAsync(Map<K, V>, V) - Method in class oracle.pgx.api.Property
-
Sets multiple property values.
- setVectorComponentDelimiter(Character) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Set the delimiter for the components of vector properties
- setVectorComponentDelimiter(Character) - Method in class oracle.pgx.config.FileEntityProviderConfigBuilder
-
Set the delimiter for the components of vector properties
- setVertexBlockCacheSize(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Set the size of the block cache (in bytes) associated to the vertex table
- setVertexExtension(String) - Method in class oracle.pgx.config.FileGraphStoringConfigBuilder
-
Sets the vertex extension.
- setVertexFilterCallback(VertexFilterCallback) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Set the default VertexFilterCallback associated to this property graph
- setVertexIdColumn(Object) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the column containing the vertex id.
- setVertexIdPropertyType(PropertyType) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setVertexIdStrategy(IdStrategy) - Method in class oracle.pgx.api.GraphMetaData
-
- setVertexIdStrategy(IdStrategy) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the ID strategy used for the vertices of this graph
- setVertexIdType(IdType) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the type of vertex IDs
- setVertexIdType(IdType) - Method in class oracle.pgx.config.AbstractPgGraphConfigBuilder
-
- setVertexIdType(IdType) - Method in class oracle.pgx.config.RdfGraphConfigBuilder
-
- setVertexInitialNumRegions(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Set the initial number of regions defined for the Apache HBase Vertex tables associated to this property graph.
- setVertexInputPropertyNames(List<String>) - Method in class oracle.pgx.api.mllib.GraphWiseModelBuilder
-
Set the input features for the algorithm in the form of names of properties on the graph.
- setVertexInputPropertyNames(String...) - Method in class oracle.pgx.api.mllib.GraphWiseModelBuilder
-
Set the input features for the algorithm in the form of names of properties on the graph.
- setVertexInputPropertyNames(List<String>) - Method in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
- setVertexLabels(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the column name from where to get the vertex labels.
- setVertexLabelsColumn(Object) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the column containing the vertex labels.
- setVertexPropertyNames(Collection<String>) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the property names to consider for pg2vec model training (required input)
- setVertexPropertyNames(Collection<String>) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setVertexProviders(Iterable<? extends ConvertibleToEntityProviderConfigBuilder>) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Set the vertex providers of the graph
- setVertexProviders(ConvertibleToEntityProviderConfigBuilder...) - Method in class oracle.pgx.config.PartitionedGraphConfigBuilder
-
Set the vertex providers of the graph
- setVertexProvidersMetaData(Map<String, VertexProviderMetaData>) - Method in class oracle.pgx.api.GraphMetaData
-
Set the vertex tables metadata
- setVertexSndIndexBlockCacheSize(int) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Set the size of the block cache (in bytes) associated to the vertex secondary table This is a meta data operation, so changes to this setting will show after clearing the repository and recreating the vertex tables.
- setVertexTargetPropertyName(String) - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModelBuilder
-
Set the target (labels) for the algorithm in the form of a property name of the graph.
- setVertexTargetPropertyName(String) - Method in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- setVertexUris(Iterable<String>) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the unified resource identifier (URI) list pointing to multiple files with graph vertices data.
- setVertexUris(String...) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the unified resource identifier (URI) list pointing to multiple files with graph vertices data.
- setVertexViewName(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the vertex view name.
- setVerticesTableName(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
- setViewParallelHintDegree(Integer) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the parallel hint degree if loading from a view.
- 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
- setWalkLength(int) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets the length of the walks (default: 5)
- setWalkLength(int) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the length of the walks (default: 5)
- setWalkLength(int) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setWalkLength(int) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setWalksPerVertex(int) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets the number of walks to consider per vertex (default: 4)
- setWalksPerVertex(int) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the number of walks to consider per vertex (default: 4)
- setWalksPerVertex(int) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setWalksPerVertex(int) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setWeight(Double) - Method in class oracle.pg.rdbms.PGUtils.RDFPredicate
-
This method sets the weight of the property graph edge, only applicable to edges
- setWeight(Integer) - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
- setWeight(int) - Method in class oracle.pgx.config.AnalysisTaskConfigBuilder
-
the weight of the task.
- setWeightAsync(Integer) - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
Sets the weight to the given value
- setWeightedAggregationProperty(String) - Method in class oracle.pgx.api.mllib.GraphWiseConvLayerConfigBuilder
-
Set the graph property to be used for weighted aggregation.
- setWeightedAggregationProperty(String) - Method in class oracle.pgx.config.mllib.GraphWiseConvLayerConfig
-
- setWeightInitScheme(WeightInitScheme) - Method in class oracle.pgx.api.mllib.GraphWiseConvLayerConfigBuilder
-
Set the weight initialization scheme for the weights of this layer.
- setWeightInitScheme(WeightInitScheme) - Method in class oracle.pgx.api.mllib.GraphWisePredictionLayerConfigBuilder
-
Sets the weight initialization scheme for the weights of the layer.
- setWeightInitScheme(WeightInitScheme) - Method in class oracle.pgx.config.mllib.GraphWiseConvLayerConfig
-
- setWeightInitScheme(WeightInitScheme) - Method in class oracle.pgx.config.mllib.GraphWisePredictionLayerConfig
-
- setWindowSize(int) - Method in class oracle.pgx.api.mllib.DeepWalkModelBuilder
-
Sets the window size to consider while training the model (default: 5)
- setWindowSize(int) - Method in class oracle.pgx.api.mllib.Pg2vecModelBuilder
-
Sets the window size to consider while training the model (default: 5)
- setWindowSize(int) - Method in class oracle.pgx.config.mllib.DeepWalkModelConfig
-
- setWindowSize(int) - Method in class oracle.pgx.config.mllib.Pg2vecModelConfig
-
- setWithVisibleProperties(String...) - Method in class oracle.pgx.config.FrontierRedactedVerticesConfigBuilder
-
List of visible properties on the frontier redacted vertices
- setZkClientPort(int) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the ZooKeeper client port.
- setZkNodeParent(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the ZooKeeper node parent.
- setZkQuorum(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the ZooKeeper quorum.
- setZkSessionTimeout(int) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the ZooKeeper session timeout.
- 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.
- shortestPath(OracleVertex, OracleVertex, StringBuilder) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
Returns a shortest path in a string format.
- shortestPath(OracleVertex, OracleVertex, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
Returns a shortest path in a string format.
- shortestPath(Long, Long, StringBuilder) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
Returns a shortest path in a string format.
- shortestPath(Long, Long, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
Returns a shortest path in a string format.
- shortestPath(Long, Long, StringBuilder, String, StringBuilder, String, Long) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
Returns a shortest path in a string format.
- shortestPath(Connection, String, Long, Long, StringBuilder, StringBuilder, String, Long) - Static method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
Returns a shortest path in a string format.
- shortestPathBellmanFord(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Bellman-ford finds multiple shortest paths at the same time
- shortestPathBellmanFord(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Bellman-ford finds multiple shortest paths at the same time
- shortestPathBellmanFord(PgxGraph, ID, EdgeProperty<Double>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathBellmanFord(PgxGraph, ID, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathBellmanFordAsync(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Bellman-ford finds multiple shortest paths at the same time
- shortestPathBellmanFordAsync(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Bellman-ford finds multiple shortest paths at the same time
- shortestPathBellmanFordReverse(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Reversed bellman-ford finds multiple shortest paths at the same time
- shortestPathBellmanFordReverse(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Reversed bellman-ford finds multiple shortest paths at the same time
- shortestPathBellmanFordReverse(PgxGraph, ID, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathBellmanFordReverse(PgxGraph, ID, EdgeProperty<Double>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathBellmanFordReverseAsync(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Reversed bellman-ford finds multiple shortest paths at the same time
- shortestPathBellmanFordReverseAsync(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Reversed bellman-ford finds multiple shortest paths at the same time
- shortestPathCleanup(StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
-
This method does clean up after running shortest path calculations.
- shortestPathCleanup(StringBuilder, String) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
This method does clean up after running shortest path calculations.
- shortestPathDijkstra(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Dijkstra is a fast algorithm for finding a shortest path in a graph
- shortestPathDijkstra(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Dijkstra is a fast algorithm for finding a shortest path in a graph
- shortestPathDijkstra(PgxGraph, ID, ID, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathDijkstra(PgxGraph, ID, ID, EdgeProperty<Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathDijkstraAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Dijkstra is a fast algorithm for finding a shortest path in a graph
- shortestPathDijkstraAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Dijkstra is a fast algorithm for finding a shortest path in a graph
- shortestPathDijkstraBidirectional(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Bidirectional dijkstra is a fast algorithm for finding a shortest path in a graph
- shortestPathDijkstraBidirectional(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Bidirectional dijkstra is a fast algorithm for finding a shortest path in a graph
- shortestPathDijkstraBidirectional(PgxGraph, ID, ID, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathDijkstraBidirectional(PgxGraph, ID, ID, EdgeProperty<Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathDijkstraBidirectionalAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Bidirectional dijkstra is a fast algorithm for finding a shortest path in a graph
- shortestPathDijkstraBidirectionalAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Bidirectional dijkstra is a fast algorithm for finding a shortest path in a graph
- shortestPathDijkstraBidirectionalAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, String, String) - Method in class oracle.pgx.api.Analyst
-
- shortestPathFilteredDijkstra(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter) - Method in class oracle.pgx.api.Analyst
-
Filtered Dijkstra is a fast algorithm for finding a shortest path while also filtering edges
- shortestPathFilteredDijkstra(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Filtered Dijkstra is a fast algorithm for finding a shortest path while also filtering edges
- shortestPathFilteredDijkstra(PgxGraph, ID, ID, EdgeProperty<Double>, GraphFilter) - Method in class oracle.pgx.api.Analyst
-
- shortestPathFilteredDijkstra(PgxGraph, ID, ID, EdgeProperty<Double>, GraphFilter, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathFilteredDijkstraAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter) - Method in class oracle.pgx.api.Analyst
-
Filtered Dijkstra is a fast algorithm for finding a shortest path while also filtering edges
- shortestPathFilteredDijkstraAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Filtered Dijkstra is a fast algorithm for finding a shortest path while also filtering edges
- shortestPathFilteredDijkstraBidirectional(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter) - Method in class oracle.pgx.api.Analyst
-
Bidirectional dijkstra is a fast algorithm for finding a shortest path while also filtering edges
- shortestPathFilteredDijkstraBidirectional(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Bidirectional dijkstra is a fast algorithm for finding a shortest path while also filtering edges
- shortestPathFilteredDijkstraBidirectional(PgxGraph, ID, ID, EdgeProperty<Double>, GraphFilter) - Method in class oracle.pgx.api.Analyst
-
- shortestPathFilteredDijkstraBidirectional(PgxGraph, ID, ID, EdgeProperty<Double>, GraphFilter, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathFilteredDijkstraBidirectionalAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter) - Method in class oracle.pgx.api.Analyst
-
Bidirectional dijkstra is a fast algorithm for finding a shortest path while also filtering edges
- shortestPathFilteredDijkstraBidirectionalAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Bidirectional dijkstra is a fast algorithm for finding a shortest path while also filtering edges
- shortestPathFilteredDijkstraBidirectionalAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter, String, String) - Method in class oracle.pgx.api.Analyst
-
- shortestPathHopDist(PgxGraph, PgxVertex<ID>) - Method in class oracle.pgx.api.Analyst
-
Hop distance can give a relatively fast insight on the distances in a graph
- shortestPathHopDist(PgxGraph, PgxVertex<ID>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Hop distance can give a relatively fast insight on the distances in a graph
- shortestPathHopDist(PgxGraph, ID) - Method in class oracle.pgx.api.Analyst
-
- shortestPathHopDist(PgxGraph, ID, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathHopDistAsync(PgxGraph, PgxVertex<ID>) - Method in class oracle.pgx.api.Analyst
-
Hop distance can give a relatively fast insight on the distances in a graph
- shortestPathHopDistAsync(PgxGraph, PgxVertex<ID>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Hop distance can give a relatively fast insight on the distances in a graph
- shortestPathHopDistReverse(PgxGraph, PgxVertex<ID>) - Method in class oracle.pgx.api.Analyst
-
Backwards hop distance can give a relatively fast insight on the distances in a graph
- shortestPathHopDistReverse(PgxGraph, PgxVertex<ID>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Backwards hop distance can give a relatively fast insight on the distances in a graph
- shortestPathHopDistReverse(PgxGraph, ID) - Method in class oracle.pgx.api.Analyst
-
- shortestPathHopDistReverse(PgxGraph, ID, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathHopDistReverseAsync(PgxGraph, PgxVertex<ID>) - Method in class oracle.pgx.api.Analyst
-
Backwards hop distance can give a relatively fast insight on the distances in a graph
- shortestPathHopDistReverseAsync(PgxGraph, PgxVertex<ID>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Backwards hop distance can give a relatively fast insight on the distances in a graph
- shortestPathPrep(StringBuilder, String) - Method in interface oracle.pg.rdbms.OraclePropertyGraphAnalytics
-
This method does some preparation work before running one or multiple shortest path calculations.
- shortestPathPrep(StringBuilder, String) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
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(long, TimeUnit) - Method in interface oracle.pgx.api.admin.Control
-
gracefully shuts down the engine and cleans up resources.
- shutdownEngine(long, TimeUnit) - Method in class oracle.pgx.api.ServerInstance
-
- shutdownEngineAsync(long, TimeUnit) - Method in class oracle.pgx.api.ServerInstance
-
Gracefully shuts down the engine and cleans up resources.
- shutdownEngineNow() - Method in class oracle.pgx.api.ServerInstance
-
- shutdownEngineNowAsync() - Method in class oracle.pgx.api.ServerInstance
-
Forces the engine to stop and clean up resources.
- shutdownEngineNowIfRunning() - Method in class oracle.pgx.api.ServerInstance
-
- shutdownEngineNowIfRunningAsync() - Method in class oracle.pgx.api.ServerInstance
-
If the engine is currently up forces it to stop and clean up resources.
- shutdownNow() - Method in interface oracle.pgx.api.admin.Control
-
forces the engine to stop and clean up resources.
- shutdownNowIfRunning() - Method in interface oracle.pgx.api.admin.Control
-
- SIGMOID_CROSS_ENTROPY_LOSS - Static variable in class oracle.pgx.config.mllib.loss.LossFunctions
-
- SigmoidCrossEntropyLoss - Class in oracle.pgx.config.mllib.loss
-
- SigmoidCrossEntropyLoss() - Constructor for class oracle.pgx.config.mllib.loss.SigmoidCrossEntropyLoss
-
- 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.SQLUtils
-
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.
- 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.
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.BooleanType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.collection.SetType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.collection.VectorType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.DataType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.graph.EdgeType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.graph.VertexType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.numeric.DoubleType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.numeric.FloatType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.numeric.IntegerType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.numeric.LongType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.spatial.Point2dType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.StringType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.temporal.LocalDateType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.temporal.TimestampType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.temporal.TimestampWithTimezoneType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.temporal.TimeType
-
- simpleString() - Method in class oracle.pgx.api.frames.schema.datatypes.temporal.TimeWithTimezoneType
-
- simplify() - Method in class oracle.pgx.api.PgxGraph
-
- simplify(MutationStrategy) - Method in class oracle.pgx.api.PgxGraph
-
- simplify(String) - Method in class oracle.pgx.api.PgxGraph
-
- simplify(PgxGraph.MultiEdges, PgxGraph.SelfEdges, PgxGraph.TrivialVertices, PgxGraph.Mode, String) - Method in class oracle.pgx.api.PgxGraph
-
- simplify(Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, PgxGraph.MultiEdges, PgxGraph.SelfEdges, PgxGraph.TrivialVertices, PgxGraph.Mode, String) - Method in class oracle.pgx.api.PgxGraph
-
- simplifyAsync() - Method in class oracle.pgx.api.PgxGraph
-
- simplifyAsync(String) - Method in class oracle.pgx.api.PgxGraph
-
- simplifyAsync(PgxGraph.MultiEdges, PgxGraph.SelfEdges, PgxGraph.TrivialVertices, PgxGraph.Mode, String) - Method in class oracle.pgx.api.PgxGraph
-
- simplifyAsync(Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, PgxGraph.MultiEdges, PgxGraph.SelfEdges, PgxGraph.TrivialVertices, PgxGraph.Mode, String) - Method in class oracle.pgx.api.PgxGraph
-
Create a simplified version of a graph.
- simplifyAsync(MutationStrategy) - Method in class oracle.pgx.api.PgxGraph
-
- size(Iterable<E>) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
-
Returns the number of elements in the given Iterable object.
- size(Iterator<E>) - Static method in class oracle.pg.common.OraclePropertyGraphUtilsBase
-
Returns the number of elements in the given Iterable object.
- size() - Method in class oracle.pgx.api.Partition
-
Gets the size of this partition.
- size() - Method in class oracle.pgx.api.PgxCollection
-
- size() - Method in class oracle.pgx.api.PgxMap
-
- size() - Method in class oracle.pgx.api.Property
-
- sizeAsync() - Method in class oracle.pgx.api.PgxCollection
-
Gets the number of elements in this collection
- sizeAsync() - Method in class oracle.pgx.api.PgxMap
-
Returns the size of the map
- sizeAsync() - Method in class oracle.pgx.api.Property
-
Gets the size/length of this property.
- skipEdgeLoading() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- skipEdgeLoading() - Method in class oracle.pgx.config.GraphConfig
-
- skipEdges() - Method in class oracle.pgx.config.GraphLoadingConfig
-
whether or not to load the edges
- skipVertexLoading() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- skipVertexLoading() - Method in class oracle.pgx.config.GraphConfig
-
- skipVertices() - Method in class oracle.pgx.config.GraphLoadingConfig
-
whether or not to load the vertices
- SnapshotsSource - Enum in oracle.pgx.config
-
Enum to describe standard snapshot publishers.
- SOFTMAX_CROSS_ENTROPY_LOSS - Static variable in class oracle.pgx.config.mllib.loss.LossFunctions
-
- SoftmaxCrossEntropyLoss - Class in oracle.pgx.config.mllib.loss
-
- SoftmaxCrossEntropyLoss() - Constructor for class oracle.pgx.config.mllib.loss.SoftmaxCrossEntropyLoss
-
- SOLR_ENGINE - Static variable in class oracle.pg.text.OracleIndexParameters
-
This constant denotes the usage of a SolrCloud search engine
- sortByDegree() - Method in class oracle.pgx.api.PgxGraph
-
- sortByDegree(String) - Method in class oracle.pgx.api.PgxGraph
-
- sortByDegree(PgxGraph.SortOrder, PgxGraph.Degree, PgxGraph.Mode, String) - Method in class oracle.pgx.api.PgxGraph
-
- sortByDegree(Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, PgxGraph.SortOrder, PgxGraph.Degree, PgxGraph.Mode, String) - Method in class oracle.pgx.api.PgxGraph
-
- sortByDegreeAsync() - Method in class oracle.pgx.api.PgxGraph
-
Create a sorted version of a graph and all its properties.
- sortByDegreeAsync(String) - Method in class oracle.pgx.api.PgxGraph
-
Create a sorted version of a graph and all its properties.
- sortByDegreeAsync(PgxGraph.SortOrder, PgxGraph.Degree, PgxGraph.Mode, String) - Method in class oracle.pgx.api.PgxGraph
-
Create a sorted version of a graph and all its properties.
- sortByDegreeAsync(Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, PgxGraph.SortOrder, PgxGraph.Degree, PgxGraph.Mode, String) - Method in class oracle.pgx.api.PgxGraph
-
Create a sorted version of a graph and all its properties.
- sourceVertexKeyColumn(String) - Method in class oracle.pgx.api.frames.PgxEdgeProviderFromFramesCreator
-
Set the column name containing the source vertex keys
- SparkUtils - Class in oracle.pg.hbase
-
This class implements SparkUtilsBase and it provides a set of convenient helper methods to facilitate running Apache Spark tasks against property graph data stored in Apache HBase.
- SparkUtilsBase - Interface in oracle.pg.common
-
This interface defines some helper methods to facilitate running Apache Spark tasks against property graph data stored in one of the supported backend databases.
- sparsify(double) - Method in class oracle.pgx.api.PgxGraph
-
- sparsify(double, String) - Method in class oracle.pgx.api.PgxGraph
-
- sparsify(Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, double, String) - Method in class oracle.pgx.api.PgxGraph
-
- sparsifyAsync(double) - Method in class oracle.pgx.api.PgxGraph
-
- sparsifyAsync(double, String) - Method in class oracle.pgx.api.PgxGraph
-
- sparsifyAsync(Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, double, String) - Method in class oracle.pgx.api.PgxGraph
-
Sparsifies the given graph and returns a new graph with less edges.
- sparsifyGraph(float, int, int, StringBuilder, StringBuilder, StringBuilder, StringBuilder, String, String) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
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.SQLAnalyticsGraph
-
This method sparsifies a given graph (treated as undirected).
- sparsifyGraphCleanup(StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
This method does cleanup work before running graph sparsification.
- sparsifyGraphPrep(StringBuilder, StringBuilder, StringBuilder, StringBuilder, String) - Method in class oracle.pg.rdbms.SQLAnalyticsGraph
-
This method does preparation work before running graph sparsification.
- SpatialType - Class in oracle.pgx.api.frames.schema.datatypes.spatial
-
- SpatialType() - Constructor for class oracle.pgx.api.frames.schema.datatypes.spatial.SpatialType
-
- SQLAnalyticsGraph - Class in oracle.pg.rdbms
-
- SQLAnalyticsGraph() - Constructor for class oracle.pg.rdbms.SQLAnalyticsGraph
-
- SQLAnalyticsGraph(PgRdbmsGraphConfig) - Constructor for class oracle.pg.rdbms.SQLAnalyticsGraph
-
- SQLAnalyticsGraph.Sort - Enum in oracle.pg.rdbms
-
This enumeration denotes the sorting order for function getTopK
- SQLUtils - Class in oracle.pg.common
-
This class contains some useful helper SQL functions.
- SQLUtils() - Constructor for class oracle.pg.common.SQLUtils
-
- SQLUtils.DbFeature - Enum in oracle.pg.common
-
- STANDARD - Static variable in class oracle.pgx.config.mllib.batchgenerator.BatchGenerators
-
- StandardBatchGenerator - Class in oracle.pgx.config.mllib.batchgenerator
-
- StandardBatchGenerator() - Constructor for class oracle.pgx.config.mllib.batchgenerator.StandardBatchGenerator
-
- start() - Method in interface oracle.pgx.api.admin.Control
-
- start(PgxConfig) - Method in interface oracle.pgx.api.admin.Control
-
- start(Map<PgxConfig.Field, Object>) - Method in interface oracle.pgx.api.admin.Control
-
- start(InputStream) - Method in interface oracle.pgx.api.admin.Control
-
- start(String) - Method in interface oracle.pgx.api.admin.Control
-
- start(String, String, char[]) - Method in interface oracle.pgx.api.admin.Control
-
- 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 property names 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.
- startEngine(String) - Method in class oracle.pgx.api.ServerInstance
-
- startEngine() - Method in class oracle.pgx.api.ServerInstance
-
- startEngine(Map<PgxConfig.Field, Object>) - Method in class oracle.pgx.api.ServerInstance
-
- startEngine(InputStream) - Method in class oracle.pgx.api.ServerInstance
-
- startEngine(PgxConfig) - Method in class oracle.pgx.api.ServerInstance
-
- startEngineAsync() - Method in class oracle.pgx.api.ServerInstance
-
Starts the PGX engine.
- startEngineAsync(Map<PgxConfig.Field, Object>) - Method in class oracle.pgx.api.ServerInstance
-
Starts the PGX engine with a custom configuration.
- startEngineAsync(InputStream) - Method in class oracle.pgx.api.ServerInstance
-
Starts the PGX engine with a custom configuration.
- startEngineAsync(PgxConfig) - Method in class oracle.pgx.api.ServerInstance
-
Starts the PGX engine with a custom configuration.
- startEngineAsync(String) - Method in class oracle.pgx.api.ServerInstance
-
Starts the PGX engine with a custom configuration given as path.
- startTransaction() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Start a transaction.
- StartupLogEntryItem - Enum in oracle.pgx.api.admin
-
A list of each version info that got display on the console when the shell starts
- StartupLogging - Class in oracle.pgx.api.admin
-
- StartupLogging() - Constructor for class oracle.pgx.api.admin.StartupLogging
-
- 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 property names 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.
- 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
- store(String...) - Method in class oracle.pgx.api.frames.PgxFrameStorer
-
triggers the storing of the PgxFrame
- store(String, String) - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
- store(String, String, boolean) - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
- store() - Method in class oracle.pgx.api.mllib.ModelStorer
-
Trigger the storing, once all the parameters have been set (blocking version)
- store(String, String) - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
- store(String, String, boolean) - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
- store(String, String) - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModel
-
- store(String, String, boolean) - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModel
-
- store(String, String) - Method in class oracle.pgx.api.mllib.UnsupervisedGraphWiseModel
-
- store(String, String, boolean) - Method in class oracle.pgx.api.mllib.UnsupervisedGraphWiseModel
-
- store(Format, String) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, String) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, String, Set<String>, Set<String>) - Method in class oracle.pgx.api.PgxGraph
-
- store(Format, String, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, String, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, String, Set<String>, Set<String>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(Format, String, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, String, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, String, Set<String>, Set<String>, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(Format, String, int) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, String, int) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, String, int, Set<String>, Set<String>) - Method in class oracle.pgx.api.PgxGraph
-
- store(Format, String, int, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, String, int, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, String, int, Set<String>, Set<String>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(Format, String, int, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, String, int, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, String, int, Set<String>, Set<String>, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(Format, FileGraphStoringConfig) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, Map<String, FileGraphStoringConfig>, Map<String, FileGraphStoringConfig>) - Method in class oracle.pgx.api.PgxGraph
-
- store(Format, FileGraphStoringConfig, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, Map<String, FileGraphStoringConfig>, Map<String, FileGraphStoringConfig>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, Set<String>, Set<String>, Map<String, FileGraphStoringConfig>, Map<String, FileGraphStoringConfig>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(Format, FileGraphStoringConfig, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, Map<String, FileGraphStoringConfig>, Map<String, FileGraphStoringConfig>, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(ProviderFormat, Set<String>, Set<String>, Map<String, FileGraphStoringConfig>, Map<String, FileGraphStoringConfig>, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(GraphConfig, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- store(GraphConfig, Set<String>, Set<String>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- storeAsync(String...) - Method in class oracle.pgx.api.frames.PgxCsvFrameStorer
-
trigger the async storing of the PgxFrame
- storeAsync(String...) - Method in class oracle.pgx.api.frames.PgxDbFrameStorer
-
trigger the async storing of the PgxFrame
- storeAsync(String...) - Method in class oracle.pgx.api.frames.PgxFrameStorer
-
trigger the async storing of the PgxFrame
- storeAsync(String...) - Method in class oracle.pgx.api.frames.PgxGenericFrameStorer
-
triggers the async storing of the PgxFrame
- storeAsync(String...) - Method in class oracle.pgx.api.frames.PgxPgbFrameStorer
-
trigger the async storing of the PgxFrame
- storeAsync() - Method in class oracle.pgx.api.mllib.DbModelStorer
-
- storeAsync(String, String) - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Stores the DeepWalk model in the specified path, with encryption.
- storeAsync(String, String, boolean) - Method in class oracle.pgx.api.mllib.DeepWalkModel
-
Stores the DeepWalk model in the specified path, with encryption.
- storeAsync() - Method in class oracle.pgx.api.mllib.FileModelStorer
-
- storeAsync() - Method in class oracle.pgx.api.mllib.GenericModelStorer
-
- storeAsync() - Method in class oracle.pgx.api.mllib.ModelStorer
-
Trigger the storing, once all the parameters have been set (async version)
- storeAsync(String, String) - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Stores the Pg2vec model in the specified path, with encryption.
- storeAsync(String, String, boolean) - Method in class oracle.pgx.api.mllib.Pg2vecModel
-
Stores the Pg2vec model in the specified path, with encryption.
- storeAsync(String, String) - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModel
-
Stores the GraphWise model in the specified path, with encryption.
- storeAsync(String, String, boolean) - Method in class oracle.pgx.api.mllib.SupervisedGraphWiseModel
-
Stores the GraphWise model in the specified path, with encryption.
- storeAsync(String, String) - Method in class oracle.pgx.api.mllib.UnsupervisedGraphWiseModel
-
Stores the GraphWise model in the specified path, with encryption.
- storeAsync(String, String, boolean) - Method in class oracle.pgx.api.mllib.UnsupervisedGraphWiseModel
-
Stores the GraphWise model in the specified path, with encryption.
- storeAsync(Format, String) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format on a file system.
- storeAsync(ProviderFormat, String) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format on a file system.
- storeAsync(ProviderFormat, String, Set<String>, Set<String>) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format on a file system.
- storeAsync(Format, String, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format on a file system.
- storeAsync(ProviderFormat, String, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format on a file system.
- storeAsync(ProviderFormat, String, Set<String>, Set<String>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format on a file system.
- storeAsync(Format, String, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format on a file system.
- storeAsync(ProviderFormat, String, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format on a file system.
- storeAsync(ProviderFormat, String, Set<String>, Set<String>, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format on a file system.
- storeAsync(Format, String, int) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(ProviderFormat, String, int) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(ProviderFormat, String, int, Set<String>, Set<String>) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(Format, String, int, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(ProviderFormat, String, int, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(ProviderFormat, String, int, Set<String>, Set<String>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(Format, String, int, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(ProviderFormat, String, int, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(ProviderFormat, String, int, Set<String>, Set<String>, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(Format, FileGraphStoringConfig) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(ProviderFormat, Map<String, FileGraphStoringConfig>, Map<String, FileGraphStoringConfig>) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(Format, FileGraphStoringConfig, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(ProviderFormat, Map<String, FileGraphStoringConfig>, Map<String, FileGraphStoringConfig>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(ProviderFormat, Set<String>, Set<String>, Map<String, FileGraphStoringConfig>, Map<String, FileGraphStoringConfig>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(Format, FileGraphStoringConfig, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(ProviderFormat, Map<String, FileGraphStoringConfig>, Map<String, FileGraphStoringConfig>, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(ProviderFormat, Set<String>, Set<String>, Map<String, FileGraphStoringConfig>, Map<String, FileGraphStoringConfig>, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a given file format in multiple partitions on a file system.
- storeAsync(GraphConfig, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a file or database.
- storeAsync(GraphConfig, Set<String>, Set<String>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a file or database.
- 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.
- STRATIFIED_OVERSAMPLING - Static variable in class oracle.pgx.config.mllib.batchgenerator.BatchGenerators
-
- StratifiedOversamplingBatchGenerator - Class in oracle.pgx.config.mllib.batchgenerator
-
- StratifiedOversamplingBatchGenerator() - Constructor for class oracle.pgx.config.mllib.batchgenerator.StratifiedOversamplingBatchGenerator
-
- stream() - Method in class oracle.pgx.api.PgxCollection
-
Creates a new sequential or parallel Stream
from Spliterator
.
- STRING_TYPE - Static variable in class oracle.pgx.api.frames.schema.datatypes.DataTypes
-
- StringPoolingStrategy - Enum in oracle.pgx.config
-
- StringType - Class in oracle.pgx.api.frames.schema.datatypes
-
- StringType() - Constructor for class oracle.pgx.api.frames.schema.datatypes.StringType
-
- stripSchema(Connection, String) - Static method in class oracle.pg.common.SQLUtils
-
- strToSerializable(String) - Static method in class oracle.pg.common.HelperUtilities
-
Convert from a String encoding to a Serializable object
- 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.
- SupervisedGnnExplanation<ID> - Class in oracle.pgx.api.mllib
-
- SupervisedGraphWiseModel - Class in oracle.pgx.api.mllib
-
A variant of GraphSAGE.
- SupervisedGraphWiseModel(PgxSession, Core, Supplier<String>, Supplier<char[]>, BiFunction<PgxSession, Graph, PgxGraph>, SupervisedGraphWiseModelMetadata) - Constructor for class oracle.pgx.api.mllib.SupervisedGraphWiseModel
-
This constructor should never be used to get a model.
- SupervisedGraphWiseModel(PgxSession, Core, Supplier<String>, Supplier<char[]>, BiFunction<PgxSession, Graph, PgxGraph>, ModelMetadata) - Constructor for class oracle.pgx.api.mllib.SupervisedGraphWiseModel
-
- SupervisedGraphWiseModel.SupervisedGraphWiseInferenceType - Enum in oracle.pgx.api.mllib
-
- supervisedGraphWiseModelBuilder() - Method in class oracle.pgx.api.Analyst
-
Return a SupervisedGraphWise model builder that can be used to set the configuration of the model and then create it.
- SupervisedGraphWiseModelBuilder - Class in oracle.pgx.api.mllib
-
Builder for
SupervisedGraphWiseModel
The builder can be used to set the configuration of the model and create the model object.
- SupervisedGraphWiseModelBuilder(PgxSession, Core, Supplier<String>, Supplier<char[]>, BiFunction<PgxSession, Graph, PgxGraph>) - Constructor for class oracle.pgx.api.mllib.SupervisedGraphWiseModelBuilder
-
- SupervisedGraphWiseModelConfig - Class in oracle.pgx.config.mllib
-
Configuration class for SupervisedGraphWiseModel
.
- SupervisedGraphWiseModelConfig() - Constructor for class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- SupervisedGraphWiseModelConfig(int, int, double, int, Integer, GraphWiseConvLayerConfig[], boolean, boolean, List<String>, List<String>, boolean, double, int, int, SupervisedGraphWiseModelConfig.LossFunction, LossFunction, BatchGenerator, GraphWisePredictionLayerConfig[], boolean, String, LabelMaps, GraphWiseModelConfig.Backend) - Constructor for class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- SupervisedGraphWiseModelConfig(SupervisedGraphWiseModelConfig) - Constructor for class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
- SUPPORTED_INPUT_TYPES - Static variable in class oracle.pgx.config.mllib.GraphWiseModelConfig
-
BOOLEAN, FLOAT, DOUBLE
- SUPPORTED_LABEL_TYPES - Static variable in class oracle.pgx.config.mllib.SupervisedGraphWiseModelConfig
-
INTEGER, STRING, BOOLEAN, LONG
- supportsEdgeLabel() - Method in enum oracle.pgx.config.Format
-
- supportsEdgeLabel(Format) - Static method in class oracle.pgx.config.GraphConfig
-
Check if a format supports having an edge label or not
- supportsEdgeLabel() - Method in class oracle.pgx.config.GraphConfig
-
Check if this graph configuration's format supports having an edge label or not
- supportsLoadingVertexLabelFromProperty() - Method in enum oracle.pgx.config.Format
-
- supportsPartitioningWhileLoading() - Method in enum oracle.pgx.config.Format
-
- supportsPropertyColumn(ProviderFormat) - Static method in class oracle.pgx.config.EntityProviderConfig
-
Check if a format support having a column indication for properties
- supportsPropertyColumn() - Method in class oracle.pgx.config.EntityProviderConfig
-
Check if this provider configuration's format supports having a column indication for properties
- supportsPropertyColumn() - Method in enum oracle.pgx.config.Format
-
- supportsPropertyColumn(Format) - Static method in class oracle.pgx.config.GraphConfig
-
Check if a format support having a column indication for properties
- supportsPropertyColumn() - Method in class oracle.pgx.config.GraphConfig
-
Check if this graph configuration's format supports having a column indication for properties
- supportsPropertyColumn() - Method in enum oracle.pgx.config.ProviderFormat
-
Check if format support having a column indication for properties
- supportsPropertyConversion() - Method in enum oracle.pgx.config.Format
-
- supportsPropertyConversion() - Method in enum oracle.pgx.config.ProviderFormat
-
- supportsSkippingEdges() - Method in enum oracle.pgx.config.Format
-
- supportsSkippingVertices() - Method in enum oracle.pgx.config.Format
-
- supportsVectorProperties() - Method in class oracle.pgx.config.AbstractEsEntityProviderConfig
-
Check if this graph configuration's format supports having vector properties or not
- supportsVectorProperties() - Method in class oracle.pgx.config.AbstractRdbmsEntityProviderConfig
-
Check if this graph configuration's format supports having vector properties or not
- supportsVectorProperties() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
Check if this graph configuration's format supports having vector properties or not
- supportsVectorProperties(ProviderFormat) - Static method in class oracle.pgx.config.EntityProviderConfig
-
Check if a format support having vector properties or not
- supportsVectorProperties() - Method in class oracle.pgx.config.EntityProviderConfig
-
Check if this graph configuration's format supports having vector properties or not
- supportsVectorProperties() - Method in enum oracle.pgx.config.Format
-
- supportsVectorProperties(Format) - Static method in class oracle.pgx.config.GraphConfig
-
Check if a format support having vector properties or not
- supportsVectorProperties() - Method in class oracle.pgx.config.GraphConfig
-
Check if this graph configuration's format supports having vector properties or not
- supportsVectorProperties() - Method in enum oracle.pgx.config.ProviderFormat
-
Check if format support having vector properties or not
- supportsVertexLabels() - Method in enum oracle.pgx.config.Format
-
- supportsVertexLabels(Format) - Static method in class oracle.pgx.config.GraphConfig
-
Check if a format support having an vertex labels or not
- supportsVertexLabels() - Method in class oracle.pgx.config.GraphConfig
-
Check if this graph configuration's format supports having an vertex labels or not
- supportVertexLabels() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Validates if the property graph instance support vertex labels
- supportVertexLabels() - Method in class oracle.pg.rdbms.OraclePropertyGraph
-
- sync() - Method in interface oracle.pgx.api.Synchronizer
-
Synchronize changes from the external data source.
- syncCache() - Method in class oracle.pg.common.ParametersBase
-
Returns true if the underlying vertex cache and edge cache are synchronized
- Synchronizer - Interface in oracle.pgx.api
-
Synchronizes changes in an external data source with a PGX graph.
- Synchronizer.Builder<T extends Synchronizer> - Class in oracle.pgx.api
-
- SYSTEM_PROPERTY_PREFIX - Static variable in class oracle.pgx.config.AbstractConfig
-
- validate() - Method in class oracle.pgx.config.AbstractDataMemoryLimitsConfig
-
- validate() - Method in class oracle.pgx.config.AbstractEngineConfig
-
- validate() - Method in class oracle.pgx.config.AbstractPgxConfig
-
- validateEdgeFlatFileSyntax(InputStream, boolean, PrintStream) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
-
This method validates the syntax of given PG edge file
- validateIndexManager() - Method in interface oracle.pg.common.OracleIndexableGraph
-
- validateInput(DataMemoryLimitType, String, Double, boolean) - Static method in class oracle.pgx.config.DataMemoryLimit
-
- validateIsNumericColumn(int) - Static method in class oracle.pg.common.SQLUtils
-
- validateLabel(String) - Static method in class oracle.pg.common.OracleElementHelper
-
- validateMaxDataMemoryLimit(DataMemoryLimitType) - Method in class oracle.pgx.config.AbstractDataMemoryLimitsConfig
-
- validateMixedElementIds(Class<? extends OracleElementBase>, Object...) - Static method in class oracle.pg.common.OracleElementHelper
-
- validatePGFlatFiles(String, String, boolean) - Static method in class oracle.pg.rdbms.OraclePropertyGraphUtils
-
This method validates the syntax of given PG vertex and edge file
- validateProperty(String, Object) - Static method in class oracle.pg.common.OracleElementHelper
-
- 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
- value() - Method in class oracle.pg.common.OraclePropertyBase
-
Get the value of the property
- value() - Method in class oracle.pg.common.OracleVertexPropertyBase
-
Get the value of a Property given it's key.
- valueOf(String) - Static method in enum oracle.pg.common.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pg.common.OpCallback.UpdateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pg.common.OracleElement.FLAG
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pg.common.OraclePropertyGraphBase.CacheStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pg.common.OraclePropertyGraphBase.OptimizationFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pg.common.OraclePropertyGraphConstants.QueueAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pg.common.SQLUtils.DbFeature
-
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
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pg.rdbms.pgql.PgqlColumnDescriptor.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pg.rdbms.pgql.PgqlSqlModifyTrans.ModificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pg.rdbms.pgql.PgqlSqlTrans.TranslationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pg.rdbms.SQLAnalyticsGraph.Sort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pg.text.OracleIndex.SEARCH_ENGINE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.admin.StartupLogEntryItem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.executionenvironment.ExecutionEnvironmentField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.expansion.PropertyMergeStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.filter.FilterStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.filter.FilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.GmCompilerOptimization
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.mllib.SupervisedGraphWiseModel.SupervisedGraphWiseInferenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.mllib.UnsupervisedGraphWiseModel.UnsupervisedGraphWiseInferenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.PgqlResultElement.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.PgxGraph.Degree
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.PgxGraph.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.PgxGraph.MultiEdges
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.PgxGraph.SelfEdges
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.PgxGraph.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.PgxGraph.TrivialVertices
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.api.PoolType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.auth.PgxGeneralPermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.auth.PgxResource.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.auth.PgxResourcePermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.types.ArgumentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.types.AuthorizationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.types.ChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.types.CollectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.types.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.types.EntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.types.IdStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.types.IdType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.types.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.types.PropertyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.common.types.ReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.Aggregate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.AnalysisTaskConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.AuthorizationEntityConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.AuthorizationEntityPermissionConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.AuthorizationLocationConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.BasicSchedulerConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.ClientConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.Compiler
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.DataMemoryLimitsConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.DataMemoryLimitType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.DbEngine
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.EnterpriseSchedulerConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.EsEntityProviderConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.ExternalStoreConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.FileEntityProviderConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.FileGraphConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.FileGraphStoringConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.FilterExpressionConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.FrontierRedactedVerticesConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.FrontierTypeStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.GraphBuilderConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.GraphErrorHandlingConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.GraphLoadingConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.GraphOptimizedFor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.GraphPropertyConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.GraphValidationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.IdGenerationStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.InteractionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.LinkTemplate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.MemoryAllocationStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.mllib.ActivationFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.mllib.batchgenerator.BatchGenerator.BatchGeneratorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.mllib.GraphWiseDgiLayerConfig.Discriminator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.mllib.GraphWiseDgiLayerConfig.ReadoutFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.mllib.GraphWiseModelConfig.Backend
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.mllib.loss.LossFunction.LossType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.mllib.ModelDatasource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.mllib.ModelKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.mllib.UnsupervisedGraphWiseModelConfig.LossFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.mllib.WeightInitScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.OnAddExistingElement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.OnInvalidChange
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.OnMismatch
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.OnMissingVertex
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.OnRequiredConversion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.PartitionedGraphConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.PartitionWhileLoading
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.PgHbaseGraphConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.PgRdbmsGraphConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.PgxConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.PgxConfigPermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.PreloadGraphConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.PropertiesRedactionRuleConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.ProviderFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.ProviderLoadingConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.RandomGeneratorStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.RdbmsEntityProviderConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.RdfAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.RdfGraphConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.RdfGraphPrefixConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.ReachabilityIndexCreationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.RealmConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.RuntimeConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.SchedulerStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.SnapshotsSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.StringPoolingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.TaskPriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.TwoTablesDatastore
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.TwoTablesRdbmsGraphConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.TwoTablesTextGraphConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.UdfConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.UdfFunctionArgumentConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.UdfFunctionConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.UdfLanguage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.UpdateConsistencyModel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum oracle.pg.common.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pg.common.OpCallback.UpdateType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pg.common.OracleElement.FLAG
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pg.common.OraclePropertyGraphBase.CacheStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pg.common.OraclePropertyGraphBase.OptimizationFlag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pg.common.OraclePropertyGraphConstants.QueueAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pg.common.SQLUtils.DbFeature
-
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
-
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pg.rdbms.pgql.PgqlColumnDescriptor.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.pgql.PgqlSqlModifyTrans.ModificationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pg.rdbms.pgql.PgqlSqlTrans.TranslationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pg.rdbms.SQLAnalyticsGraph.Sort
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pg.text.OracleIndex.SEARCH_ENGINE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.admin.StartupLogEntryItem
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.executionenvironment.ExecutionEnvironmentField
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.expansion.PropertyMergeStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.filter.FilterStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.filter.FilterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.GmCompilerOptimization
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.mllib.SupervisedGraphWiseModel.SupervisedGraphWiseInferenceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.mllib.UnsupervisedGraphWiseModel.UnsupervisedGraphWiseInferenceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.PgqlResultElement.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.PgxGraph.Degree
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.PgxGraph.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.PgxGraph.MultiEdges
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.PgxGraph.SelfEdges
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.PgxGraph.SortOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.PgxGraph.TrivialVertices
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.api.PoolType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.auth.PgxGeneralPermission
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.auth.PgxResource.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.auth.PgxResourcePermission
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.types.ArgumentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.types.AuthorizationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.types.ChangeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.types.CollectionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.types.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.types.EntityType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.types.IdStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.types.IdType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.types.OperationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.types.PropertyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.common.types.ReturnType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.Aggregate
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.AnalysisTaskConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.AuthorizationEntityConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.AuthorizationEntityPermissionConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.AuthorizationLocationConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.BasicSchedulerConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.ClientConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.Compiler
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.DataMemoryLimitsConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.DataMemoryLimitType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.DbEngine
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.EnterpriseSchedulerConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.EsEntityProviderConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.ExternalStoreConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.FileEntityProviderConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.FileGraphConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.FileGraphStoringConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.FilterExpressionConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.Format
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.FrontierRedactedVerticesConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.FrontierTypeStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.GraphBuilderConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.GraphErrorHandlingConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.GraphLoadingConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.GraphOptimizedFor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.GraphPropertyConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.GraphValidationLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.IdGenerationStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.InteractionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.LinkTemplate
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.MemoryAllocationStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.mllib.ActivationFunction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.mllib.batchgenerator.BatchGenerator.BatchGeneratorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.mllib.GraphWiseDgiLayerConfig.Discriminator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.mllib.GraphWiseDgiLayerConfig.ReadoutFunction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.mllib.GraphWiseModelConfig.Backend
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.mllib.loss.LossFunction.LossType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.mllib.ModelDatasource
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.mllib.ModelKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.mllib.UnsupervisedGraphWiseModelConfig.LossFunction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.mllib.WeightInitScheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.OnAddExistingElement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.OnInvalidChange
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.OnMismatch
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.OnMissingVertex
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.OnRequiredConversion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.PartitionedGraphConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.PartitionWhileLoading
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.PgHbaseGraphConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.PgRdbmsGraphConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.PgxConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.PgxConfigPermission
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.PreloadGraphConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.PropertiesRedactionRuleConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.ProviderFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.ProviderLoadingConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.RandomGeneratorStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.RdbmsEntityProviderConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.RdfAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.RdfGraphConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.RdfGraphPrefixConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.ReachabilityIndexCreationMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.RealmConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.RuntimeConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.SchedulerStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.SnapshotsSource
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.StringPoolingStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.TaskPriority
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.TwoTablesDatastore
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.TwoTablesRdbmsGraphConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.TwoTablesTextGraphConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.UdfConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.UdfFunctionArgumentConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.UdfFunctionConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.UdfLanguage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.UpdateConsistencyModel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- vector(DataType, int) - Static method in class oracle.pgx.api.frames.schema.datatypes.DataTypes
-
- VectorType - Class in oracle.pgx.api.frames.schema.datatypes.collection
-
- VectorType(DataType, Integer) - Constructor for class oracle.pgx.api.frames.schema.datatypes.collection.VectorType
-
- verify(Object) - Method in enum oracle.pgx.api.executionenvironment.ExecutionEnvironmentField
-
checks that the type matches the one of value
and then checks the validity using the provided validators
- VersionConfig - Class in oracle.pgx.config
-
- VersionConfig() - Constructor for class oracle.pgx.config.VersionConfig
-
- 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_LABEL - Static variable in interface oracle.pg.common.OraclePropertyGraphConstants
-
This constant denotes the identifier assigned to a Vertex Label
- VERTEX_LABEL_PROP - Static variable in interface oracle.pg.text.OracleIndex
-
A constant text index field name for the label of a vertex
- VERTEX_TYPE - Static variable in class oracle.pgx.api.frames.schema.datatypes.DataTypes
-
- vertexBetweennessCentrality(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Betweenness centrality measures the centrality of the vertices to identify important vertices for the flow of information
- vertexBetweennessCentrality(PgxGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Betweenness centrality measures the centrality of the vertices to identify important vertices for the flow of information
- vertexBetweennessCentralityAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Betweenness centrality measures the centrality of the vertices to identify important vertices for the flow of information
- vertexBetweennessCentralityAsync(PgxGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Betweenness centrality measures the centrality of the vertices to identify important vertices for the flow of information
- VertexBuilder<VID> - Interface in oracle.pgx.api
-
- VertexBuilderImpl<ID> - Class in oracle.pgx.api.graphbuilder
-
- VertexBuilderImpl(GraphBuilderImpl<ID>, ID) - Constructor for class oracle.pgx.api.graphbuilder.VertexBuilderImpl
-
- VertexBuilderImpl(GraphBuilderImpl<ID>, ID, boolean) - Constructor for class oracle.pgx.api.graphbuilder.VertexBuilderImpl
-
- VertexCache - Class in oracle.pg.common
-
This class implements a cache layer for OracleVertexBase objects.
- 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.
- VertexCollection<ID> - Class in oracle.pgx.api
-
A collection of vertices.
- VertexFilter - Class in oracle.pgx.api.filter
-
A class that wraps a filter expression supposed to be evaluated on each vertex of the graph
- VertexFilterCallback - Interface in oracle.pg.common
-
This interface defines the API to filter vertices.
- vertexKeyColumn(String) - Method in class oracle.pgx.api.frames.PgxVertexProviderFromFramesCreator
-
Set the column name containing the vertex keys
- VertexLabels<ID> - Class in oracle.pgx.api
-
- VertexLabels(PgxGraph, Property) - Constructor for class oracle.pgx.api.VertexLabels
-
- VertexModifier<VID> - Interface in oracle.pgx.api
-
- VertexModifierImpl<VID> - Class in oracle.pgx.api.graphbuilder
-
- VertexModifierImpl(GraphChangeSetImpl<VID>, VID) - Constructor for class oracle.pgx.api.graphbuilder.VertexModifierImpl
-
- VertexModifierImpl(GraphChangeSetImpl<VID>, VID, boolean) - Constructor for class oracle.pgx.api.graphbuilder.VertexModifierImpl
-
- 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
- vertexPropertiesMergingStrategy(PropertyMergeStrategy) - Method in class oracle.pgx.api.expansion.AbstractGraphExpander
-
- VertexProperty<ID,V> - Class in oracle.pgx.api
-
- vertexProvider(String, PgxFrame) - Method in class oracle.pgx.api.frames.AbstractPgxEntityProviderFromFramesCreator
-
- vertexProvider(String, PgxFrame) - Method in class oracle.pgx.api.frames.PgxGraphFromFramesCreator
-
Add a new vertex provider to the graph creator
- VertexProviderMetaData - Class in oracle.pgx.api
-
Meta information about a vertex provider in a
PgxGraph
.
- VertexProviderMetaData(String, IdType, Set<String>, List<PropertyMetaData>, Set<String>, Set<String>) - Constructor for class oracle.pgx.api.VertexProviderMetaData
-
- VertexProviderMetaData(VertexProviderMetaData) - Constructor for class oracle.pgx.api.VertexProviderMetaData
-
- VertexSequence<ID> - Class in oracle.pgx.api
-
An ordered sequence of vertices which may contain duplicates.
- VertexSet<ID> - Class in oracle.pgx.api
-
An unordered set of vertices (no duplicates).
- VertexType - Class in oracle.pgx.api.frames.schema.datatypes.graph
-
- VertexType() - Constructor for class oracle.pgx.api.frames.schema.datatypes.graph.VertexType
-
- vertices(Direction) - Method in class oracle.pg.common.OracleEdgeBase
-
Review the vertex (or vertices) associated with this edge as defined by the direction.
- vertices() - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Return an iterable to all the vertices in the graph.
- vertices(Object...) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Get the Vertex objects in this graph with the provided vertex ids or Vertex objects.
- vertices(Direction, String...) - Method in class oracle.pg.common.OracleVertexBase
-
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
- vertices(Direction, OraclePropertyGraphBase.OptimizationFlag, String...) - Method in class oracle.pg.common.OracleVertexBase
-
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
- vertices(Direction, OraclePropertyGraphBase.OptimizationFlag, String...) - Method in class oracle.pg.hbase.OracleVertex
-
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
- verticesByIds(Object[]) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Return an iterable to the vertices in the graph identified by the specified requestedIds
- verticesByIds(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
- verticesByProperty(String, Object) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Return an iterable to all matching vertices that have a particular key/value property.
- verticesByProperty(String, Object, boolean) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Return an iterable to all matching vertices that have a particular key/value property.
- verticesByProperty(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.
- verticesByProperty(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.
- verticesByProperty(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.
- verticesByProperty(String, Object, Class, boolean, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
- verticesByPropertyKey(String) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Return an Iterator
to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
- verticesByPropertyKey(String[]) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Return an Iterator
to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
- verticesByPropertyKey(String[], VertexFilterCallback) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Return an Iterator
to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
- verticesByPropertyKey(String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.common.OraclePropertyGraphBase
-
Return an Iterator
to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
- verticesByPropertyKey(String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Return an Iterator
to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
- verticesByPropertyKey(String[], VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag, int) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Return an Iterator
to all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
- verticesPartitioned(Connection[], boolean, int) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets an array of Iterator
objects that hold all the vertices in the graph.
- verticesPartitioned(Connection[], boolean, int, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets an array of Iterator
objects that hold all the vertices in the graph.
- verticesPartitioned(Connection[], boolean, int, VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets an array of Iterator
objects that hold all the vertices in the graph that satisfy the specified vertex filter callback.
- verticesPartitioned(Connection[], boolean, int, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets an array of Iterator
objects that hold all the vertices in the graph.
- verticesPartitioned(Connection[], boolean, int, String) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets an array of Iterator
objects that hold all the vertices in the graph that have a particular key.
- verticesPartitioned(Connection[], boolean, int, String, boolean) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets an array of Iterator
objects that hold all the vertices in the graph that have a particular key.
- verticesPartitioned(Connection[], boolean, int, String[]) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets an array of Iterator
objects that hold all the vertices in the graph that have any of the specified keys.
- verticesPartitioned(Connection[], boolean, int, String[], boolean, VertexFilterCallback) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets an array of Iterator
objects that hold all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.
- verticesPartitioned(Connection[], boolean, int, String[], boolean, VertexFilterCallback, OraclePropertyGraphBase.OptimizationFlag) - Method in class oracle.pg.hbase.OraclePropertyGraph
-
Gets an array of Iterator
objects that hold all the vertices in the graph that have any of the specified keys and satisfy the specified vertex filter callback.