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