| Package | Description |
|---|---|
| io.atomix.primitive.partition |
Provides classes and interfaces for managing primitive partitions, partition groups, and member groups.
|
| io.atomix.primitive.session |
Provides classes and interfaces for managing primitive sessions.
|
| io.atomix.protocols.backup |
Provides a
PrimitiveProtocol implementation for multi-primary replication and
classes for managing primary-backup clients/servers. |
| Modifier and Type | Method and Description |
|---|---|
SessionIdService |
PartitionManagementService.getSessionIdService()
Returns the session ID generator service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagedSessionIdService
Managed session ID service.
|
| Modifier and Type | Method and Description |
|---|---|
PrimaryBackupClient.Builder |
PrimaryBackupClient.Builder.withSessionIdProvider(SessionIdService sessionIdService)
Sets the session ID provider.
|
| Constructor and Description |
|---|
PrimaryBackupClient(String clientName,
PartitionId partitionId,
ClusterMembershipService clusterMembershipService,
io.atomix.protocols.backup.protocol.PrimaryBackupClientProtocol protocol,
PrimaryElection primaryElection,
SessionIdService sessionIdService,
io.atomix.utils.concurrent.ThreadContextFactory threadContextFactory,
boolean closeOnStop) |
Copyright © 2013–2018. All rights reserved.