| Package | Description |
|---|---|
| io.atomix.primitive.partition |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagedPartitionGroup
Managed partition group.
|
| Modifier and Type | Method and Description |
|---|---|
default PartitionGroup |
PartitionService.getDefaultPartitionGroup()
Returns the default partition group.
|
default PartitionGroup |
PartitionService.getPartitionGroup(PrimitiveProtocol.Type type)
Returns the first partition group that matches the given primitive type.
|
default PartitionGroup |
PartitionService.getPartitionGroup(PrimitiveProtocol protocol)
Returns the first partition group that matches the given primitive protocol.
|
PartitionGroup |
PartitionService.getPartitionGroup(String name)
Returns a partition group by name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PartitionGroup> |
PartitionService.getPartitionGroups()
Returns a collection of all partition groups.
|
Copyright © 2013–2018. All rights reserved.