| Package | Description |
|---|---|
| io.atomix.primitive.proxy | |
| io.atomix.primitive.session |
Interfaces for managing client sessions on a Raft server.
|
| Modifier and Type | Method and Description |
|---|---|
SessionId |
PrimitiveProxy.sessionId()
Returns the proxy session identifier.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionId |
SessionId.from(long id)
Returns a new session ID from the given identifier.
|
SessionId |
Session.sessionId()
Returns the session identifier.
|
SessionId |
SessionMetadata.sessionId()
Returns the globally unique session identifier.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SessionId> |
SessionIdService.nextSessionId()
Returns the next unique session identifier.
|
Copyright © 2013–2018. All rights reserved.