- get(K) - Method in class oracle.pgx.api.PgxMap
-
Blocking version of #getAsync()
.
- get(ID) - Method in class oracle.pgx.api.Property
-
Blocking version of #getAsync()
.
- get(K) - Method in class oracle.pgx.api.Property
-
Blocking version of #getAsync()
.
- 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
-
- getAlive() - Method in interface oracle.pgx.api.admin.SessionInfo
-
Gets the number of seconds this session is alive.
- getAliveTime() - Method in interface oracle.pgx.api.admin.PoolInfo
-
Gets the number of seconds this pool is alive.
- getArrayFactoryStrategy() - Method in class oracle.pgx.config.PgxConfig
-
java_arrays = use normal java arrays only (limited to 32bit in length)
java_2d_arrays = use Java 2D arrays only (achieve arrays of 64bit in length with the cost of indirection)
off_heap_arrays = use arrays allocated off-heap (achieve 64bit in length without performance penalty, but with the price of breaking out of the JVM)
dynamic = decide at run-time which allocation strategy to use based on the requested array length
- getArrayFactoryStrategy() - Method in class oracle.pgx.config.RuntimeConfig
-
java_arrays = use normal java arrays only (limited to 32bit in length)
java_2d_arrays = use Java 2D arrays only (achieve arrays of 64bit in length with the cost of indirection)
off_heap_arrays = use arrays allocated off-heap (achieve 64bit in length without performance penalty, but with the price of breaking out of the JVM)
dynamic = decide at run-time which allocation strategy to use based on the requested array length
- 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
-
- getAutoRefreshApplyInterval() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Gets the auto refresh apply interval.
- getAutoRefreshPollingInterval() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Gets the auto refresh polling interval.
- 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.ClientConfig
-
The base url in the format host [ : port][ /path]
of the PGX server REST end-point.
- 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
- getBigPartitionThreshold() - Method in class oracle.pgx.config.PgxConfig
-
the threshold for partitions to be considered 'big'.
- getBlockCacheSize() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
block_cache_size
- getBottomKValues(int) - Method in class oracle.pgx.api.Property
-
Blocking version of #getBottomKValuesAsync()
.
- getBottomKValuesAsync(int) - Method in class oracle.pgx.api.Property
-
Gets the bottom k vertex/edge value pairs according to their value.
- getBusyTime() - Method in interface oracle.pgx.api.admin.PoolInfo
-
Gets the number of seconds this pool spent so far executing tasks.
- 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
)
- getCflags() - Method in class oracle.pgx.config.PgxConfig
-
(only relevant if native analysis is enabled) flags for C++ compiler
- getCharset() - Method in class oracle.pgx.config.ClientConfig
-
Gets the charset.
- getCharset() - Method in class oracle.pgx.config.FileGraphConfig
-
Gets the charset.
- getCharset() - Method in class oracle.pgx.config.GraphErrorHandlingConfig
-
Gets the charset.
- getCharset() - Method in class oracle.pgx.config.GraphLoadingConfig
-
Gets the charset.
- getCharset() - Method in class oracle.pgx.config.GraphPropertyConfig
-
Gets the charset.
- getCharset() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
Gets the charset.
- getCharset() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
Gets the charset.
- getCharset() - Method in class oracle.pgx.config.PgxConfig
-
Gets the charset.
- getCharset() - Method in class oracle.pgx.config.RuntimeConfig
-
Gets the charset.
- getCharset() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
Gets the charset.
- 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.
- getCompression() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
which HBase compression algorithm to use.
- getConfig() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Gets the config.
- 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
-
- getConnection() - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
Gets the connection.
- getCpuTime() - Method in interface oracle.pgx.api.admin.PoolInfo
-
Gets the cpu time.
- 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.
- 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).
- 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.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.TwoTablesGraphConfig
-
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
- getDefault() - Method in class oracle.pgx.config.GraphPropertyConfig
-
default value to be assigned to this property if datasource does not provide it.
- 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.ClientConfig.Field
-
- getDefaultVal() - Method in interface oracle.pgx.config.ConfigField
-
Gets the default value of this field.
- getDefaultVal() - Method in enum oracle.pgx.config.FileGraphConfig.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.PgHbaseGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- getDefaultVal() - Method in enum oracle.pgx.config.TwoTablesGraphConfig.Field
-
- getDefaultValue() - Method in enum oracle.pgx.common.types.PropertyType
-
Returns the default value that was used to create this PropertyType.
- getDestination() - Method in class oracle.pgx.api.PgxPath
-
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.
- getEdge(long) - Method in class oracle.pgx.api.PgxGraph
-
Gets a
PgxEdge
of this graph by ID.
- getEdgeExtension() - Method in class oracle.pgx.config.FileGraphConfig
-
[two_tables_text only]] edges file extension
- getEdgeIdType() - Method in class oracle.pgx.api.GraphMetaData
-
Gets the edge ID type of 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
-
Blocking version of #getEdgePropertyAsync()
.
- getEdgePropertyAsync(String) - Method in class oracle.pgx.api.PgxGraph
-
get 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
- 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
- getEdgeProps() - Method in class oracle.pgx.config.FileGraphConfig
-
specification of edge properties associated with graph
- getEdgeProps() - Method in class oracle.pgx.config.GraphConfig
-
Get the vertex properties of this graph configuration
- getEdgeProps() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
specification of edge properties associated with graph
- getEdgeProps() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
specification of edge properties associated with graph
- getEdgeProps() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
specification of edge properties associated with graph
- getEdges(EdgeFilter) - Method in class oracle.pgx.api.PgxGraph
-
Blocking version of #getEdges()
.
- 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.
- getEdgesKeyColumn() - Method in class oracle.pgx.config.AbstractTwoTablesConfig
-
- getEdgesKeyColumn() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
name of primary key column in edges table
- getEdgesTableName() - Method in class oracle.pgx.config.AbstractTwoTablesConfig
-
- getEdgesTableName() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
name of edges table
- getElementType() - Method in class oracle.pgx.api.PgxCollection
-
Gets the element type.
- getEntityType() - Method in enum oracle.pgx.api.filter.FilterType
-
- getEntityType() - Method in class oracle.pgx.api.Property
-
- 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.PgHbaseGraphConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
error handling configuration
- getErrorHandling() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
error handling configuration
- getFilterExpr() - Method in class oracle.pgx.config.GraphLoadingConfig
-
if not null
, load subgraph specified by this expression
- getFilterExpression() - Method in class oracle.pgx.api.filter.GraphFilterWithExpression
-
- getFirst() - Method in class oracle.pgx.common.Pair
-
- 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.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.TwoTablesGraphConfig
-
graph format (Note: bin is deprecated, use pgb instead)
- getFreeMemory() - Method in interface oracle.pgx.api.admin.MemoryInfo
-
Gets the free available memory.
- getFromNidColumn() - Method in class oracle.pgx.config.AbstractTwoTablesConfig
-
- getFromNidColumn() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
column name for source node
- getGraph() - Method in class oracle.pgx.api.AllPaths
-
Gets the graph.
- getGraph() - Method in class oracle.pgx.api.Partition
-
- 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
-
- 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
-
Blocking version of #getGraphInfoAsync()
.
- getGraphInfo(String, String) - Method in class oracle.pgx.api.ServerInstance
-
Blocking version of #getGraphInfoAsync()
.
- 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.
- getGraphName() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Gets the graph name.
- 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 class oracle.pgx.api.PgxEntity
-
Gets the id.
- getId() - Method in class oracle.pgx.api.PgxSession
-
- getIdleSleepDuration() - Method in class oracle.pgx.config.PgxConfig
-
if engine is idle, duration in milliseconds the dispatcher thread sleeps until checking for new tasks again
- getIdleTimeout() - Method in class oracle.pgx.api.PgxSession
-
Gets the idle timeout of this session.
- 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
- 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, int, int, int) - 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
-
- getInstance(Map<ClientConfig.Field, Object>) - Static method in class oracle.pgx.config.AbstractClientConfig
-
- getInvokeableProviders() - Method in class oracle.pgx.config.PgxConfig
-
list of invokeable providers to be loaded during startup
- 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.AbstractTwoTablesConfig
-
- getJdbcUrl() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
jdbc URL pointing to database
- 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.FileGraphConfig.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.PgHbaseGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- getKeyAliases() - Method in enum oracle.pgx.config.TwoTablesGraphConfig.Field
-
- getKeytab() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
path to keytab file
- getKeyType() - Method in class oracle.pgx.api.PgxMap
-
Gets the key type.
- getLargeArrayStrategy() - Method in class oracle.pgx.config.PgxConfig
-
[relevant for dynamic array factory only] array factory strategy to use when requested array size is exceeding large_array_threshold
- getLargeArrayStrategy() - Method in class oracle.pgx.config.RuntimeConfig
-
[relevant for dynamic array factory only] array factory strategy to use when requested array size is exceeding large_array_threshold
- getLargeArrayThreshold() - Method in class oracle.pgx.config.PgxConfig
-
[relevant for dynamic array factory only] use large_array_strategy when requested array size is exceeding this number.
- getLargeArrayThreshold() - Method in class oracle.pgx.config.RuntimeConfig
-
[relevant for dynamic array factory only] use large_array_strategy when requested array size is exceeding this number.
- 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
- 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.PgHbaseGraphConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
loading-specific configuration
- getLoading() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
loading-specific configuration
- getMaxActiveSessions() - Method in class oracle.pgx.config.PgxConfig
-
the maximum number of sessions allowed to be active at a time
- getMaxMemory() - Method in interface oracle.pgx.api.admin.MemoryInfo
-
Gets the memory JVM will attempt to use.
- 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
- 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.
- 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.
- 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).
- getMemSize() - Method in interface oracle.pgx.api.admin.PropertyInfo
-
Gets the size in bytes of this property.
- getMemSizeGraphInMegabytes() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Gets the size of the graph in megabytes.
- getMemSizePropertiesInMegabytes() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Gets the size of all properties in megabytes.
- getName() - Method in interface oracle.pgx.api.admin.PropertyInfo
-
Gets the name of this property.
- getName() - Method in class oracle.pgx.api.PgxCollection
-
- getName() - Method in class oracle.pgx.api.PgxGraph
-
- 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
-
- getName() - Method in class oracle.pgx.api.Scalar
-
- getName() - Method in class oracle.pgx.config.AbstractFileGraphConfig
-
- getName() - Method in class oracle.pgx.config.AbstractTwoTablesConfig
-
- 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.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)
- getNodeExtension() - Method in class oracle.pgx.config.FileGraphConfig
-
[two_tables_text only] nodes file extension
- 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
- 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.AbstractTwoTablesConfig
-
- getNodesKeyColumn() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
name of primary key column in nodes table
- getNodesTableName() - Method in class oracle.pgx.config.AbstractTwoTablesConfig
-
- getNodesTableName() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
name of nodes table
- getNumEdges() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Gets the number of edges in this graph.
- 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
- getNumNodes() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Gets the number of nodes in this graph.
- 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.
- 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.PgxConfig
-
how many worker threads to use for analysis tasks
- getNumWorkersFastTrackAnalysis() - Method in class oracle.pgx.config.PgxConfig
-
how many worker threads to use for fast-track analysis tasks
- getNumWorkersIo() - Method in class oracle.pgx.config.PgxConfig
-
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
- 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
- getOraclePropertyGraph() - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
Gets the OraclePropertyGraph object.
- getParallelism() - Method in interface oracle.pgx.api.admin.PoolInfo
-
Gets the parallelism of this pool.
- 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.
- getParallelizationStrategy() - Method in class oracle.pgx.config.PgxConfig
-
which parallelization strategy to use.
- getParallelizationStrategy() - Method in class oracle.pgx.config.RuntimeConfig
-
which parallelization strategy to use.
- getParsedDefaultValue() - Method in class oracle.pgx.config.AbstractGraphPropertyConfig
-
- getPartitionByIndex(int) - Method in class oracle.pgx.api.Partition
-
- getPartitionByVertex(PgxVertex<ID>) - Method in class oracle.pgx.api.Partition
-
- getPartitionIndexOfVertex(PgxVertex<ID>) - Method in class oracle.pgx.api.Partition
-
- getPassword() - Method in class oracle.pgx.config.AbstractTwoTablesConfig
-
- getPassword() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
password of a NoSQL user
- getPassword() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
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.
- 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
-
- getPgxVersion() - Method in class oracle.pgx.api.ServerInstance
-
Gets the PGX version.
- 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.
- getPrivateGraphs() - Method in interface oracle.pgx.api.admin.SessionInfo
-
Gets the private graphs.
- getPrivateMemoryUsage() - Method in interface oracle.pgx.api.admin.SessionInfo
-
Gets the private memory usage.
- getProperties() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Gets the properties of this graph.
- getProperty(String) - Method in class oracle.pgx.api.PgxEdge
-
- getProperty(String) - Method in class oracle.pgx.api.PgxVertex
-
- getPropertyAsync(String) - Method in class oracle.pgx.api.PgxEdge
-
Gets the value of a property.
- getPropertyAsync(String) - Method in class oracle.pgx.api.PgxVertex
-
Gets the value of a property.
- getRefreshIntervalMs() - Method in class oracle.pgx.config.GraphLoadingConfig
-
if non-negative, the graph gets refreshed periodically after specified milliseconds have passed.
- getReleaseMemoryThreshold() - Method in class oracle.pgx.config.PgxConfig
-
threshold percentage of used memory after which the engine starts freeing un-used graphs.
- 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
- getRightFilter() - Method in class oracle.pgx.api.filter.BinaryGraphFilterOperation
-
Gets the filter object representing the right side of the operation.
- getRsKerberosPrincipal() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
RS Kerberos principal
- getSCN() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Gets the scn.
- getSecond() - Method in class oracle.pgx.common.Pair
-
- getSeparator() - Method in class oracle.pgx.config.FileGraphConfig
-
[edge_list, adj_list only] separator string for text files
- getServerInstance() - Method in class oracle.pgx.api.PgxSession
-
- getSession() - Method in class oracle.pgx.api.Analyst
-
Gets the session.
- getSession() - Method in class oracle.pgx.api.PgxGraph
-
- getSessionId() - Method in interface oracle.pgx.api.admin.SessionInfo
-
Gets the session id.
- getSessionIdleTimeoutSecs() - Method in class oracle.pgx.config.PgxConfig
-
timeout of idling sessions in seconds.
- getSessionIds() - Method in interface oracle.pgx.api.admin.PoolInfo
-
Gets the session ids of the sessions that are currently using this pool.
- getSessionInfo(String) - Method in interface oracle.pgx.api.admin.Control
-
Gets the session info.
- getSessionInfo(String) - Method in class oracle.pgx.api.ServerInstance
-
Blocking version of #getSessionInfoAsync()
.
- 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.
- getSessions() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Gets the session IDs which have at least one pointer to this shared graph instance.
- getSessionTaskTimeoutSecs() - Method in class oracle.pgx.config.PgxConfig
-
timeout to interrupt long-running tasks submitted by sessions (algorithms, I/O tasks) in seconds.
- getSharedGraphs() - Method in interface oracle.pgx.api.admin.SessionInfo
-
Gets the shared graphs.
- getSharedMemoryUsage() - Method in interface oracle.pgx.api.admin.SessionInfo
-
Gets the shared memory usage.
- 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.PgxPath
-
Gets the source vertex.
- getSource() - Method in class oracle.pgx.api.PgxSession
-
Gets the source.
- getSplitsPerRegion() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
how many splits per region to use when scanning vertices/edges
- getStoreName() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
NoSQL store name
- 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
-
Blocking version of #getThreadPoolInfoAsync()
.
- getThreadPoolInfoAsync(PoolType) - Method in class oracle.pgx.api.ServerInstance
-
Gets the thread pool info.
- 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.AbstractTwoTablesConfig
-
- getToNidColumn() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
column name for destination node
- getTopKValues(int) - Method in class oracle.pgx.api.Property
-
Blocking version of #getTopKValuesAsync()
.
- getTopKValuesAsync(int) - Method in class oracle.pgx.api.Property
-
Gets the top k vertex/edge value pairs according to their value.
- getTotalAnalysisTime() - Method in interface oracle.pgx.api.admin.SessionInfo
-
Gets the total analysis time.
- getTotalMemory() - Method in interface oracle.pgx.api.admin.MemoryInfo
-
Gets the total available memory.
- getTrustStoreFile() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
the name and path to a Java truststore file
- getType() - Method in interface oracle.pgx.api.admin.PoolInfo
-
Gets the type of the thread pool.
- getType() - Method in interface oracle.pgx.api.admin.PropertyInfo
-
Gets the type of this property.
- 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.PgxMap
-
Gets the map type.
- 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 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.FileGraphConfig.Field
-
- getType() - Method in enum oracle.pgx.config.GraphErrorHandlingConfig.Field
-
- getType() - Method in enum oracle.pgx.config.GraphLoadingConfig.Field
-
- getType() - Method in enum oracle.pgx.config.GraphPropertyConfig.Field
-
- getType() - Method in class oracle.pgx.config.GraphPropertyConfig
-
type of property.
- 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.PgxConfig.Field
-
- getType() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- getType() - Method in enum oracle.pgx.config.TwoTablesGraphConfig.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.
- 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.FileGraphConfig
-
unified resource identifier, either pointing to a a local file (relative to the location of this config or absolute), a web resource (prefix http://'
or https://
), a HDFS path (prefix hdfs:
) or a classpath (prefix classpath:
or jar:
)
- getUsedMemory() - Method in interface oracle.pgx.api.admin.MemoryInfo
-
Gets the used memory.
- getUsername() - Method in class oracle.pgx.config.AbstractTwoTablesConfig
-
- getUsername() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
name of a NoSQL user
- getUsername() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
username to use when connecting to database
- getUserPrincipal() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
User principal
- getValues() - Method in class oracle.pgx.api.Property
-
- 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.FileGraphConfig
-
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 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.PgxConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.RuntimeConfig
-
Gets the parsed values.
- getValues() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
Gets the parsed values.
- getValuesAsync() - Method in class oracle.pgx.api.Property
-
Gets the values.
- getValuesWithoutDefaults() - Method in class oracle.pgx.config.ClientConfig
-
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.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.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.PgxConfig
-
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.TwoTablesGraphConfig
-
Gets the values without defaults.
- getValueType() - Method in class oracle.pgx.api.PgxMap
-
Gets the value type.
- getVertex(ID) - Method in class oracle.pgx.api.PgxGraph
-
- 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.TwoTablesGraphConfig
-
type of the vertex id
- 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
-
Blocking version of #getVertexPropertyAsync()
.
- getVertexPropertyAsync(String) - Method in class oracle.pgx.api.PgxGraph
-
Gets a vertex property of this graph
- getVertexProps() - Method in class oracle.pgx.config.FileGraphConfig
-
specification of vertex properties associated with graph
- getVertexProps() - Method in class oracle.pgx.config.GraphConfig
-
Get the vertex properties of this graph configuration
- getVertexProps() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
specification of vertex properties associated with graph
- getVertexProps() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
specification of vertex properties associated with graph
- getVertexProps() - Method in class oracle.pgx.config.TwoTablesGraphConfig
-
specification of vertex properties associated with graph
- getVertices(VertexFilter) - Method in class oracle.pgx.api.PgxGraph
-
Blocking version of #getVerticesAsync()
.
- getVertices() - Method in class oracle.pgx.api.PgxPath
-
Gets the vertices of this path.
- getVerticesAsync(VertexFilter) - Method in class oracle.pgx.api.PgxGraph
-
Creates a new Vertex Set containing vertices according to the given filter expression.
- getZkClientPort() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
ZooKeeper client port
- getZkQuorum() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
ZooKeeper Quorum value
- getZkSessionTimeout() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
ZooKeeper session timeout (in milliseconds)
- 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
-
- GraphInfo - Interface in oracle.pgx.api.admin
-
Information about a graph
- 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
-
Blocking version of #inDegreeCentralityAsync()
.
- inDegreeCentralityAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Compute in-degree centrality.
- inDegreeDistribution(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #inDegreeDistributionAsync()
.
- inDegreeDistributionAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Computes the indegree distribution of the given graph and stores it in a map.
- init(InputStream, File) - 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.
- isAllowIdleTimeoutOverwrite() - Method in class oracle.pgx.config.PgxConfig
-
if true
, sessions can overwrite default idle timeout
- isAllowTaskTimeoutOverwrite() - Method in class oracle.pgx.config.PgxConfig
-
if true
, sessions can overwrite default task timeout
- 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.FileGraphConfig.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.PgHbaseGraphConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- isArray() - Method in enum oracle.pgx.config.TwoTablesGraphConfig.Field
-
- isAutoRefreshed() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Checks if is the graph auto-refreshed.
- 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.
- isBusy() - Method in interface oracle.pgx.api.admin.PoolInfo
-
Checks if the pool is busy.
- 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
- isEmbeddedInstance() - Method in class oracle.pgx.api.ServerInstance
-
Checks if is embedded instance.
- isEnableGmCompiler() - Method in class oracle.pgx.config.PgxConfig
-
if true
, enable dynamic code compilation during runtime.
- 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 enum oracle.pgx.config.ClientConfig.Field
-
- isEnum() - Method in interface oracle.pgx.config.ConfigField
-
Checks if this field is of enum type.
- isEnum() - Method in enum oracle.pgx.config.FileGraphConfig.Field
-
- isEnum() - Method in enum oracle.pgx.config.GraphErrorHandlingConfig.Field
-
- isEnum() - Method in enum oracle.pgx.config.GraphLoadingConfig.Field
-
- isEnum() - Method in enum oracle.pgx.config.GraphPropertyConfig.Field
-
- isEnum() - Method in enum oracle.pgx.config.PgHbaseGraphConfig.Field
-
- isEnum() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- isEnum() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- isEnum() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- isEnum() - Method in enum oracle.pgx.config.TwoTablesGraphConfig.Field
-
- 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(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.
- isFresh() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Checks if the graph is fresh.
- 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.
- isInitialized() - Static method in class oracle.pgx.config.AbstractPgxConfig
-
- isInitialized() - Static method in class oracle.pgx.config.AbstractRuntimeConfig
-
- 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
- isLoadEdgeLabel() - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
Checks if the edge label should be loaded in this configuration.
- isLoadEdgeLabel() - Method in class oracle.pgx.config.PgHbaseGraphConfig
-
whether or not to load the edge label (string) into memory as well.
- isLoadEdgeLabel() - Method in class oracle.pgx.config.PgNosqlGraphConfig
-
whether or not to load the edge label (string) into memory as well.
- isNodeOrEdge() - Method in enum oracle.pgx.common.types.PropertyType
-
Returns true if this PropertyType is an edge or node type.
- isNodeProperty() - Method in interface oracle.pgx.api.admin.PropertyInfo
-
Checks if this property is a node property.
- isNumericType() - Method in enum oracle.pgx.common.types.PropertyType
-
Returns true if this PropertyType is a numeric type.
- 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.FileGraphConfig.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.PgHbaseGraphConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- isPath() - Method in enum oracle.pgx.config.TwoTablesGraphConfig.Field
-
- isPinned() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Checks if the graph is pinned.
- isPrimitive() - Method in enum oracle.pgx.config.ClientConfig.Field
-
- isPrimitive() - Method in interface oracle.pgx.config.ConfigField
-
Checks if this field is of primitive type.
- isPrimitive() - Method in enum oracle.pgx.config.FileGraphConfig.Field
-
- isPrimitive() - Method in enum oracle.pgx.config.GraphErrorHandlingConfig.Field
-
- isPrimitive() - Method in enum oracle.pgx.config.GraphLoadingConfig.Field
-
- isPrimitive() - Method in enum oracle.pgx.config.GraphPropertyConfig.Field
-
- isPrimitive() - Method in enum oracle.pgx.config.PgHbaseGraphConfig.Field
-
- isPrimitive() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- isPrimitive() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- isPrimitive() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- isPrimitive() - Method in enum oracle.pgx.config.TwoTablesGraphConfig.Field
-
- isPrivate() - Method in interface oracle.pgx.api.admin.GraphInfo
-
Checks if the graph is private.
- isPrivate() - Method in interface oracle.pgx.api.admin.PropertyInfo
-
Checks if this property is private.
- 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.FileGraphConfig.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.PgHbaseGraphConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.PgNosqlGraphConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.PgxConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.RuntimeConfig.Field
-
- isRequired() - Method in enum oracle.pgx.config.TwoTablesGraphConfig.Field
-
- isRunning() - Method in interface oracle.pgx.api.admin.Control
-
Check if the engine is currently up
- 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.
- isThrowOutOfMemoryErrorDuringAllocation() - Method in class oracle.pgx.config.PgxConfig
-
(for debugging) if true
, engine will throw OutOfMemoryErrors on purpose when trying to allocate large memory chunks.
- isThrowOutOfMemoryErrorDuringLoading() - Method in class oracle.pgx.config.PgxConfig
-
(for debugging) if true
, engine will throw OutOfMemoryErrors on purpose when trying to load graphs from disk.
- isThrowOutOfMemoryErrorDuringMutation() - Method in class oracle.pgx.config.PgxConfig
-
(for debugging) if true
, engine will throw OutOfMemoryErrors on purpose when trying to mutate graphs.
- isTransient() - Method in class oracle.pgx.api.PgxGraph
-
- isTransient() - Method in class oracle.pgx.api.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 programs
- isUnsafeAllowLocalFilesystem() - 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.
- isUseNativeAnalysis() - Method in class oracle.pgx.config.PgxConfig
-
execute analyses using Java (false
) or C++ (true
) runtime
- isUseNativeLoaders() - Method in class oracle.pgx.config.PgxConfig
-
use Java (false
) or C++ (true
) graph loader framework
- isUseStringPool() - Method in class oracle.pgx.config.PgxConfig
-
If true
, PGX will store string properties in a pool in order to consume less memory on string properties
- isUseStringPool() - Method in class oracle.pgx.config.RuntimeConfig
-
If true
, PGX will store string properties in a pool in order to consume less memory on string properties
- iterator() - Method in class oracle.pgx.api.Partition
-
- 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.
- salsa(BipartiteGraph, int, double, double, int) - Method in class oracle.pgx.api.Analyst
-
- salsa(BipartiteGraph, int) - Method in class oracle.pgx.api.Analyst
-
- 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.
- Scalar<V> - Class in oracle.pgx.api
-
A scalar value.
- sccKosaraju(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #sccKosarajuAsync()
.
- sccKosarajuAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Find strongly connected components using Kosaraju's algorithm.
- sccTarjan(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #sccTarjanAsync()
.
- sccTarjanAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Find strongly connected components using Tarjan's algorithm.
- SERVER_CONFIG_FILE_NAME - Static variable in interface oracle.pgx.api.admin.Control
-
- ServerInstance - Class in oracle.pgx.api
-
A PGX server instance.
- SessionInfo - Interface in oracle.pgx.api.admin
-
Information about a session
- set(K, V) - Method in class oracle.pgx.api.PgxMap
-
Blocking version of #setAsync()
.
- set(E) - Method in class oracle.pgx.api.PgxPath.PathIterator
-
- set(K, V) - Method in class oracle.pgx.api.Property
-
Blocking version of #setAsync()
.
- set(V) - Method in class oracle.pgx.api.Scalar
-
Blocking version of #setAsync()
.
- 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
-
- setAsync(V) - Method in class oracle.pgx.api.Scalar
-
Sets the scalar value.
- 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
-
- setConnection(Object) - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
Sets the connection.
- setCreateEdgeIdIndex(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the create edge id index flag.
- setCreateEdgeIdIndex(boolean) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
- setCreateEdgeIdIndex(boolean) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
- setCreateEdgeIdIndex(boolean) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
- setCreateEdgeIdIndex(boolean) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setCreateEdgeIdMapping(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the create edge id mapping.
- setCreateEdgeIdMapping(boolean) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
- setCreateEdgeIdMapping(boolean) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
- setCreateEdgeIdMapping(boolean) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
- setCreateEdgeIdMapping(boolean) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setCreateVertexIdIndex(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the create vertex ID index flag.
- setCreateVertexIdIndex(boolean) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
- setCreateVertexIdIndex(boolean) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
- setCreateVertexIdIndex(boolean) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
- setCreateVertexIdIndex(boolean) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setCreateVertexIdMapping(boolean) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the create vertex id mapping flag.
- setCreateVertexIdMapping(boolean) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
- setCreateVertexIdMapping(boolean) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
- setCreateVertexIdMapping(boolean) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
- setCreateVertexIdMapping(boolean) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setCreationRequestTimestamp(long) - Method in class oracle.pgx.api.GraphMetaData
-
- setCreationTimestamp(long) - Method in class oracle.pgx.api.GraphMetaData
-
- setDataSourceVersion(String) - Method in class oracle.pgx.api.GraphMetaData
-
- setDateFormat(String) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the date format used for loading and storing the graph.
- setDateFormat(String) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
- setDefaultUrl(String) - Static method in class oracle.pgx.api.Pgx
-
- setEdgeExtension(String) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
Sets the edge file extension.
- setEdgeIdType(IdType) - Method in class oracle.pgx.api.GraphMetaData
-
- setEdgesKey(String) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setEdgesTableName(String) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setErrorHandlingOnMissedPropKey(OnMismatch) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the error handling on missed prop key.
- setErrorHandlingOnMissedPropKey(OnMismatch) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
- setErrorHandlingOnMissedPropKey(OnMismatch) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
- setErrorHandlingOnMissedPropKey(OnMismatch) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
- setErrorHandlingOnMissedPropKey(OnMismatch) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setErrorHandlingOnPropConversion(OnMismatch) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the error handling on prop conversion.
- setErrorHandlingOnPropConversion(OnMismatch) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
- setErrorHandlingOnPropConversion(OnMismatch) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
- setErrorHandlingOnPropConversion(OnMismatch) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
- setErrorHandlingOnPropConversion(OnMismatch) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setErrorHandlingOnTypeMismatch(OnMismatch) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the error handling on type mismatch.
- setErrorHandlingOnTypeMismatch(OnMismatch) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
- setErrorHandlingOnTypeMismatch(OnMismatch) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
- setErrorHandlingOnTypeMismatch(OnMismatch) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
- setErrorHandlingOnTypeMismatch(OnMismatch) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setFormat(Format) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
Sets the file format.
- setFromNid(String) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- 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.
- setJdbcUrl(String) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setKeytab(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the path to the keytab file
- setLoadEdgeLabel(boolean) - Method in class oracle.pgx.config.AbstractPgGraphConfigBuilder
-
Sets whether to load edge label.
- setLoadEdgeLabel(boolean) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
- setLoadEdgeLabel(boolean) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
- setMaxNumConnections(int) - Method in class oracle.pgx.config.AbstractPgGraphConfigBuilder
-
Sets the maximum number of connections.
- setMaxNumConnections(int) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
- setMaxNumConnections(int) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
- setMemoryMb(long) - Method in class oracle.pgx.api.GraphMetaData
-
- setName(String) - Method in class oracle.pgx.config.AbstractPgGraphConfigBuilder
-
Sets the Property Graph (PG) name.
- setName(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
- setName(String) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
- setNodeExtension(String) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
Sets the node file extension.
- setNodeIdType(IdType) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
- setNodesKey(String) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setNodesTableName(String) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setNumEdges(long) - Method in class oracle.pgx.api.GraphMetaData
-
- setNumVertices(long) - Method in class oracle.pgx.api.GraphMetaData
-
- setOraclePropertyGraph(Object) - Method in class oracle.pgx.config.AbstractPgGraphConfig
-
Sets the OraclePropertyGraph object.
- setPassword(String) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the password
- setPassword(String) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setRefreshIntervalMs(int) - Method in class oracle.pgx.config.AbstractGraphConfigBuilder
-
Sets the refresh interval in milliseconds
- setRefreshIntervalMs(int) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
- setRefreshIntervalMs(int) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
- setRefreshIntervalMs(int) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
- setRefreshIntervalMs(int) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setRequestTimeout(long, TimeUnit) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the request timeout.
- setRsKerberosPrincipal(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the RS Kerberos Principal
- setSeparator(String) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
Sets the separator.
- setSerializable(boolean) - Method in class oracle.pgx.config.AbstractConfig
-
Set this config to be serializable
- 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.
- setToNid(String) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setTrustStoreFile(String) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the Java truststore file
- setUri(String) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
Sets the unified resource identifier (URI) string pointing to a file with graph data.
- setUsername(String) - Method in class oracle.pgx.config.PgNosqlGraphConfigBuilder
-
Sets the username
- setUsername(String) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setUserPrincipal(String) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the User Principal
- setValues(Map<K, V>) - Method in class oracle.pgx.api.Property
-
Blocking version of #setValuesAsync()
.
- setValues(Map<K, V>, V) - Method in class oracle.pgx.api.Property
-
Blocking version of #setValuesAsync()
.
- setValuesAsync(Map<K, V>) - Method in class oracle.pgx.api.Property
-
- setValuesAsync(Map<K, V>, V) - Method in class oracle.pgx.api.Property
-
Sets the values of a property.
- setVertexIdType(IdType) - Method in class oracle.pgx.api.GraphMetaData
-
- setVertexIdType(IdType) - Method in class oracle.pgx.config.FileGraphConfigBuilder
-
Sets the vertex id type.
- setVertexIdType(IdType) - Method in class oracle.pgx.config.TwoTablesGraphConfigBuilder
-
- setZkClientPort(int) - Method in class oracle.pgx.config.PgHbaseGraphConfigBuilder
-
Sets the ZooKeeper client port.
- 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, ID, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathBellmanFord(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #shortestPathBellmanFordAsync()
.
- 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
- shortestPathBellmanFordReverse(PgxGraph, ID, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathBellmanFordReverse(PgxGraph, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #shortestPathBellmanFordReverseAsync()
.
- 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
- shortestPathDijkstra(PgxGraph, ID, ID, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathDijkstra(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #shortestPathDijkstraAsync()
.
- shortestPathDijkstraAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Compute shortest path using Dijkstra's algorithm.
- shortestPathDijkstraBidirectional(PgxGraph, ID, ID, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
- shortestPathDijkstraBidirectional(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #shortestPathDijkstraBidirectionalAsync()
.
- shortestPathDijkstraBidirectionalAsync(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>) - Method in class oracle.pgx.api.Analyst
-
Compute shortest path using a bi-directional Dijkstra variant.
- shortestPathFilteredDijkstra(PgxGraph, ID, ID, EdgeProperty<Double>, GraphFilter) - Method in class oracle.pgx.api.Analyst
-
- shortestPathFilteredDijkstra(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #shortestPathFilteredDijkstraAsync()
.
- 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.
- shortestPathFilteredDijkstraBidirectional(PgxGraph, ID, ID, EdgeProperty<Double>, GraphFilter) - Method in class oracle.pgx.api.Analyst
-
- shortestPathFilteredDijkstraBidirectional(PgxGraph, PgxVertex<ID>, PgxVertex<ID>, EdgeProperty<Double>, GraphFilter) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #shortestPathFilteredDijkstraBidirectionalAsync()
.
- 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.
- shortestPathHopDist(PgxGraph, ID) - Method in class oracle.pgx.api.Analyst
-
- shortestPathHopDist(PgxGraph, PgxVertex<ID>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #shortestPathHopDistAsync()
.
- 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
- shortestPathHopDistReverse(PgxGraph, ID) - Method in class oracle.pgx.api.Analyst
-
- shortestPathHopDistReverse(PgxGraph, PgxVertex<ID>) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #shortestPathHopDistReverseAsync()
.
- 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
- 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
-
Blocking version of #shutdownEngineAsync()
.
- 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 class oracle.pgx.api.admin.AbstractControl
-
- shutdownNowIfRunning() - Method in interface oracle.pgx.api.admin.Control
-
- simplify(PgxGraph.MultiEdges, PgxGraph.SelfEdges, PgxGraph.TrivialVertices, PgxGraph.Mode, String) - Method in class oracle.pgx.api.PgxGraph
-
Blocking version of #simplifyAsync()
.
- simplify(Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, PgxGraph.MultiEdges, PgxGraph.SelfEdges, PgxGraph.TrivialVertices, PgxGraph.Mode, String) - Method in class oracle.pgx.api.PgxGraph
-
Blocking version of #simplifyAsync()
.
- 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.
- size() - Method in class oracle.pgx.api.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
-
Size.
- sortByDegree() - Method in class oracle.pgx.api.PgxGraph
-
- sortByDegree(String) - Method in class oracle.pgx.api.PgxGraph
-
- sortByDegree(PgxGraph.Direction, PgxGraph.Degree, PgxGraph.Mode, String) - Method in class oracle.pgx.api.PgxGraph
-
- sortByDegree(Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, PgxGraph.Direction, 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.Direction, 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.Direction, 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
-
Blocking version of #sparsifyAsync()
.
- sparsify(double, String) - Method in class oracle.pgx.api.PgxGraph
-
Blocking version of #sparsifyAsync()
.
- sparsify(Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, double, String) - Method in class oracle.pgx.api.PgxGraph
-
Blocking version of #sparsifyAsync()
.
- 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 class oracle.pgx.api.admin.AbstractControl
-
- start(Map<PgxConfig.Field, Object>) - Method in class oracle.pgx.api.admin.AbstractControl
-
- start(InputStream) - Method in class oracle.pgx.api.admin.AbstractControl
-
- 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
-
- storeAsync(Format, String) - Method in class oracle.pgx.api.PgxGraph
-
- storeAsync(Format, String, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- storeAsync(Format, String, Collection<VertexProperty<?, ?>>, Collection<EdgeProperty<?>>, boolean) - Method in class oracle.pgx.api.PgxGraph
-
- strict() - Static method in class oracle.pgx.config.AbstractPgxConfig
-
- 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.MapType
-
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.Direction
-
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.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.CollectionType
-
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.ArrayFactoryStrategy
-
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.FileGraphConfig.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.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.OnMismatch
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.pgx.config.ParallelizationStrategy
-
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.PgxConfig.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.TwoTablesGraphConfig.Field
-
Returns the enum constant of this type with the specified name.
- 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.MapType
-
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.Direction
-
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.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.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.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.ArrayFactoryStrategy
-
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.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.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.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.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.ParallelizationStrategy
-
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.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.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.TwoTablesGraphConfig.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- vertexBetweennessCentrality(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Blocking version of #vertexBetweennessCentralityAsync()
.
- vertexBetweennessCentralityAsync(PgxGraph) - Method in class oracle.pgx.api.Analyst
-
Compute vertex betweenness centrality (without considering edge length).
- VertexCollection<ID extends Comparable<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.
- VertexProperty<ID extends Comparable<ID>,V extends Comparable<V>> - Class in oracle.pgx.api
-
- VertexSequence<ID extends Comparable<ID>> - Class in oracle.pgx.api
-
An ordered sequence of vertices which may contain duplicates.
- VertexSet<ID extends Comparable<ID>> - Class in oracle.pgx.api
-
An unordered set of vertices (no duplicates).