| Package | Description |
|---|---|
| io.atomix.primitive.partition |
| Modifier and Type | Method and Description |
|---|---|
Partition |
PartitionGroup.getPartition(PartitionId partitionId)
Returns a partition by ID.
|
default Partition |
PartitionGroup.getPartition(String key)
Returns the partition for the given key.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Partition> |
PartitionGroup.getPartitions()
Returns a collection of all partitions.
|
Copyright © 2013–2018. All rights reserved.