| 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 | Method and Description |
|---|---|
PartitionGroup.Type |
PartitionGroupTypeRegistry.getGroupType(String name)
Returns the partition group type with the given name.
|
PartitionGroup.Type |
PartitionGroup.type()
Returns the partition group type.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PartitionGroup.Type> |
PartitionGroupTypeRegistry.getGroupTypes()
Returns the collection of partition group type configurations.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PrimaryBackupPartitionGroup.Type
Primary-backup partition group type.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionGroup.Type |
PrimaryBackupPartitionGroupConfig.getType() |
PartitionGroup.Type |
PrimaryBackupPartitionGroup.type() |
| Modifier and Type | Class and Description |
|---|---|
static class |
RaftPartitionGroup.Type
Raft partition group type.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionGroup.Type |
RaftPartitionGroupConfig.getType() |
PartitionGroup.Type |
RaftPartitionGroup.type() |
Copyright © 2013–2018. All rights reserved.