Package io.atomix.primitive.session
Class SessionMetadata
java.lang.Object
io.atomix.primitive.session.SessionMetadata
public final class SessionMetadata extends Object
Primitive session metadata.
-
Constructor Summary
Constructors Constructor Description SessionMetadata(long id, String name, String type) -
Method Summary
-
Constructor Details
-
Method Details
-
sessionId
Returns the globally unique session identifier.- Returns:
- The globally unique session identifier.
-
primitiveName
Returns the session name.- Returns:
- The session name.
-
primitiveType
Returns the session type.- Returns:
- The session type.
-
hashCode
public int hashCode() -
equals
-
toString
-