Uses of Class
io.atomix.primitive.session.SessionId
| Package | Description |
|---|---|
| io.atomix.primitive.log | |
| io.atomix.primitive.service |
Provides classes and interfaces for defining distributed primitive state machines.
|
| io.atomix.primitive.session |
Provides classes and interfaces for managing primitive sessions.
|
-
Uses of SessionId in io.atomix.primitive.log
Methods in io.atomix.primitive.log that return SessionId Modifier and Type Method Description SessionIdLogSession. sessionId()Returns the session identifier. -
Uses of SessionId in io.atomix.primitive.service
Methods in io.atomix.primitive.service with parameters of type SessionId Modifier and Type Method Description voidAbstractPrimitiveService. close(SessionId sessionId)voidPrimitiveService. close(SessionId sessionId)Closes the session with the given identifier.voidAbstractPrimitiveService. expire(SessionId sessionId)voidPrimitiveService. expire(SessionId sessionId)Expires the session with the given identifier. -
Uses of SessionId in io.atomix.primitive.session
Methods in io.atomix.primitive.session that return SessionId Modifier and Type Method Description static SessionIdSessionId. from(long id)Returns a new session ID from the given identifier.SessionIdSession. sessionId()Returns the session identifier.SessionIdSessionClient. sessionId()Returns the proxy session identifier.SessionIdSessionMetadata. sessionId()Returns the globally unique session identifier.Methods in io.atomix.primitive.session that return types with arguments of type SessionId Modifier and Type Method Description CompletableFuture<SessionId>SessionIdService. nextSessionId()Returns the next unique session identifier.