| Package | Description |
|---|---|
| io.atomix.protocols.raft.session |
Interfaces for managing client sessions on a Raft server.
|
| Modifier and Type | Method and Description |
|---|---|
static RaftSessionEvent.Type |
RaftSessionEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RaftSessionEvent.Type[] |
RaftSessionEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RaftSessionEvent(RaftSessionEvent.Type type,
RaftSession subject) |
RaftSessionEvent(RaftSessionEvent.Type type,
RaftSession subject,
long time) |
Copyright © 2013–2017. All rights reserved.