| Package | Description |
|---|---|
| io.atomix.primitive.session |
Provides classes and interfaces for managing primitive sessions.
|
| io.atomix.protocols.raft.session |
Provides a
Session implementation for the Raft consensus protocol. |
| Modifier and Type | Method and Description |
|---|---|
Session.State |
Session.getState()
Returns the session state.
|
static Session.State |
Session.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.State[] |
Session.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Session.State |
RaftSession.getState() |
Copyright © 2013–2018. All rights reserved.