- 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
-
- get(int) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element index as an Object
- get(String) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element name as an Object
- 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
-
- get() - Static method in class oracle.pgx.config.AbstractPgxConfig
-
- get() - Static method in class oracle.pgx.config.AbstractRuntimeConfig
-
- getAcceptedPredicates() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- getAcceptedPredicates() - Method in class oracle.pgx.config.RdfGraphConfig
-
predicates of triples that are transformed to edges
- getAddExistingEdgePolicy() - Method in class oracle.pgx.api.graphbuilder.Changes
-
- getAddExistingVertexPolicy() - Method in class oracle.pgx.api.graphbuilder.Changes
-
- getAddress() - Method in class oracle.pgx.api.DataListener
-
- getAdminRequestCacheTimeout() - Method in class oracle.pgx.config.PgxConfig
-
after how many seconds admin request results get removed from the cache.
- getAnalysisEnvironment() - Method in class oracle.pgx.api.executionenvironment.ExecutionEnvironment
-
- getAnalysisTaskConfig() - Method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
configuration for analysis tasks
- 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
-
- getAttributes() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
Get the file-system specific additional attributes needed to read/write the graph data
- getAttributes() - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
Get the additional attributes specified for this PG config
- getAttributes() - Method in class oracle.pgx.config.FileGraphConfig
-
file-system specific additional attributes needed to read/write the graph data
- getAttributes() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
additional attributes
- getAttributes() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
additional attributes
- getAttributes() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
additional attributes
- getAttributes() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
file-system specific additional attributes needed to read/write the graph data
- 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
-
- getAvailableSnapshots(GraphConfig) - Method in class oracle.pgx.api.PgxSession
-
- getAvailableSnapshotsAsync(PgxGraph) - Method in class oracle.pgx.api.PgxSession
-
Gets a list of available in-memory snapshots of a given snapshot.
- getAvailableSnapshotsAsync(GraphConfig) - Method in class oracle.pgx.api.PgxSession
-
Gets a list of available in-memory snapshots of a graph described by a graph configuration.
- 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
- 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
- getBfsThresholdReadBased() - Method in class oracle.pgx.config.PgxConfig
-
threshold of BFS traversal level items to switch to read-based visiting strategy
- getBfsThresholdReadBased() - Method in class oracle.pgx.config.RuntimeConfig
-
threshold of BFS traversal level items 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.pgx.api.PgqlResult
-
Gets the value of the designated element by element index as an Boolean
- getBoolean(String) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element name as an 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.
- getCc() - Method in class oracle.pgx.config.PgxConfig
-
(only relevant if native analysis is enabled) C++ compiler executable (either absolute path or resolvable via $PATH
)
- getCctraceOut() - Method in class oracle.pgx.config.PgxConfig
-
[relevant for cctrace] when cctrace is enabled, specifies a path to a file where cctrace should log to.
- getCflags() - Method in class oracle.pgx.config.PgxConfig
-
(only relevant if native analysis is enabled) flags for C++ compiler
- getCharacterSet() - Method in class oracle.pgx.config.AbstractRuntimeConfig
-
- 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() - Method in class oracle.pgx.config.AbstractRuntimeConfig
-
- getCleanedBaseUrl() - Method in class oracle.pgx.config.AbstractClientConfig
-
- 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.
- getCollectionType() - Method in class oracle.pgx.api.PgxCollection
-
Gets the collection type.
- getCompiledProgram(String) - Method in class oracle.pgx.api.PgxSession
-
- getCompiledProgramAsync(String) - Method in class oracle.pgx.api.PgxSession
-
Gets a compiled program by ID.
- getCompression() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
which HBase compression algorithm to use.
- getConditions() - Method in class oracle.pgx.config.AbstractEdgeTypeConfig
-
- getConditions() - Method in class oracle.pgx.config.MultipleTablesEdgeTypeConfig
-
foreign key conditions
- 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.PgxGraph
-
Gets the graph configuration object used to specify the data source of this graph.
- getConfigValues() - Static method in class oracle.pgx.config.AbstractPgxConfig
-
- 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.
- getDataBlockEncoding() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
which datablock encoding algorithm to use.
- getDataFormat() - Method in class oracle.pgx.config.AbstractTwoTablesSparkGraphConfig
-
Gets the data format of the data source in Spark
- getDataFormat() - Method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
type of the spark data format
- getDataSourceId() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- getDataSourceId() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getDataSourceId() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
the data source id to use to connect to database
- getDataSourceId() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the data source id to use to connect to database
- getDataSourceId() - Method in class oracle.pgx.config.RdfGraphConfig
-
the data source id to use to connect to database
- getDataSourceId() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
the data source id to use to connect to database
- getDataSourceVersion() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the format-specific version identifier provided by data-source (timestamp for files, snapshot ID for databases).
- 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.pgx.config.MultipleTablesGraphConfig
-
underlying datastore
- 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.TwoTablesSparkGraphConfig
-
underlying datastore
- getDatastore() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
underlying datastore
- getDataTable() - Method in class oracle.pgx.config.MultipleTablesNodeTypeConfig
-
list of relations
- getDateFormat() - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
Gets the date format to use when loading and storing date properties.
- getDateFormat() - Method in class oracle.pgx.config.FileGraphConfig
-
the date format to use when loading and storing date properties.
- getDateFormat() - Method in class oracle.pgx.config.GraphConfig
-
The date format to use when loading and storing date properties.
- getDateFormat() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
the date format to use when loading and storing date properties.
- getDateFormat() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
the date format to use when loading and storing date properties.
- getDateFormat() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
the date format to use when loading and storing date properties.
- getDateFormat() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the date format to use when loading and storing date properties.
- getDateFormat() - Method in class oracle.pgx.config.RdfGraphConfig
-
the date format to use when loading and storing date properties.
- getDateFormat() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
the date format to use when loading and storing date properties.
- getDateFormat() - Method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
the date format to use when loading and storing date properties.
- getDateFormat() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
the date format to use when loading and storing date properties.
- 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
- getDefault() - Method in class oracle.pgx.config.GraphPropertyConfig
-
default value to be assigned to this property if datasource does not provide it.
- getDefaultDateFormat() - Static method in enum oracle.pgx.common.types.PropertyType
-
- 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.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.EnterpriseSchedulerConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.FileGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.FilterExpressionConfig.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.MultipleTablesEdgeTypeConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.MultipleTablesGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.MultipleTablesNodePropertyConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.MultipleTablesNodeTypeConfig.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.RdfGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.RdfGraphPrefixConfig.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.TwoTablesSparkGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.TwoTablesTextGraphConfig.Field
-
- getDefaultValue() - Method in enum oracle.pgx.common.types.PropertyType
-
Returns the default value that was used to create this PropertyType.
- getDegree() - Method in class oracle.pgx.api.PgxVertex
-
- getDegreeAsync() - Method in class oracle.pgx.api.PgxVertex
-
- 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.
- 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.
- 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.Scalar
-
- getDimension() - Method in class oracle.pgx.config.GraphPropertyConfig
-
dimension of property
- getDouble(int) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element index as an Double
- getDouble(String) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element name as an Double
- getDstId() - Method in class oracle.pgx.api.graphbuilder.EdgeChanges
-
Gets the id of the destination vertex
- getEdge(int) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element index as an
PgxEdge
- getEdge(String) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element name as an
PgxEdge
- getEdge(long) - Method in class oracle.pgx.api.PgxGraph
-
- getEdgeAsync(long) - Method in class oracle.pgx.api.PgxGraph
-
Looks up a
PgxEdge
of this graph by ID.
- getEdgeChanges() - Method in class oracle.pgx.api.graphbuilder.Changes
-
Returns the cached edge changes
- getEdgeChangeType(long) - Method in class oracle.pgx.api.graphbuilder.Changes
-
- getEdgeIdType() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the edge ID type of this graph.
- getEdgeLabel(int) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element index as an edge label
- getEdgeLabel(String) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element name as an Boolean
- getEdgeLabel() - Method in class oracle.pgx.api.PgxGraph
-
- getEdgeLabelAsync() - Method in class oracle.pgx.api.PgxGraph
-
Get the edge labels belonging to this graph.
- 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
-
- getEdgePropertyAsync(String) - Method in class oracle.pgx.api.PgxGraph
-
Gets an edge property of this graph
- 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
- 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.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.MultipleTablesGraphConfig
-
specification of edge properties associated with graph
- 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.TwoTablesSparkGraphConfig
-
specification of edge properties associated with graph
- getEdgeProps() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
specification of edge properties associated with graph
- getEdgePropTypes() - Method in class oracle.pgx.api.graphbuilder.Changes
-
- getEdges(EdgeFilter) - 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() - Method in class oracle.pgx.api.PgxGraph
-
Creates a new edge set containing all edges.
- getEdgesKeyColumn() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getEdgesKeyColumn() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
name of primary key column in edges table
- getEdgesKeyColumn() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
name of primary key column in edges table
- getEdgesTableName() - Method in class oracle.pgx.config.AbstractMultipleTablesConfig
-
- getEdgesTableName() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getEdgesTableName() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
name of edges table
- 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
- getEdgeTypes() - Method in class oracle.pgx.config.AbstractMultipleTablesConfig
-
- getEdgeTypes() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
information about edges: types, data tables, properties...
- 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
- getElementType() - Method in class oracle.pgx.api.PgqlResultElement
-
Gets the type of this result element
- getElementType() - Method in class oracle.pgx.api.PgxCollection
-
Gets the element type.
- 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 enum oracle.pgx.api.filter.FilterType
-
- getEntityType() - Method in class oracle.pgx.api.Property
-
Gets the entity type.
- getErrorHandling() - Method in class oracle.pgx.config.FileGraphConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.GraphConfig
-
Get the error handling configuration of this graph configuration
- getErrorHandling() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
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.RdfGraphConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
error handling configuration
- 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.
- 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
- 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
- getField(Class<T>) - Method in enum oracle.pgx.api.executionenvironment.ExecutionEnvironmentField
-
- getField() - Method in enum oracle.pgx.api.executionenvironment.ExecutionEnvironmentField
-
- getFilter() - Method in class oracle.pgx.config.GraphLoadingConfig
-
if not null
, load subgraph specified by this filter
- getFilterExpression() - Method in class oracle.pgx.api.filter.GraphFilterWithExpression
-
- getFilterStrategy() - Method in class oracle.pgx.config.GraphLoadingConfig
-
the strategy to process the filter
- getFirst() - Method in class oracle.pgx.common.Pair
-
- getFloat(int) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element index as an Float
- getFloat(String) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element name as an Float
- getFormat() - Method in class oracle.pgx.config.FileGraphConfig
-
graph format (Note: bin is deprecated, use pgb instead)
- getFormat() - Method in class oracle.pgx.config.GraphConfig
-
Get the format of this graph configuration
- getFormat() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
graph format (Note: bin is deprecated, use pgb instead)
- getFormat() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
graph format (Note: bin is deprecated, use pgb instead)
- getFormat() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
graph format (Note: bin is deprecated, use pgb instead)
- getFormat() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
graph format (Note: bin is deprecated, use pgb instead)
- getFormat() - Method in class oracle.pgx.config.RdfGraphConfig
-
graph format (Note: bin is deprecated, use pgb instead)
- getFormat() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
graph format (Note: bin is deprecated, use pgb instead)
- getFormat() - Method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
graph format (Note: bin is deprecated, use pgb instead)
- getFormat() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
graph format (Note: bin is deprecated, use pgb instead)
- getFromNidColumn() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getFromNidColumn() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
column name for source node
- getFromNidColumn() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
column name for source node
- 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() - 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.
- getGraphInfo(String) - Method in interface oracle.pgx.api.admin.Control
-
Get details of a (shared) persistent graph
- getGraphInfo(String, String) - Method in interface oracle.pgx.api.admin.Control
-
Get details of a session-bound, private graph
- getGraphInfo(String) - Method in class oracle.pgx.api.ServerInstance
-
- getGraphInfo(String, String) - Method in class oracle.pgx.api.ServerInstance
-
- getGraphInfoAsync(String) - Method in class oracle.pgx.api.ServerInstance
-
Get details of a (shared) persistent graph
- getGraphInfoAsync(String, String) - Method in class oracle.pgx.api.ServerInstance
-
Get details of a session-bound, private graph
- getGraphInfos() - Method in interface oracle.pgx.api.admin.Control
-
Get a list of currently active graphs.
- getGraphInfos() - Method in class oracle.pgx.api.ServerInstance
-
- getGraphInfosAsync() - Method in class oracle.pgx.api.ServerInstance
-
Get a list of currently active graphs.
- getGraphs() - Method in class oracle.pgx.config.PgxConfig
-
list of paths to graph configs to be registered at start-up
- getHadoopSecAuth() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
Hadoop authentication string
- getHbaseSecAuth() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
HBase authentication string
- getHmKerberosPrincipal() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
HM Kerberos principal
- getHosts() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
list of NoSQL hosts
- 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.EdgeChanges
-
Returns the id of this element
- 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.VertexChanges
-
Returns the id of this element
- 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.PgxEntity
-
Gets the id.
- 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
-
- 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.graphbuilder.Changes
-
- getIdType() - Method in class oracle.pgx.api.PgxCollection
-
Gets the ID type of the element type.
- getIdType() - Method in class oracle.pgx.api.VertexCollection
-
- getIgnoredPredicates() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- getIgnoredPredicates() - Method in class oracle.pgx.config.RdfGraphConfig
-
predicates of triples that are ignored
- 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() - Method in class oracle.pgx.config.MultipleTablesNodeTypeConfig
-
index used to get the nodeId from the table Id
- 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
- 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.
- getInsertBatchSize() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
batch size of the rows to be inserted
- getInsertBatchSize() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
batch size of the rows to be inserted
- 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, String) - Static method in class oracle.pgx.api.Pgx
-
Get a handle to a PGX instance.
- getInstance(String, String, String, Integer, Integer, Integer, Integer, Boolean) - Static method in class oracle.pgx.api.Pgx
-
Get a handle to a PGX instance.
- getInstance(String, String, String, Integer, Integer, Integer, Integer) - 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(Map<ClientConfig.Field, Object>) - Static method in class oracle.pgx.config.AbstractClientConfig
-
- getInteger(int) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element index as an Integer
- getInteger(String) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element name as an Integer
- 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.
- getJdbcUrl() - Method in class oracle.pgx.config.AbstractMultipleTablesConfig
-
- getJdbcUrl() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- getJdbcUrl() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getJdbcUrl() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
jdbc URL pointing to database
- getJdbcUrl() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
jdbc URL pointing to database
- getJdbcUrl() - Method in class oracle.pgx.config.RdfGraphConfig
-
jdbc URL pointing to database
- getJdbcUrl() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
jdbc URL pointing to database
- getKeyAliases() - Method in enum oracle.pgx.config.AnalysisTaskConfig.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.EnterpriseSchedulerConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.FileGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.FilterExpressionConfig.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.MultipleTablesEdgeTypeConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.MultipleTablesGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.MultipleTablesNodePropertyConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.MultipleTablesNodeTypeConfig.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.RdfGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.RdfGraphPrefixConfig.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.TwoTablesSparkGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.TwoTablesTextGraphConfig.Field
-
- getKeystore() - Method in class oracle.pgx.config.ClientConfig
-
path to the keystore to use for client connections.
- getKeytab() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
path to keytab file
- getKeyType() - Method in class oracle.pgx.api.PgxMap
-
Gets the key type.
- getLabel() - Method in class oracle.pgx.api.PgxEdge
-
- getLabel() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the label to use when reading the graph
- getLabelAsync() - Method in class oracle.pgx.api.PgxEdge
-
Gets the label.
- getLabelChange() - Method in class oracle.pgx.api.graphbuilder.EdgeChanges
-
Gets the label change
- getLabelChanges() - Method in class oracle.pgx.api.graphbuilder.VertexChanges
-
- getLabels() - Method in class oracle.pgx.api.PgxVertex
-
- getLabelsAsync() - Method in class oracle.pgx.api.PgxVertex
-
Gets the labels
- 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.
- getLeftFilter() - Method in class oracle.pgx.api.filter.BinaryGraphFilterOperation
-
Gets the filter object representing the left side of the operation.
- getLflags() - Method in class oracle.pgx.config.PgxConfig
-
(only relevant if native analysis is enabled) linker flags for C++ compiler
- getListeningSocketTimeout() - Method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
PGX side listening socket will be expired after this timeout value (default: 30000 ms, 30 secs)
- getLoading() - Method in class oracle.pgx.config.FileGraphConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.GraphConfig
-
Get the loading configuration of this graph configuration
- getLoading() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
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.RdfGraphConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
loading-specific configuration
- getLoadingFilter() - Method in class oracle.pgx.config.GraphConfig
-
- getLong(int) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element index as an Long
- getLong(String) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element name as an Long
- getMarkLoopForProfiling() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] ID for any additional loop to profile.
- getMaxActiveSessions() - Method in class oracle.pgx.config.PgxConfig
-
the maximum number of sessions allowed to be active at a time
- 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.
- getMaxPrefetchedRows() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
maximun number or rows prefetched during each round trip (resultset-the database)
- getMaxPrefetchedRows() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
maximun number or rows prefetched during each round trip (resultset-the database)
- 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.
- 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
- getMemoryInfo() - Method in interface oracle.pgx.api.admin.Control
-
Gets the memory info.
- getMemoryInfo() - Method in class oracle.pgx.api.ServerInstance
-
- getMemoryInfoAsync() - Method in class oracle.pgx.api.ServerInstance
-
Gets the memory info.
- 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).
- 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.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.Scalar
-
- getName() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
- getName() - Method in class oracle.pgx.config.AbstractMultipleTablesConfig
-
- getName() - Method in class oracle.pgx.config.AbstractNodePropertyConfig
-
- getName() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getName() - Method in class oracle.pgx.config.AbstractTwoTablesSparkGraphConfig
-
- getName() - Method in class oracle.pgx.config.GraphConfig
-
Get the graph name of this graph configuration.
- getName() - Method in class oracle.pgx.config.GraphPropertyConfig
-
name of property
- getName() - Method in class oracle.pgx.config.MultipleTablesNodePropertyConfig
-
the name of the node property
- 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.RdfGraphConfig
-
RDF model name in database
- 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.
- 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 class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getNodesKeyColumn() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
name of primary key column in nodes table
- getNodesKeyColumn() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
name of primary key column in nodes table
- getNodesTableName() - Method in class oracle.pgx.config.AbstractMultipleTablesConfig
-
- getNodesTableName() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getNodesTableName() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
name of nodes table
- getNodesTableName() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
name of nodes table
- getNodeTypes() - Method in class oracle.pgx.config.AbstractMultipleTablesConfig
-
- getNodeTypes() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
information about nodes: types, data tables, properties...
- getNow(T) - Method in class oracle.pgx.api.PgxFuture
-
- getNumConnections() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
number of connections to read/write data from/to two tables
- getNumConnections() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
number of connections to read/write data from/to two tables
- getNumEdgeChanges() - Method in class oracle.pgx.api.graphbuilder.Changes
-
The number of cached edge changes
- 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
- getNumIoThreadsPerTask() - Method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
number of io threads to use per task
- getNumResults() - Method in interface oracle.pgx.api.PgqlResultSet
-
Gets the number of results
- getNumSparkEdgeWorkers() - Method in class oracle.pgx.config.AbstractSparkGraphConfig
-
- getNumSparkEdgeWorkers() - Method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
number of available spark workers for edge table
- getNumSparkNodeWorkers() - Method in class oracle.pgx.config.AbstractSparkGraphConfig
-
- getNumSparkNodeWorkers() - Method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
number of available spark workers for node table
- 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.
- getNumThreadsPerTask() - Method in class oracle.pgx.api.executionenvironment.IoEnvironment
-
- getNumThreadsPerTaskAsync() - Method in class oracle.pgx.api.executionenvironment.IoEnvironment
-
- getNumVertexChanges() - Method in class oracle.pgx.api.graphbuilder.Changes
-
The number of cached vertex changes
- 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).
- 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.
- 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
- getOpenTimeMs() - Method in class oracle.pgx.api.DataListener
-
- 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.
- getOraclePropertyGraph() - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
Gets the opg.
- 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.
- 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.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.
- 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.
- getPartitionIndexOfVertex(PgxVertex<ID>) - Method in class oracle.pgx.api.Partition
-
Gets the index of the partition a particular vertex belongs to.
- getPassword() - Method in class oracle.pgx.config.AbstractMultipleTablesConfig
-
- getPassword() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- getPassword() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getPassword() - Method in class oracle.pgx.config.ClientConfig
-
The HTTP Basic Auth password
- getPassword() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
password to use when connecting to database
- getPassword() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
password of a NoSQL user
- getPassword() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
password to use when connecting to database
- getPassword() - Method in class oracle.pgx.config.RdfGraphConfig
-
password to use when connecting to database
- getPassword() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
password to use when connecting to database
- getPath(PgxVertex<ID>) - Method in class oracle.pgx.api.AllPaths
-
Gets the path.
- getPathLengthWithCost() - Method in class oracle.pgx.api.PgxPath
-
- getPathLengthWithHop() - Method in class oracle.pgx.api.PgxPath
-
Gets the path length in hops.
- getPathToGmCompiler() - Method in class oracle.pgx.config.PgxConfig
-
if set, use this path to gm_comp
binary for dynamic compilations.
- getPatternMatchingSemantic() - Method in class oracle.pgx.api.PgxSession
-
- getPatternMatchingSemantic() - Method in class oracle.pgx.config.PgxConfig
-
the graph pattern matching semantic which is either homomorphism or isomorphism
- 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.
- 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.
- 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.
- getPgxInstance() - Method in class oracle.pgx.api.PgxGraph
-
Gets the server instance.
- getPgxVersion() - Method in class oracle.pgx.api.ServerInstance
-
- getPgxVersionAsync() - Method in class oracle.pgx.api.ServerInstance
-
Gets the PGX version of this instance.
- getPort() - Method in class oracle.pgx.api.DataListener
-
- 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
- getPrimaryKey() - Method in class oracle.pgx.config.MultipleTablesNodeTypeConfig
-
primary key of data table
- 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
-
- getProperties() - Method in class oracle.pgx.config.AbstractNodeTypeConfig
-
- getProperties() - Method in class oracle.pgx.config.MultipleTablesNodeTypeConfig
-
list of node properties
- getProperty(String) - Method in class oracle.pgx.api.PgxEntity
-
- getPropertyAsync(String) - Method in class oracle.pgx.api.PgxEntity
-
Gets the value of a property.
- getPropertyType() - Method in enum oracle.pgx.config.RdfAction
-
- getPropertyValueDelimiter() - Method in class oracle.pgx.config.GraphLoadingConfig
-
(only relevant for use_vertex_property_value_as_label
) if null
read the whole property value as label.
- getProviderFor(String) - Static method in class oracle.pgx.api.Pgx
-
- 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.
- getRawValues() - Method in class oracle.pgx.config.GenericConfigBuilder
-
- getRelation() - Method in class oracle.pgx.config.AbstractNodeTypeConfig
-
- getRelation() - Method in class oracle.pgx.config.MultipleTablesNodeTypeConfig
-
list of relations
- getRelationTable() - Method in class oracle.pgx.config.AbstractEdgeTypeConfig
-
- getRelationTable() - Method in class oracle.pgx.config.MultipleTablesEdgeTypeConfig
-
The table name if the edge comes from a relational table (many to many relationship)
- 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.
- getRequestTimeoutMs() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
NoSQL request timeout in milliseconds
- getResults() - Method in interface oracle.pgx.api.PgqlResultSet
-
- 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.
- getRootMeanSquareError() - Method in class oracle.pgx.api.MatrixFactorizationModel
-
Gets the computed root mean square error value.
- getRowLabel() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the row label to use when reading the graph
- getRsKerberosPrincipal() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
RS Kerberos principal
- 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.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getSchema() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
schema where the tables are going to be written
- getSchema() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
schema where the tables are going to be written
- getSecond() - Method in class oracle.pgx.common.Pair
-
- getSecurityPolicy() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
the policy for the given label or row label
- getSelectPerformanceCounters() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] Perf counter configuration string.
- getSeparator() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
Get the format of this graph configuration
- getSeparator() - Method in class oracle.pgx.config.FileGraphConfig
-
separator string for text files.
- getSeparator() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
separator string for text files.
- getServerInstance() - Method in class oracle.pgx.api.PgxSession
-
Gets the server instance.
- getSession() - Method in class oracle.pgx.api.Analyst
-
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
-
- getSessionAsync(String) - Method in class oracle.pgx.api.ServerInstance
-
Gets a session by ID.
- getSessionIdleTimeoutSecs() - Method in class oracle.pgx.config.PgxConfig
-
timeout of idling sessions in seconds.
- getSessionInfo(String) - Method in interface oracle.pgx.api.admin.Control
-
Gets the session info.
- getSessionInfo(String) - Method in class oracle.pgx.api.ServerInstance
-
- getSessionInfoAsync(String) - Method in class oracle.pgx.api.ServerInstance
-
Gets the session info.
- getSessionInfos() - Method in interface oracle.pgx.api.admin.Control
-
Gets the session infos.
- getSessionInfos() - Method in class oracle.pgx.api.ServerInstance
-
- getSessionInfosAsync() - Method in class oracle.pgx.api.ServerInstance
-
Gets the session infos.
- getSessionTaskTimeoutSecs() - Method in class oracle.pgx.config.PgxConfig
-
timeout to interrupt long-running tasks submitted by sessions (algorithms, I/O tasks) in seconds.
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.AnalysisTaskConfig.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.EnterpriseSchedulerConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.FileGraphConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.FilterExpressionConfig.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.MultipleTablesEdgeTypeConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.MultipleTablesGraphConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.MultipleTablesNodePropertyConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.MultipleTablesNodeTypeConfig.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.RdfGraphConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.RdfGraphPrefixConfig.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.TwoTablesSparkGraphConfig.Field
-
- getSingletonListKeyAliases() - Method in enum oracle.pgx.config.TwoTablesTextGraphConfig.Field
-
- 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)
- 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.
- getSourceNodeType() - Method in class oracle.pgx.config.AbstractEdgeTypeConfig
-
- getSourceNodeType() - Method in class oracle.pgx.config.MultipleTablesEdgeTypeConfig
-
the name of the source node type
- getSparkStreamsInterface() - Method in class oracle.pgx.config.PgxConfig
-
the name of an interface will be used spark data communication
- getSplitsPerRegion() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
how many splits per region to use when scanning vertices/edges
- getSrcId() - Method in class oracle.pgx.api.graphbuilder.EdgeChanges
-
Gets the id of the source vertex
- getStoreName() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
NoSQL store name
- getString(int) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element index as an String
- getString(String) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element name as an String
- getTable() - Method in class oracle.pgx.config.MultipleTablesNodePropertyConfig
-
the name of the table name
- getTablespace() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getTablespace() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
tablespace where the tables are going to be written
- getTablespace() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
tablespace where the tables are going to be written
- getTargetNodeType() - Method in class oracle.pgx.config.AbstractEdgeTypeConfig
-
- getTargetNodeType() - Method in class oracle.pgx.config.MultipleTablesEdgeTypeConfig
-
the name of the target node type
- 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.
- getThreadPoolInfo(PoolType) - Method in interface oracle.pgx.api.admin.Control
-
Gets the thread pool info.
- getThreadPoolInfo(PoolType) - Method in class oracle.pgx.api.ServerInstance
-
- getThreadPoolInfoAsync(PoolType) - Method in class oracle.pgx.api.ServerInstance
-
Gets the thread pool info.
- getTimeoutMs() - Method in class oracle.pgx.api.DataListener
-
- getTmpDir() - Method in class oracle.pgx.config.PgxConfig
-
Use this path as temporary directory to store compilation artifacts and other temporary data.
- getToNidColumn() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getToNidColumn() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
column name for destination node
- getToNidColumn() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
column name for destination node
- 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.
- getTruststore() - Method in class oracle.pgx.config.ClientConfig
-
path to the truststore to use for client connections.
- getTrustStoreFile() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
the name and path to a Java truststore file
- 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 class oracle.pgx.config.AbstractNodePropertyConfig
-
- getType() - Method in enum oracle.pgx.config.AnalysisTaskConfig.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 enum oracle.pgx.config.EnterpriseSchedulerConfig.Field
-
- getType() - Method in enum oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
- getType() - Method in enum oracle.pgx.config.FileGraphConfig.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.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.
- getType() - Method in enum oracle.pgx.config.MultipleTablesEdgeTypeConfig.Field
-
- getType() - Method in enum oracle.pgx.config.MultipleTablesGraphConfig.Field
-
- getType() - Method in enum oracle.pgx.config.MultipleTablesNodePropertyConfig.Field
-
- getType() - Method in class oracle.pgx.config.MultipleTablesNodePropertyConfig
-
type of property of node
- getType() - Method in enum oracle.pgx.config.MultipleTablesNodeTypeConfig.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.RdfGraphConfig.Field
-
- getType() - Method in enum oracle.pgx.config.RdfGraphPrefixConfig.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.TwoTablesSparkGraphConfig.Field
-
- getType() - Method in enum oracle.pgx.config.TwoTablesTextGraphConfig.Field
-
- 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.
- getTypeName() - Method in class oracle.pgx.config.AbstractNodeTypeConfig
-
- getTypeName() - Method in class oracle.pgx.config.MultipleTablesNodeTypeConfig
-
the name of the node type
- 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.pgx.config.AbstractFileGraphConfig
-
Get the unified resource identifier for the file with the graph data
- getUris() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
Get the unified resource identifiers for the files with the graph data
- getUsername() - Method in class oracle.pgx.api.ServerInstance
-
Gets the user name this instance is using
- getUsername() - Method in class oracle.pgx.config.AbstractMultipleTablesConfig
-
- getUsername() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- getUsername() - Method in class oracle.pgx.config.AbstractTwoTablesRdbmsGraphConfig
-
- getUsername() - Method in class oracle.pgx.config.ClientConfig
-
The HTTP Basic Auth username
- getUsername() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
username to use when connecting to database
- 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 database
- getUsername() - Method in class oracle.pgx.config.RdfGraphConfig
-
username to use when connecting to database
- getUsername() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
username to use when connecting to database
- getUserPrincipal() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
User principal
- getUseVertexPropertyValueAsLabel() - Method in class oracle.pgx.config.GraphLoadingConfig
-
load the given property as vertex label.
- getValue() - Method in enum oracle.pgx.common.types.Direction
-
- getValue() - Method in class oracle.pgx.config.RdfGraphPrefixConfig
-
expanded iri
- 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<?>) - 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.AbstractRuntimeConfig
-
- getValues() - Method in class oracle.pgx.config.AnalysisTaskConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.BasicSchedulerConfig
-
Gets the parsed values.
- 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.EnterpriseSchedulerConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.FileGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.FilterExpressionConfig
-
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.MultipleTablesEdgeTypeConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.MultipleTablesNodePropertyConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.MultipleTablesNodeTypeConfig
-
Gets the parsed values.
- getValues() - Method in interface oracle.pgx.config.ParseResult
-
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.RdfGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.RdfGraphPrefixConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.RuntimeConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Gets the parsed values.
- 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.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.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.FileGraphConfig
-
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.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.MultipleTablesEdgeTypeConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.MultipleTablesNodePropertyConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.MultipleTablesNodeTypeConfig
-
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.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.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.TwoTablesSparkGraphConfig
-
Gets the values without defaults.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Gets the values without defaults.
- 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
- getVersion() - Method in interface oracle.pgx.api.admin.Control
-
- getVertex(int) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element index as an
PgxVertex
- getVertex(String) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element name as an
PgxVertex
- getVertex(ID) - Method in class oracle.pgx.api.PgxGraph
-
- getVertexAsync(ID) - Method in class oracle.pgx.api.PgxGraph
-
- getVertexChanges() - Method in class oracle.pgx.api.graphbuilder.Changes
-
Returns the cached vertex changes
- getVertexChangeType(VID) - Method in class oracle.pgx.api.graphbuilder.Changes
-
- getVertexEdgeIdType() - Method in class oracle.pgx.api.PgqlResultElement
-
Gets the type of vertex/edge result elements.
- 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.MultipleTablesGraphConfig
-
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.TwoTablesSparkGraphConfig
-
type of the vertex id
- getVertexIdType() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
type of the vertex ID
- 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(int) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element index as vertex labels
- getVertexLabels(String) - Method in class oracle.pgx.api.PgqlResult
-
Gets the value of the designated element by element name as vertex labels
- getVertexLabels() - Method in class oracle.pgx.api.PgxGraph
-
- getVertexLabelsAsync() - Method in class oracle.pgx.api.PgxGraph
-
Get the vertex labels belonging to this graph.
- 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
-
- getVertexPropertyAsync(String) - Method in class oracle.pgx.api.PgxGraph
-
Gets a vertex property of this graph
- getVertexPropertyTypes() - Method in class oracle.pgx.config.GraphConfig
-
- 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.MultipleTablesGraphConfig
-
specification of vertex properties associated with graph
- 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.TwoTablesSparkGraphConfig
-
specification of vertex properties associated with graph
- getVertexProps() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
specification of vertex properties associated with graph
- getVertexPropTypes() - Method in class oracle.pgx.api.graphbuilder.Changes
-
- 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() - 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() - Method in class oracle.pgx.api.PgxGraph
-
Creates a new vertex set containing all vertices.
- 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.
- 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
-
- 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)
- GraphBuilder<VID> - Interface in oracle.pgx.api
-
- 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
-
- 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
- GraphFilterWithExpression - Class in oracle.pgx.api.filter
-
- 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() - Constructor for class oracle.pgx.api.GraphMetaData
-
- 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
- IdType - Enum in oracle.pgx.common.types
-
All supported graph ID types (internally known as node key/edge key)
- inDegreeCentrality(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
- inDegreeCentrality(PgxGraph, VertexProperty<ID, Integer>) - Method in class oracle.pgx.api.Analyst
-
- inDegreeCentralityAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Compute vertex centrality based on the in-degree.
- inDegreeCentralityAsync(PgxGraph, VertexProperty<ID, Integer>) - Method in class oracle.pgx.api.Analyst
-
Compute vertex centrality based on the in-degree.
- inDegreeCentralityAsync(PgxGraph, String) - Method in class oracle.pgx.api.Analyst
-
- inDegreeDistribution(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
- inDegreeDistribution(PgxGraph, PgxMap<Integer, Long>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #inDegreeDistributionAsync(PgxGraph, PgxMap<Integer, Long>)
.
- inDegreeDistributionAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Computes the indegree distribution of the given graph and stores it in a map.
- inDegreeDistributionAsync(PgxGraph, PgxMap<Integer, Long>) - Method in class oracle.pgx.api.Analyst
-
Computes the indegree distribution of the given graph and stores it in a map.
- init(InputStream, String) - Static method in class oracle.pgx.config.AbstractPgxConfig
-
initialize the server config from an input stream specified by parameter.
- init() - Static method in class oracle.pgx.config.AbstractRuntimeConfig
-
- init(Map<RuntimeConfig.Field, Object>) - Static method in class oracle.pgx.config.AbstractRuntimeConfig
-
- init(InputStream) - Static method in class oracle.pgx.config.AbstractRuntimeConfig
-
- intersect(GraphFilter) - Method in class oracle.pgx.api.filter.GraphFilter
-
Intersects this filter with another graph-filter object.
- IoEnvironment - Class in oracle.pgx.api.executionenvironment
-
A sub environment for IO tasks
- isAllowIdleTimeoutOverwrite() - Method in class oracle.pgx.config.PgxConfig
-
if true
, sessions can overwrite default idle timeout
- isAllowLocalFilesystem() - Method in class oracle.pgx.config.PgxConfig
-
(This flag reduces security, enable only if you know what you're doing!) Allow loading from local filesystem, if in client/server mode.
- isAllowOverrideSchedulingInformation() - Method in class oracle.pgx.config.PgxConfig
-
if true
allow all users to override scheduling information like task weight, task priority and number of threads
- isAllowTaskTimeoutOverwrite() - Method in class oracle.pgx.config.PgxConfig
-
if true
, sessions can overwrite default task timeout
- isAllowUserAutoRefresh() - Method in class oracle.pgx.config.PgxConfig
-
if true
users may enable auto refresh for graphs they load.
- isAlwaysUseJni() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] If true
always use JNI for work distribution (even when compiled with support for the Graal native interface).
- isArray() - Method in enum oracle.pgx.config.AnalysisTaskConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.BasicSchedulerConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.ClientConfig.Field
-
- isArray() - Method in interface oracle.pgx.config.ConfigField
-
Checks if this field is an array.
- isArray() - Method in enum oracle.pgx.config.EnterpriseSchedulerConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.FileGraphConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.FilterExpressionConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.GraphErrorHandlingConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.GraphLoadingConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.GraphPropertyConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.MultipleTablesEdgeTypeConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.MultipleTablesGraphConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.MultipleTablesNodePropertyConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.MultipleTablesNodeTypeConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.PgHbaseGraphConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.PgRdbmsGraphConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.RdfGraphConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.RdfGraphPrefixConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.TwoTablesRdbmsGraphConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.TwoTablesSparkGraphConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.TwoTablesTextGraphConfig.Field
-
- isAutoRefresh() - Method in class oracle.pgx.config.GraphLoadingConfig
-
if true
the graph gets refreshed automatically in periodic intervals.
- isBinaryOperation() - Method in class oracle.pgx.api.filter.BinaryGraphFilterOperation
-
- isBinaryOperation() - Method in class oracle.pgx.api.filter.GraphFilter
-
Checks if this GraphFilter object represents is binary operation.
- isBipartiteGraph(VertexProperty<?, Boolean>) - Method in class oracle.pgx.api.PgxGraph
-
- isBipartiteGraphAsync(VertexProperty<ID, Boolean>) - Method in class oracle.pgx.api.PgxGraph
-
Checks whether a given graph is a bipartite graph.
- isBlackListMode() - Method in class oracle.pgx.config.AbstractRdfGraphConfig
-
- isCctrace() - Method in class oracle.pgx.config.PgxConfig
-
if true
log every call to a Control or Core interface
- isCctracePrintStacktraces() - Method in class oracle.pgx.config.PgxConfig
-
[relevant for cctrace] when cctrace is enabled, print the stacktrace for each request and result
- isComplete() - Method in class oracle.pgx.api.graphbuilder.EdgeChanges
-
- isConsumed() - Method in class oracle.pgx.api.PgxFuture
-
- isCreateEdgeIdIndex() - Method in class oracle.pgx.config.GraphLoadingConfig
-
if true
, an index is prepared during loading which enables retrieval of edge paths
- isCreateEdgeIdMapping() - Method in class oracle.pgx.config.GraphLoadingConfig
-
if true
, a mapping is prepared during loading which enables edge key arguments and filters containing edge keys
- isCreateVertexIdIndex() - Method in class oracle.pgx.config.GraphLoadingConfig
-
if true
, an index is prepared during loading which enables retrieval of vertex paths
- isCreateVertexIdMapping() - Method in class oracle.pgx.config.GraphLoadingConfig
-
if true
, a mapping is prepared during loading which enables vertex arguments and vertex filters
- isDirected() - Method in class oracle.pgx.api.GraphMetaData
-
Returns if the graph is directed.
- isDirected() - Method in class oracle.pgx.api.PgxGraph
-
- isEdgeLabelLoadingEnabled() - Method in class oracle.pgx.config.GraphConfig
-
- isEmbeddedInstance() - Method in class oracle.pgx.api.ServerInstance
-
Checks if is embedded instance.
- isEmpty() - Method in class oracle.pgx.config.AnalysisTaskConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.BasicSchedulerConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.ClientConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.EnterpriseSchedulerConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.FileGraphConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.FilterExpressionConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.GraphErrorHandlingConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.GraphLoadingConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.GraphPropertyConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.MultipleTablesEdgeTypeConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.MultipleTablesGraphConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.MultipleTablesNodePropertyConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.MultipleTablesNodeTypeConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.PgRdbmsGraphConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.PgxConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.RdfGraphConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.RdfGraphPrefixConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.RuntimeConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
Checks if it's empty.
- isEmpty() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
Checks if it's empty.
- isEnableCctrace() - Method in class oracle.pgx.config.ClientConfig
-
if true
log every call to a Control or Core interface
- isEnableCsrfTokenChecks() - Method in class oracle.pgx.config.PgxConfig
-
if true, the PGX webapp will verify CSRF token cookie and request parameters sent by the client exist and match.
- isEnableGmCompiler() - Method in class oracle.pgx.config.PgxConfig
-
if true
, enable dynamic compilation of Green-Marl code during runtime.
- isEnableSolarisStudioLabeling() - Method in class oracle.pgx.config.PgxConfig
-
[relevant when profiling with solaris studio] when enabled, label experiments using the 'er_label' command
- isEnableSolarisStudioLabeling() - Method in class oracle.pgx.config.RuntimeConfig
-
[relevant when profiling with solaris studio] when enabled, label experiments using the 'er_label' command
- isEngineRunning() - Method in class oracle.pgx.api.ServerInstance
-
- isEngineRunningAsync() - Method in class oracle.pgx.api.ServerInstance
-
Check if the engine is currently up
- isEnum() - Method in interface oracle.pgx.config.ConfigField
-
Checks if this field is of enum type.
- isExpired() - Method in class oracle.pgx.api.DataListener
-
- isExplicitSpinLocks() - Method in class oracle.pgx.config.PgxConfig
-
true
means spin explicitly in a loop until lock becomes available.
- isExplicitSpinLocks() - Method in class oracle.pgx.config.RuntimeConfig
-
true
means spin explicitly in a loop until lock becomes available.
- isFileFormat() - Method in enum oracle.pgx.config.Format
-
Check if format is a file format.
- isFileFormat(Format) - Static method in class oracle.pgx.config.GraphConfig
-
Check if a format is a file-based format
- isFileFormat() - Method in class oracle.pgx.config.GraphConfig
-
Check if this graph configuration is a file-based configuration.
- isFixThreadsUsedFromMain() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[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.
- isFresh() - Method in class oracle.pgx.api.PgxGraph
-
- isFreshAsync() - Method in class oracle.pgx.api.PgxGraph
-
Check whether an in-memory representation of a graph is fresh.
- isHeader() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
Whether the file has a header.
- isHeader() - Method in class oracle.pgx.config.FileGraphConfig
-
first line of file is meant for headers, e.g.
- isHeader() - Method in class oracle.pgx.config.TwoTablesTextGraphConfig
-
first line of file is meant for headers, e.g.
- isIgnoreIncompatibleBackendOperations() - Method in class oracle.pgx.config.PgxConfig
-
if true
only log when encountering incompatible operations and configuration values in RTS or FJ pool.
- isInitialized() - Static method in class oracle.pgx.config.AbstractPgxConfig
-
- isInitialized() - Static method in class oracle.pgx.config.AbstractRuntimeConfig
-
- isInitPgqlOnStartup() - Method in class oracle.pgx.config.PgxConfig
-
if true
PGQL is directly initialized on start-up of PGX.
- isLaunchWatchdogs() - Method in class oracle.pgx.config.PgxConfig
-
(for debugging) if true
, additional watch-dog threads will be launched which monitor and log engine health stats
- isLoadEdgeKeys() - Method in class oracle.pgx.config.GraphConfig
-
- isLoadVertexKeys() - Method in class oracle.pgx.config.GraphConfig
-
- isLogToStderr() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
If true
log to stderr.
- isMultipleFileFormat(Format) - Static method in class oracle.pgx.config.GraphConfig
-
Check if a format has vertices and edges separated in different files
- isMultipleFileFormat() - Method in class oracle.pgx.config.GraphConfig
-
Check if this graph configuration has vertices and edges separated in different files
- isMutable() - Method in class oracle.pgx.api.ComponentCollection
-
- isMutable() - Method in class oracle.pgx.api.PgxCollection
-
- isMutableAsync() - Method in class oracle.pgx.api.ComponentCollection
-
- isMutableAsync() - Method in class oracle.pgx.api.PgxCollection
-
Checks whether an existing vertex/edge collection is mutable
- isNodeOrEdge() - Method in enum oracle.pgx.common.types.PropertyType
-
Returns true if this PropertyType is an edge or node type.
- isNumericType() - Method in enum oracle.pgx.common.types.PropertyType
-
Returns true if this PropertyType is a numeric type.
- isOverrideMemoryPlacement() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] Over-ride memory placement tags and use the OS defaults instead.
- isPath() - Method in enum oracle.pgx.config.AnalysisTaskConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.BasicSchedulerConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.ClientConfig.Field
-
- isPath() - Method in interface oracle.pgx.config.ConfigField
-
Checks if this field is a path.
- isPath() - Method in enum oracle.pgx.config.EnterpriseSchedulerConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.FileGraphConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.FilterExpressionConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.GraphErrorHandlingConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.GraphLoadingConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.GraphPropertyConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.MultipleTablesEdgeTypeConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.MultipleTablesGraphConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.MultipleTablesNodePropertyConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.MultipleTablesNodeTypeConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.PgHbaseGraphConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.PgRdbmsGraphConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.RdfGraphConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.RdfGraphPrefixConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.TwoTablesRdbmsGraphConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.TwoTablesSparkGraphConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.TwoTablesTextGraphConfig.Field
-
- isPrimitive() - Method in interface oracle.pgx.config.ConfigField
-
Checks if this field is of primitive type.
- isRequired() - Method in enum oracle.pgx.config.AnalysisTaskConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.BasicSchedulerConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.ClientConfig.Field
-
- isRequired() - Method in interface oracle.pgx.config.ConfigField
-
Checks if this field is required.
- isRequired() - Method in enum oracle.pgx.config.EnterpriseSchedulerConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.EnterpriseSchedulerFlagsConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.FileGraphConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.FilterExpressionConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.GraphErrorHandlingConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.GraphLoadingConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.GraphPropertyConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.MultipleTablesEdgeTypeConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.MultipleTablesGraphConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.MultipleTablesNodePropertyConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.MultipleTablesNodeTypeConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.PgHbaseGraphConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.PgRdbmsGraphConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.RdfGraphConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.RdfGraphPrefixConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.TwoTablesRdbmsGraphConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.TwoTablesSparkGraphConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.TwoTablesTextGraphConfig.Field
-
- isRunning() - Method in interface oracle.pgx.api.admin.Control
-
Check if the engine is currently up
- isShowAllocations() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
If true
show memory allocation information.
- isShowDebug() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] If true
enable debug output.
- isShowDeterministicOutput() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] If true
omit thread IDs in debug output (set to true for determinism in regression tests)
- isShowEnvironment() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
If true
show version numbers and main environment settings at startup.
- isShowLogging() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
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.
- isShowProfiling() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
If true
show profiling information.
- isShowSchedulerState() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
If true
dump scheduler state on each update.
- isShowWarnings() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
If true
enable warnings.
- isSingleFileFormat(Format) - Static method in class oracle.pgx.config.GraphConfig
-
Check if a format has vertices and edges combined in same file
- isSingleFileFormat() - Method in class oracle.pgx.config.GraphConfig
-
Check if this graph configuration has vertices and edges combined in same file
- isSkipEdges() - Method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
skip edges data if set as true
- isSkipNodes() - Method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
skip nodes data if set as true
- isSpinOnExit() - Method in class oracle.pgx.config.EnterpriseSchedulerFlagsConfig
-
[Internal use only] If true
spin after execution, rather than exiting.
- isStrictMode() - Method in class oracle.pgx.config.GraphLoadingConfig
-
if true
, exceptions are thrown and logged with ERROR
level whenever loader encounters problems with input file, such as invalid format, repeated keys, missing fields, mismatches and other potential errors.
- isStrictMode() - Method in class oracle.pgx.config.PgxConfig
-
if true
, exceptions are thrown and logged with ERROR
level whenever engine encounters configuration problems, such as invalid keys, mismatches and other potential errors.
- isTransient() - Method in class oracle.pgx.api.PgxGraph
-
Gets the transient flag of this graph.
- isTransient() - Method in class oracle.pgx.api.Property
-
Checks the transient flag of this property.
- isUnsafeAllowForeignSyntax() - Method in class oracle.pgx.config.PgxConfig
-
(This flag reduces security, enable only if you know what you're doing!) Allow foreign syntax in user-provided Green-Marl programs
- isValidEdge(long) - Static method in interface oracle.pgx.common.types.Edge
-
- isVectorProperty() - Method in class oracle.pgx.api.Property
-
Gets the value of the property vectorProperty.
- isVertexLabelsLoadingEnabled() - Method in class oracle.pgx.config.GraphConfig
-
- iterator() - Method in class oracle.pgx.api.Partition
-
Creates an iterator over all partitions.
- iterator() - Method in class oracle.pgx.api.PgxCollection
-
- iterator() - Method in interface oracle.pgx.api.PgxPath.PathIterable
-
- iteratorAsync() - Method in class oracle.pgx.api.PgxCollection
-
Gets an Iterator over the collection.
- pagerank(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
- pagerank(PgxGraph, boolean) - Method in class oracle.pgx.api.Analyst
-
- pagerank(PgxGraph, double, double, int) - Method in class oracle.pgx.api.Analyst
-
- pagerank(PgxGraph, double, double, int, boolean) - Method in class oracle.pgx.api.Analyst
-
- pagerank(PgxGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of
#pagerankAsync(PgxGraph, VertexProperty<ID, Double>)
Calls
#pagerankAsync(PgxGraph, VertexProperty<ID, Double>)
and waits for the returned
PgxFuture
to complete.
- pagerank(PgxGraph, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of
#pagerankAsync(PgxGraph, boolean, VertexProperty<ID, Double>)
Calls
#pagerankAsync(PgxGraph, boolean, VertexProperty<ID, Double>)
and waits for the returned
PgxFuture
to complete.
- pagerank(PgxGraph, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #pagerankAsync(PgxGraph, double, double, int, VertexProperty<ID, Double>)
.
- pagerank(PgxGraph, double, double, int, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #pagerankAsync(PgxGraph, double, double, int, boolean, VertexProperty<ID, Double>)
.
- pagerankApproximate(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
- pagerankApproximate(PgxGraph, double, double, int) - Method in class oracle.pgx.api.Analyst
-
- pagerankApproximate(PgxGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #pagerankApproximateAsync(PgxGraph, VertexProperty<ID, Double>)
.
- pagerankApproximate(PgxGraph, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #pagerankApproximateAsync(PgxGraph, double, double, int, VertexProperty<ID, Double>)
.
- pagerankApproximateAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Computes an approximate pagerank.
- pagerankApproximateAsync(PgxGraph, double, double, int) - Method in class oracle.pgx.api.Analyst
-
Computes an approximate pagerank.
- pagerankApproximateAsync(PgxGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Computes an approximate pagerank.
- pagerankApproximateAsync(PgxGraph, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Computes an approximate pagerank.
- pagerankAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Classic pagerank algorithm.
- pagerankAsync(PgxGraph, boolean) - Method in class oracle.pgx.api.Analyst
-
Classic pagerank algorithm.
- pagerankAsync(PgxGraph, double, double, int) - Method in class oracle.pgx.api.Analyst
-
Classic pagerank algorithm.
- pagerankAsync(PgxGraph, double, double, int, boolean) - Method in class oracle.pgx.api.Analyst
-
Classic pagerank algorithm.
- pagerankAsync(PgxGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Classic pagerank algorithm.
- pagerankAsync(PgxGraph, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Classic pagerank algorithm.
- pagerankAsync(PgxGraph, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Classic pagerank algorithm.
- pagerankAsync(PgxGraph, double, double, int, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Classic pagerank algorithm.
- Pair<A,B> - Class in oracle.pgx.common
-
- Pair(A, B) - Constructor for class oracle.pgx.common.Pair
-
- 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(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.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() - Method in class oracle.pgx.config.ConfigParser
-
Starts parsing.
- 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.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.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(Map<String, Object>, boolean, String) - Method in interface oracle.pgx.config.GenericConfigBuilder.ConfigParser
-
- 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.MultipleTablesEdgeTypeConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.MultipleTablesEdgeTypeConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.MultipleTablesEdgeTypeConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.MultipleTablesGraphConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.MultipleTablesGraphConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.MultipleTablesGraphConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.MultipleTablesNodePropertyConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.MultipleTablesNodePropertyConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.MultipleTablesNodePropertyConfig
-
Parses a properties file.
- parse(InputStream, boolean, String) - Static method in class oracle.pgx.config.MultipleTablesNodeTypeConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.MultipleTablesNodeTypeConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.MultipleTablesNodeTypeConfig
-
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(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.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.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.TwoTablesSparkGraphConfig
-
Parses an input stream.
- parse(Map<String, Object>, boolean, String) - Static method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
Parses a raw key/value mapping.
- parse(Properties, boolean) - Static method in class oracle.pgx.config.TwoTablesSparkGraphConfig
-
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.
- 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
-
- parseDate(Object) - Static method in enum oracle.pgx.common.types.PropertyType
-
- 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
- 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
-
- Partition<ID> - Class in oracle.pgx.api
-
A vertex partition of a graph.
- partitionConductance(PgxGraph, Partition<ID>) - Method in class oracle.pgx.api.Analyst
-
- partitionConductance(PgxGraph, Partition<ID>, Scalar<Double>, Scalar<Double>) - Method in class oracle.pgx.api.Analyst
-
- partitionConductanceAsync(PgxGraph, Partition<ID>) - Method in class oracle.pgx.api.Analyst
-
Compute the average and minimum conductance among all partitions in a vertex partition.
- partitionConductanceAsync(PgxGraph, Partition<ID>, Scalar<Double>, Scalar<Double>) - Method in class oracle.pgx.api.Analyst
-
Compute the average and minimum conductance among all partitions in a vertex partition.
- partitionModularity(PgxGraph, Partition<ID>) - Method in class oracle.pgx.api.Analyst
-
- partitionModularity(PgxGraph, Partition<ID>, Scalar<Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #partitionModularityAsync(PgxGraph, Partition, Scalar<Double>)
.
- partitionModularityAsync(PgxGraph, Partition<ID>) - Method in class oracle.pgx.api.Analyst
-
Compute the modularity of a partition.
- partitionModularityAsync(PgxGraph, Partition<ID>, Scalar<Double>) - Method in class oracle.pgx.api.Analyst
-
Compute the modularity of a partition.
- partitionModularityAsync(PgxGraph, Partition<ID>, String) - Method in class oracle.pgx.api.Analyst
-
- PatternMatchingSemantic - Enum in oracle.pgx.config
-
an enum for the PGQL pattern matching semantic
- periphery(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
- periphery(PgxGraph, VertexSet<ID>) - Method in class oracle.pgx.api.Analyst
-
- peripheryAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Computes the periphery of the (undirected) graph.
- peripheryAsync(PgxGraph, VertexSet<ID>) - Method in class oracle.pgx.api.Analyst
-
- personalizedPagerank(PgxGraph, PgxVertex<ID>) - Method in class oracle.pgx.api.Analyst
-
- personalizedPagerank(PgxGraph, PgxVertex<ID>, boolean) - Method in class oracle.pgx.api.Analyst
-
- personalizedPagerank(PgxGraph, PgxVertex<ID>, double, double, int) - Method in class oracle.pgx.api.Analyst
-
- personalizedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, boolean) - Method in class oracle.pgx.api.Analyst
-
- personalizedPagerank(PgxGraph, PgxVertex<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedPagerankAsync(PgxGraph, PgxVertex, VertexProperty<ID, Double>)
.
- personalizedPagerank(PgxGraph, PgxVertex<ID>, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedPagerankAsync(PgxGraph, PgxVertex, boolean, VertexProperty<ID, Double>)
.
- personalizedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedPagerankAsync(PgxGraph, PgxVertex, double, double, int, VertexProperty<ID, Double>)
.
- personalizedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedPagerankAsync(PgxGraph, PgxVertex, double, double, int, boolean, VertexProperty<ID, Double>)
.
- personalizedPagerank(PgxGraph, VertexSet<ID>) - Method in class oracle.pgx.api.Analyst
-
- personalizedPagerank(PgxGraph, VertexSet<ID>, boolean) - Method in class oracle.pgx.api.Analyst
-
- personalizedPagerank(PgxGraph, VertexSet<ID>, double, double, int) - Method in class oracle.pgx.api.Analyst
-
- personalizedPagerank(PgxGraph, VertexSet<ID>, double, double, int, boolean) - Method in class oracle.pgx.api.Analyst
-
- personalizedPagerank(PgxGraph, VertexSet<ID>, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedPagerankAsync(PgxGraph, VertexSet, double, double, int, VertexProperty<ID, Double>)
.
- personalizedPagerank(PgxGraph, VertexSet<ID>, double, double, int, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedPagerankAsync(PgxGraph, VertexSet, double, double, int, boolean, VertexProperty<ID, Double>)
.
- personalizedPagerank(PgxGraph, VertexSet<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedPagerankAsync(PgxGraph, VertexSet, VertexProperty<ID, Double>)
.
- personalizedPagerank(PgxGraph, VertexSet<ID>, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedPagerankAsync(PgxGraph, VertexSet, boolean, VertexProperty<ID, Double>)
.
- 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 (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given vertex v.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, boolean) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given vertex v.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given vertex v.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, boolean) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given vertex v.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given vertex v.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given vertex v.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given vertex v.
- personalizedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given vertex v.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given set of vertices.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, boolean) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given set of vertices.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given set of vertices.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, boolean) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given set of vertices.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given set of vertices.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given set of vertices.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given set of vertices.
- personalizedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, boolean, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized pagerank (random walk with restart) evaluates relative importance of vertices in a graph with respect to a given set of vertices.
- personalizedSalsa(BipartiteGraph, PgxVertex<ID>) - Method in class oracle.pgx.api.Analyst
-
- personalizedSalsa(BipartiteGraph, PgxVertex<ID>, double, int, double) - Method in class oracle.pgx.api.Analyst
-
- personalizedSalsa(BipartiteGraph, PgxVertex<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedSalsaAsync(BipartiteGraph, PgxVertex, VertexProperty<ID, Double>)
.
- personalizedSalsa(BipartiteGraph, PgxVertex<ID>, double, int, double, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedSalsaAsync(BipartiteGraph, PgxVertex, double, int, double, VertexProperty<ID, Double>)
.
- personalizedSalsa(BipartiteGraph, VertexSet<ID>) - Method in class oracle.pgx.api.Analyst
-
- personalizedSalsa(BipartiteGraph, VertexSet<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedSalsaAsync(BipartiteGraph, VertexSet, VertexProperty<ID, Double>)
.
- personalizedSalsa(BipartiteGraph, VertexSet<ID>, double, int, double) - Method in class oracle.pgx.api.Analyst
-
- personalizedSalsa(BipartiteGraph, VertexSet<ID>, double, int, double, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedSalsaAsync(BipartiteGraph, VertexSet, double, int, double, VertexProperty<ID, Double>)
.
- 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 computes recommendations ith respect to a given vertex v.
- personalizedSalsaAsync(BipartiteGraph, PgxVertex<ID>, double, int, double) - Method in class oracle.pgx.api.Analyst
-
Personalized SALSA computes recommendations ith respect to a given vertex v.
- personalizedSalsaAsync(BipartiteGraph, PgxVertex<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized SALSA computes recommendations ith respect to a given vertex v.
- personalizedSalsaAsync(BipartiteGraph, PgxVertex<ID>, double, int, double, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized SALSA computes recommendations ith respect to a given vertex v.
- personalizedSalsaAsync(BipartiteGraph, VertexSet<ID>) - Method in class oracle.pgx.api.Analyst
-
Personalized SALSA computes recommendations ith respect to a given set of vertices.
- personalizedSalsaAsync(BipartiteGraph, VertexSet<ID>, double, int, double) - Method in class oracle.pgx.api.Analyst
-
Personalized SALSA computes recommendations ith respect to a given set of vertices.
- personalizedSalsaAsync(BipartiteGraph, VertexSet<ID>, double, int, double, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized SALSA computes recommendations ith respect to a given set of vertices.
- personalizedSalsaAsync(BipartiteGraph, VertexSet<ID>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized SALSA computes recommendations ith respect to a given set of vertices.
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedWeightedPagerankAsync(PgxGraph, PgxVertex, EdgeProperty, VertexProperty<ID, Double>)
.
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedWeightedPagerankAsync(PgxGraph, PgxVertex, boolean, EdgeProperty,VertexProperty<ID, Double>)
.
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedWeightedPagerankAsync(PgxGraph, PgxVertex, double, double, int, EdgeProperty, VertexProperty<ID, Double>)
.
- personalizedWeightedPagerank(PgxGraph, PgxVertex<ID>, double, double, int, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedWeightedPagerankAsync(PgxGraph, PgxVertex, double, double, int, boolean, EdgeProperty, VertexProperty<ID, Double>)
.
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, double, double, int, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, double, double, int, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedWeightedPagerankAsync(PgxGraph, VertexSet, EdgeProperty,VertexProperty<ID, Double>)
.
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedWeightedPagerankAsync(PgxGraph, VertexSet, boolean, EdgeProperty,VertexProperty<ID, Double>)
.
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, double, double, int, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedWeightedPagerankAsync(PgxGraph, VertexSet, double, double, int, EdgeProperty, VertexProperty<ID, Double>)
.
- personalizedWeightedPagerank(PgxGraph, VertexSet<ID>, double, double, int, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #personalizedWeightedPagerankAsync(PgxGraph, VertexSet, double, double, int, boolean, EdgeProperty, VertexProperty<ID, Double>)
.
- 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 computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, PgxVertex<ID>, double, double, int, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, boolean, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- personalizedWeightedPagerankAsync(PgxGraph, VertexSet<ID>, double, double, int, boolean, EdgeProperty<Double>, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Personalized weighted pagerank computes the pagerank score with respect to a given vertex v or set of vertices from the graph and their corresponding weights.
- 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.
- PgqlResult - Class in oracle.pgx.api
-
A result of a pattern matching query.
- 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.Type - Enum in oracle.pgx.api
-
Type of a result element.
- PgqlResultSet - Interface in oracle.pgx.api
-
Result set of a pattern matching query.
- 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
-
- PgRdbmsGraphConfigFactory(boolean) - Constructor for class oracle.pgx.config.PgRdbmsGraphConfigFactory
-
- 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 extends PgxEntity<ID>,ID> - Class in oracle.pgx.api
-
A collection vertices/edges.
- PgxConfig - Class in oracle.pgx.config
-
PGX Engine Config
- PgxConfig.Field - Enum in oracle.pgx.config
-
Fields of PGX Engine Config
- PgxEdge - Class in oracle.pgx.api
-
- PgxEntity<ID> - Class in oracle.pgx.api
-
An abstraction of vertex and edge.
- PgxFuture<T> - Class in oracle.pgx.api
-
A PGX-specific extension of CompletableFuture
- PgxFuture() - Constructor for class oracle.pgx.api.PgxFuture
-
- PgxGraph - Class in oracle.pgx.api
-
A PGX 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.
- 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
-
- PgxSession - Class in oracle.pgx.api
-
A PGX session represents an active user connected to a
ServerInstance
.
- 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
-
- PickingStrategyBuilder - Class in oracle.pgx.api
-
- pickRandomVertex() - Method in class oracle.pgx.api.PgxGraph
-
- pickRandomVertexAsync() - Method in class oracle.pgx.api.PgxGraph
-
Picks a random vertex in the graph.
- 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.
- previous() - Method in class oracle.pgx.api.PgxPath.PathIterator
-
- previousIndex() - Method in class oracle.pgx.api.PgxPath.PathIterator
-
- 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
-
- PropertiesConfigParser<F extends ConfigField> - Class in oracle.pgx.config
-
A graph configuration parser which reads Java Properties
format.
- Property<ID,K extends PgxEntity<ID>,V> - Class in oracle.pgx.api
-
- 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.
- put(F, Object) - Method in class oracle.pgx.config.GenericConfigBuilder
-
- putAll(Map<? extends F, Object>) - Method in class oracle.pgx.config.GenericConfigBuilder
-
- salsa(BipartiteGraph, int, double, double, int) - Method in class oracle.pgx.api.Analyst
-
- salsa(BipartiteGraph, int) - Method in class oracle.pgx.api.Analyst
-
- salsa(BipartiteGraph) - Method in class oracle.pgx.api.Analyst
-
- salsa(BipartiteGraph, double, int) - Method in class oracle.pgx.api.Analyst
-
- salsa(BipartiteGraph, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #salsaAsync(BipartiteGraph, double, int, VertexProperty<ID, Double>)
.
- salsa(BipartiteGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #salsaAsync(BipartiteGraph, VertexProperty<ID, Double>)
.
- salsaAsync(BipartiteGraph, int) - Method in class oracle.pgx.api.Analyst
-
- salsaAsync(BipartiteGraph, int, double, double, int) - Method in class oracle.pgx.api.Analyst
-
SALSA recommendation algorithm.
- salsaAsync(BipartiteGraph) - Method in class oracle.pgx.api.Analyst
-
- salsaAsync(BipartiteGraph, double, int) - Method in class oracle.pgx.api.Analyst
-
- salsaAsync(BipartiteGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
- salsaAsync(BipartiteGraph, double, int, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
- Scalar<V> - Class in oracle.pgx.api
-
A scalar value.
- sccKosaraju(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
- sccKosaraju(PgxGraph, VertexProperty<ID, Long>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #sccKosarajuAsync(PgxGraph, VertexProperty<ID, Long>)
.
- sccKosarajuAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Find strongly connected components using Kosaraju's algorithm.
- sccKosarajuAsync(PgxGraph, VertexProperty<ID, Long>) - Method in class oracle.pgx.api.Analyst
-
Find strongly connected components using Kosaraju's algorithm.
- sccTarjan(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
- sccTarjan(PgxGraph, VertexProperty<ID, Long>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #sccTarjanAsync(PgxGraph, VertexProperty<ID, Long>)
.
- sccTarjanAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Find strongly connected components using Tarjan's algorithm.
- sccTarjanAsync(PgxGraph, VertexProperty<ID, Long>) - Method in class oracle.pgx.api.Analyst
-
Find strongly connected components using Tarjan's algorithm.
- SchedulerStrategy - Enum in oracle.pgx.config
-
- SERVER_CONFIG_FILE_NAME - Static variable in interface oracle.pgx.api.admin.Control
-
- ServerInstance - Class in oracle.pgx.api
-
A PGX server instance.
- set(K, V) - Method in class oracle.pgx.api.PgxMap
-
- 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
-
- setAddExistingEdgePolicy(OnAddExistingElement) - Method in class oracle.pgx.api.graphbuilder.Changes
-
- 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 class oracle.pgx.api.graphbuilder.Changes
-
- 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
-
- setAsync(K, V) - Method in class oracle.pgx.api.PgxMap
-
Sets the value for a key in the map specified by the given name.
- 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.
- setAutoRefresh(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
- setBlockCacheSize(int) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the block cache size
- setCompression(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the compression.
- setConfig(GraphConfig) - Method in class oracle.pgx.api.GraphMetaData
-
- setCopyMode(PgxGraph.Mode) - Method in class oracle.pgx.api.MutationStrategyBuilder
-
- 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.
- 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
-
- setDataBlockEncoding(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the data block encoding.
- setDataSourceId(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the data source 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 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.TwoTablesSparkGraphConfigBuilder
-
Sets the datastore.
- setDatastore(TwoTablesDatastore) - Method in class oracle.pgx.config.TwoTablesTextGraphConfigBuilder
-
Sets the datastore.
- setDateFormat(String) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the date format used for loading and storing the graph.
- setDefaultUrl(String) - Static method in class oracle.pgx.api.Pgx
-
- setDirected(boolean) - Method in class oracle.pgx.api.GraphMetaData
-
- setEdgeIdType(IdType) - Method in class oracle.pgx.api.GraphMetaData
-
- setEdgeLabel(long, String) - Method in class oracle.pgx.api.graphbuilder.Changes
-
Sets the label of a given edge
- setEdgeProperty(long, String, Object) - Method in class oracle.pgx.api.graphbuilder.Changes
-
Sets the property of the given edge to the given value
- setEdgesKey(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets edge keys
- setEdgesTableName(String) - Method in class oracle.pgx.config.MultipleTablesConfigBuilder
-
- 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.
- 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.AbstractGraphConfigBuilder
-
Sets the error handling on a missing vertex.
- setErrorHandlingOnPropConversion(OnMismatch) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the error handling on prop conversion.
- setErrorHandlingOnTypeMismatch(OnMismatch) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the error handling on type mismatch.
- setFetchIntervalSec(int) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the refresh interval in seconds.
- setFilter(GraphFilter) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
- setFilterStrategy(FilterStrategy) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
- setFormat(Format) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the file format.
- setFormat(Format) - Method in class oracle.pgx.config.MultipleTablesConfigBuilder
-
- 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.
- setHadoopSecAuth(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the Hadoop security authentication
- setHbaseSecAuth(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the HBase security authentication
- setHmKerberosPrincipal(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the HM Kerberos Principal
- setHosts(List<String>) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the lists of hosts.
- setInitialEdgeNumRegions(int) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the initial edge number of regions.
- setInitialVertexNumRegions(int) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the initial vertex number of regions.
- setInsertBatchSize(int) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the batch size for inserting.
- setJdbcUrl(String) - Method in class oracle.pgx.config.MultipleTablesConfigBuilder
-
- setJdbcUrl(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
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.
- setKeytab(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the path to the keytab file
- 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 class oracle.pgx.api.graphbuilder.EdgeBuilderImpl
-
- setLabel(String) - Method in class oracle.pgx.api.graphbuilder.EdgeChanges
-
Updates the label to the given value
- setLabel(String) - Method in class oracle.pgx.api.graphbuilder.EdgeModifierImpl
-
- setLabel(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the label.
- setLabelMergingStrategy(LabelMergingFunction) - Method in class oracle.pgx.api.MergingStrategyBuilder
-
Define a merging function for the edge labels.
- setLoadEdgeLabel(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the edge label loading.
- setLoadVertexLabels(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the vertex label loading.
- 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
- setMaxPreFetchedRows(int) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the maximum number of prefetched rows.
- setMemoryMb(long) - Method in class oracle.pgx.api.GraphMetaData
-
- setMultiEdges(PgxGraph.MultiEdges) - Method in class oracle.pgx.api.MutationStrategyBuilder
-
- setName(String) - Method in class oracle.pgx.config.AbstractPgGraphConfigBuilder
-
Sets the Property Graph (PG) name.
- setName(String) - Method in class oracle.pgx.config.RdfGraphConfigBuilder
-
- setNewGraphName(String) - Method in class oracle.pgx.api.MutationStrategyBuilder
-
Set name of new graph name.
- setNodeIdType(IdType) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
- setNodesKey(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets node keys.
- setNodesTableName(String) - Method in class oracle.pgx.config.MultipleTablesConfigBuilder
-
- setNodesTableName(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the nodes table name.
- setNumConnections(int) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the number of connections.
- setNumEdges(long) - Method in class oracle.pgx.api.GraphMetaData
-
- setNumSparkEdgeWorkers(int) - Method in class oracle.pgx.config.TwoTablesSparkGraphConfigBuilder
-
Sets the number of spark workers for edge table
- setNumSparkNodeWorkers(int) - Method in class oracle.pgx.config.TwoTablesSparkGraphConfigBuilder
-
Sets the number of spark workers for nodes table
- 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
-
- setOpenTimeMs(long) - Method in class oracle.pgx.api.DataListener
-
- setOptions(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets additional options.
- setOraclePropertyGraph(Object) - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
Sets the OraclePropertyGraph to use for loading.
- setOwner(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the owner.
- setPassword(String) - Method in class oracle.pgx.config.MultipleTablesConfigBuilder
-
- setPassword(String) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the password
- setPassword(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the password.
- setPassword(String) - Method in class oracle.pgx.config.RdfGraphConfigBuilder
-
- setPassword(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the password.
- setPatternMatchingSemantic(PatternMatchingSemantic) - Method in class oracle.pgx.api.PgxSession
-
Set the pattern matching semantic of the session.
- 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(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.
- setPickByProperty(String, PickingStrategyFunction) - Method in class oracle.pgx.api.PickingStrategyBuilder
-
- setPort(int) - Method in class oracle.pgx.api.DataListener
-
- setPriority(TaskPriority) - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
- setPriorityAsync(TaskPriority) - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
Sets the priority to the given value
- 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(EdgeProperty, MergingFunction) - Method in class oracle.pgx.api.MergingStrategyBuilder
-
Define a merging function for the given edge property.
- setPropertyMergingStrategy(String, MergingFunction) - Method in class oracle.pgx.api.MergingStrategyBuilder
-
- setPropertyValueDelimiter(String) - Method in class oracle.pgx.config.AbstractPgGraphConfigBuilder
-
(only relevant for use_vertex_property_value_as_label
) if null
read the whole property value as label.
- setRequestTimeout(long, TimeUnit) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the request timeout.
- setRowLabel(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the row label.
- setRsKerberosPrincipal(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the RS Kerberos Principal
- setSchema(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the schema.
- setSecurityPolicy(String) - Method in class oracle.pgx.config.PgRdbmsGraphConfigBuilder
-
Sets the security policy.
- setSelfEdges(PgxGraph.SelfEdges) - Method in class oracle.pgx.api.MutationStrategyBuilder
-
- setSeparator(String) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the separator.
- setSerializable(boolean) - Method in class oracle.pgx.config.AbstractConfig
-
Set this config to be serializable
- setSkipEdges(boolean) - Method in class oracle.pgx.config.TwoTablesSparkGraphConfigBuilder
-
Sets the skip nodes flag
- setSkipNodes(boolean) - Method in class oracle.pgx.config.TwoTablesSparkGraphConfigBuilder
-
Sets the skip nodes flag
- 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.
- setSplitsPerRegion(int) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the splits per region.
- setStoreName(String) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the store name.
- setStrictMode(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the strict mode.
- setTablespace(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the tablespace.
- setTimeoutMs(int) - Method in class oracle.pgx.api.DataListener
-
- setToNid(String) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the column ID to write into.
- setTrivialVertices(PgxGraph.TrivialVertices) - Method in class oracle.pgx.api.MutationStrategyBuilder
-
- setTrustStoreFile(String) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the Java truststore file
- setUpdateIntervalSec(int) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
- setUpdateThreshold(int) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
- 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.
- setUsername(String) - Method in class oracle.pgx.config.MultipleTablesConfigBuilder
-
- 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.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.AbstractPgGraphConfigBuilder
-
Load the given property as vertex label.
- 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.
- setVertexIdType(IdType) - Method in class oracle.pgx.api.GraphMetaData
-
- setVertexIdType(IdType) - Method in class oracle.pgx.config.AbstractFileGraphConfigBuilder
-
Sets the vertex id type.
- setVertexIdType(IdType) - Method in class oracle.pgx.config.MultipleTablesConfigBuilder
-
- setVertexIdType(IdType) - Method in class oracle.pgx.config.RdfGraphConfigBuilder
-
- setVertexIdType(IdType) - Method in class oracle.pgx.config.TwoTablesRdbmsGraphConfigBuilder
-
Sets the vertex Id type.
- setVertexIdType(IdType) - Method in class oracle.pgx.config.TwoTablesSparkGraphConfigBuilder
-
Sets the type of vertex IDs
- setVertexProperty(VID, String, Object) - Method in class oracle.pgx.api.graphbuilder.Changes
-
Sets the property of the given vertex to the given value
- 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.
- setWeight(Integer) - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
- setWeightAsync(Integer) - Method in class oracle.pgx.api.executionenvironment.CpuEnvironment
-
Sets the weight to the given value
- 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.
- shortestPathBellmanFord(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathBellmanFord(PgxGraph, PgxVertex<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>, 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
-
Compute single source shortest paths using Bellman & Ford algorithm
Time complexity: O(E * D) with E = number of edges, D = number edges in the shortest length
- shortestPathBellmanFordAsync(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Compute single source shortest paths using Bellman & Ford algorithm
Time complexity: O(E * D) with E = number of edges, D = number edges in the shortest length
- shortestPathBellmanFordReverse(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathBellmanFordReverse(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- 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
-
Compute reverse single source shortest paths using Bellman & Ford algorithm
Time complexity: O(E * D) with E = number of edges, D = number edges in the shortest length
- shortestPathBellmanFordReverseAsync(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Compute reverse single source shortest paths using Bellman & Ford algorithm
Time complexity: O(E * D) with E = number of edges, D = number edges in the shortest length
- shortestPathDijkstra(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathDijkstra(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- 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
-
Compute shortest path using Dijkstra's algorithm.
- shortestPathDijkstraAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Compute shortest path using Dijkstra's algorithm.
- shortestPathDijkstraBidirectional(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathDijkstraBidirectional(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- 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
-
Compute shortest path using a bi-directional Dijkstra variant.
- shortestPathDijkstraBidirectionalAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Compute shortest path using a bi-directional Dijkstra variant.
- 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
-
- shortestPathFilteredDijkstra(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- 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
-
Compute shortest path using Dijkstra's algorithm on a filtered graph
The filter specified by the given filter expression is applied on each edge during traversal of the graph.
- shortestPathFilteredDijkstraAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Compute shortest path using Dijkstra's algorithm on a filtered graph
The filter specified by the given filter expression is applied on each edge during traversal of the graph.
- shortestPathFilteredDijkstraBidirectional(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter) - Method in class oracle.pgx.api.Analyst
-
- shortestPathFilteredDijkstraBidirectional(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- 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
-
Compute shortest path using a bi-directional Dijkstra variant on a filtered graph.
- shortestPathFilteredDijkstraBidirectionalAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Compute shortest path using a bi-directional Dijkstra variant on a filtered graph.
- 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
-
- shortestPathHopDist(PgxGraph, PgxVertex<ID>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- 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
-
Compute hop-distance from given vertex to every other vertex
Time complexity: O(E * d) with E = number of edges, d = diameter of graph
- shortestPathHopDistAsync(PgxGraph, PgxVertex<ID>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Compute hop-distance from given vertex to every other vertex
Time complexity: O(E * d) with E = number of edges, d = diameter of graph
- shortestPathHopDistReverse(PgxGraph, PgxVertex<ID>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathHopDistReverse(PgxGraph, PgxVertex<ID>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
- 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
-
Compute reverse hop-distance from given vertex to every other vertex
Time complexity: O(E * d) with E = number of edges, d = diameter of graph
- shortestPathHopDistReverseAsync(PgxGraph, PgxVertex<ID>, VertexProperty<ID, Double>, VertexProperty<ID, PgxVertex<ID>>, VertexProperty<ID, PgxEdge>) - Method in class oracle.pgx.api.Analyst
-
Compute reverse hop-distance from given vertex to every other vertex
Time complexity: O(E * d) with E = number of edges, d = diameter of graph
- 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
-
- 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() - 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.
- 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.
- 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.
- start() - 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
-
- 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
-
- 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(String) - Method in class oracle.pgx.api.ServerInstance
-
Starts the PGX engine with a custom configuration given as path.
- store(Format, String) - Method in class oracle.pgx.api.PgxGraph
-
- store(Format, 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(GraphConfig, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- storeAsync(Format, 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(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(GraphConfig, boolean) - Method in class oracle.pgx.api.PgxGraph
-
Stores this graph in a file or database.
- strict() - Static method in class oracle.pgx.config.AbstractPgxConfig
-
- 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
-
- supportsPropertyConversion() - Method in enum oracle.pgx.config.Format
-
- 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
- SYSTEM_PROPERTY_PREFIX - Static variable in class oracle.pgx.config.AbstractConfig
-
- 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.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.graphbuilder.Changes.ChangesIntent
-
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.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.IdType
-
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.AnalysisTaskConfig.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.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.FileGraphConfig.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.FrontierTypeStrategy
-
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.GraphPropertyConfig.Field
-
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.MultipleTablesEdgeTypeConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.MultipleTablesGraphConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.MultipleTablesNodePropertyConfig.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.MultipleTablesNodeTypeConfig.Field
-
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.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.PatternMatchingSemantic
-
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.RandomGeneratorStrategy
-
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.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.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.TwoTablesSparkDataFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.TwoTablesSparkGraphConfig.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.
- 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.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.graphbuilder.Changes.ChangesIntent
-
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.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.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.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.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.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.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.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.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.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.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.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.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.MultipleTablesEdgeTypeConfig.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.MultipleTablesGraphConfig.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.MultipleTablesNodePropertyConfig.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.MultipleTablesNodeTypeConfig.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.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.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.PatternMatchingSemantic
-
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.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.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.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.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.TwoTablesSparkDataFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.pgx.config.TwoTablesSparkGraphConfig.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.
- verify(Object) - Method in enum oracle.pgx.api.executionenvironment.ExecutionEnvironmentField
-
- vertexBetweennessCentrality(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
- vertexBetweennessCentrality(PgxGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #vertexBetweennessCentralityAsync(PgxGraph, VertexProperty<ID, Double>)
.
- vertexBetweennessCentralityAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Compute vertex betweenness centrality (without considering edge length).
- vertexBetweennessCentralityAsync(PgxGraph, VertexProperty<ID, Double>) - Method in class oracle.pgx.api.Analyst
-
Compute vertex betweenness centrality (without considering edge length).
- 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
-
- VertexChanges - Class in oracle.pgx.api.graphbuilder
-
A class holding changes for one vertex
- 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
- VertexFilter(String) - Constructor for class oracle.pgx.api.filter.VertexFilter
-
Instantiates a new vertex filter.
- 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
-
- VertexProperty<ID,V> - Class in oracle.pgx.api
-
- 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).