| Package | Description |
|---|---|
| io.atomix.primitive.session |
Provides classes and interfaces for managing primitive sessions.
|
| io.atomix.protocols.backup.session |
Provides a
SessionClient implementation for primary-backup. |
| io.atomix.protocols.raft.session |
Provides a
Session implementation for the Raft consensus protocol. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SessionClient> |
SessionClient.connect()
Connects the proxy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrimaryBackupSessionClient
Primary-backup session client.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SessionClient> |
PrimaryBackupSessionClient.connect() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RaftSessionClient
Raft primitive proxy.
|
Copyright © 2013–2018. All rights reserved.