Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.admin |
This package contains the administrative interfaces of PGX.
|
oracle.pgx.api.executionenvironment |
This packages contains classes for session execution environments.
|
oracle.pgx.api.graphbuilder |
This package contains the APIs to build a new in-memory graph from scratch as well as the APIs to change an existing in-memory graph.
|
Class and Description |
---|
AllPaths
The paths from one source vertex to all other vertices.
|
Analyst
The Analyst gives access to all built-in algorithms of PGX.
|
BipartiteGraph
A bipartite
PgxGraph . |
Destroyable
Sub-classes of Destroyable can be explicitly destroyed
|
EdgeBuilder
An edge builder for defining edges added with the
GraphBuilderImpl . |
EdgeCollection
A collection of edges.
|
EdgeLabel |
EdgeModifier |
EdgeProperty
An edge property of a
PgxGraph . |
EdgeSequence
An ordered sequence of edges which may contain duplicates.
|
EdgeSet
An unordered set of edges (no duplicates).
|
EntryIterable
Marker interface for an iterable over map entries.
|
GraphBuilder |
GraphBuilderImpl
A graph builder for constructing a
PgxGraph . |
GraphChangeSet |
GraphMetaData
Meta information about
PgxGraph . |
MapIterable
Marker interface for an iterable over map entries.
|
MatrixFactorizationModel
Object that holds the state for repeatedly returning estimated ratings.
|
MergingStrategyBuilder |
MutationStrategyBuilder |
Partition
A vertex partition of a graph.
|
PgqlResult
A result of a pattern matching query.
|
PgqlResultElement
Type and variable name information on a pattern matching result element.
|
PgqlResultElement.Type
Type of a result element.
|
PgqlResultSet
Result set of a pattern matching query.
|
PgxCollection
A collection vertices/edges.
|
PgxEdge
An edge of a
PgxGraph . |
PgxEntity
An abstraction of vertex and edge.
|
PgxFuture
A PGX-specific extension of
CompletableFuture |
PgxGraph
A PGX Graph
|
PgxGraph.Degree
The degree.
|
PgxGraph.Mode
The mutation mode.
|
PgxGraph.MultiEdges
The multi-edges behavior.
|
PgxGraph.SelfEdges
The self-edges behavior.
|
PgxGraph.SortOrder
The direction.
|
PgxGraph.TrivialVertices
The trivial vertices behavior.
|
PgxManagedObject
A PGX managed object.
|
PgxMap
A map is a collection of key-value pairs.
|
PgxPath
A path from a source to a destination vertex in a
PgxGraph . |
PgxPath.PathIterable |
PgxPath.PathIterator
A read-only
ListIterator with an additional PgxPath.PathIterator.reset() method to start over iteration. |
PgxSession
A PGX session represents an active user connected to a
ServerInstance . |
PgxVect
A vector.
|
PgxVertex
A vertex of a
PgxGraph . |
PickingStrategyBuilder |
PoolType
An enum for the different thread-pools available within PGX.
|
Property
A property of a
PgxGraph . |
Scalar
A scalar value.
|
ServerInstance
A PGX server instance.
|
VertexBuilder
A vertex builder for defining vertices added with the
GraphBuilderImpl . |
VertexCollection
A collection of vertices.
|
VertexLabels |
VertexModifier |
VertexProperty
A vertex property of a
PgxGraph . |
VertexSequence
An ordered sequence of vertices which may contain duplicates.
|
VertexSet
An unordered set of vertices (no duplicates).
|
Class and Description |
---|
PgxFuture
A PGX-specific extension of
CompletableFuture |
PoolType
An enum for the different thread-pools available within PGX.
|
Class and Description |
---|
PgxFuture
A PGX-specific extension of
CompletableFuture |
PgxSession
A PGX session represents an active user connected to a
ServerInstance . |
Class and Description |
---|
EdgeBuilder
An edge builder for defining edges added with the
GraphBuilderImpl . |
EdgeModifier |
GraphBuilder |
GraphBuilderImpl
A graph builder for constructing a
PgxGraph . |
GraphChangeSet |
GraphChangeSetImpl |
VertexBuilder
A vertex builder for defining vertices added with the
GraphBuilderImpl . |
VertexModifier |
Copyright © 2017 Oracle Corp. All Rights Reserved.