Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
Modifier and Type | Class and Description |
---|---|
class |
VertexSequence<ID extends Comparable<ID>>
An ordered sequence of vertices which may contain duplicates.
|
class |
VertexSet<ID extends Comparable<ID>>
An unordered set of vertices (no duplicates).
|
Modifier and Type | Method and Description |
---|---|
VertexCollection<ID> |
Partition.getPartitionByIndex(int index) |
VertexCollection<ID> |
Partition.getPartitionByVertex(PgxVertex<ID> vertex) |
Modifier and Type | Method and Description |
---|---|
Iterator<VertexCollection<ID>> |
Partition.iterator() |
Copyright © 2015. All rights reserved.