| Package | Description |
|---|---|
| oracle.pgx.api |
This package contains the main Java APIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentCollection<ID> |
class |
VertexSequence<ID>
An ordered sequence of vertices which may contain duplicates.
|
class |
VertexSet<ID>
An unordered set of vertices (no duplicates).
|
| Modifier and Type | Method and Description |
|---|---|
VertexCollection<ID> |
Partition.getPartitionByIndex(long index)
Gets a partition by index.
|
VertexCollection<ID> |
Partition.getPartitionByVertex(PgxVertex<ID> vertex)
Gets the partition a particular vertex belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<VertexCollection<ID>> |
Partition.iterator()
Creates an iterator over all partitions.
|
Copyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.