| Package | Description |
|---|---|
| io.atomix.primitive |
Provides classes and interfaces for defining and managing primitive types.
|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
| io.atomix.protocols.backup |
Provides a
PrimitiveProtocol implementation for multi-primary replication and
classes for managing primary-backup clients/servers. |
| io.atomix.protocols.raft |
Provides classes and interfaces for managing Raft clients and servers.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveTypeRegistry |
PrimitiveManagementService.getPrimitiveTypeRegistry()
Returns the primitive type registry.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveTypeRegistry |
PartitionManagementService.getPrimitiveTypes()
Returns the primitive type registry.
|
| Modifier and Type | Method and Description |
|---|---|
PrimaryBackupServer.Builder |
PrimaryBackupServer.Builder.withPrimitiveTypes(PrimitiveTypeRegistry primitiveTypes)
Sets the primitive types.
|
| Modifier and Type | Method and Description |
|---|---|
RaftServer.Builder |
RaftServer.Builder.withPrimitiveTypes(PrimitiveTypeRegistry primitiveTypes)
Sets the primitive types.
|
Copyright © 2013–2018. All rights reserved.