| Package | Description |
|---|---|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
| io.atomix.protocols.backup.partition |
Provides
PartitionGroup and Partition
implementations for primary-backup. |
| io.atomix.protocols.raft.partition |
Provides
PartitionGroup and Partition
implementations for the Raft consensus protocol. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagedPartitionGroup
Managed partition group.
|
| Modifier and Type | Method and Description |
|---|---|
default PartitionGroup |
PartitionService.getPartitionGroup(PrimitiveProtocol.Type type)
Returns the first partition group that matches the given primitive type.
|
default PartitionGroup |
PartitionService.getPartitionGroup(ProxyProtocol protocol)
Returns the first partition group that matches the given primitive protocol.
|
PartitionGroup |
PartitionService.getPartitionGroup(String name)
Returns a partition group by name.
|
PartitionGroup |
PartitionService.getSystemPartitionGroup()
Returns the system partition group.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PartitionGroup> |
PartitionService.getPartitionGroups()
Returns a collection of all partition groups.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrimaryBackupPartitionGroup
Primary-backup partition group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RaftPartitionGroup
Raft partition group.
|
Copyright © 2013–2018. All rights reserved.