Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
oracle.pgx.api.admin |
This package contains the administrative interfaces of PGX.
|
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
|
EdgeCollection
A collection of edges.
|
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).
|
GraphMetaData
Meta information about
PgxGraph . |
MapType
The types of maps PGX supports.
|
Partition
A vertex partition of a graph.
|
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 |
PgxGraph.Direction |
PgxGraph.Mode |
PgxGraph.MultiEdges |
PgxGraph.SelfEdges |
PgxGraph.TrivialVertices |
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 . |
PgxVertex
A vertex of a
PgxGraph . |
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.
|
VertexCollection
A collection of vertices.
|
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.
|
Copyright © 2015. All rights reserved.