Interface | Description |
---|---|
SessionOwnershipFacility |
The session ownership facility provides a mechanism for tracking which node is currently responsible for processing
a given session.
|
SessionOwnershipReadListener |
Callback interface for Session Ownership Facility users that reports the outcome of read (retrieve) query operations.
|
SessionOwnershipWriteListener |
Callback interface for Session Ownership Facility users that reports the outcome of write (store and delete) query operations.
|
SessionOwnershipWriteResult |
Provides the result of any attempt to write data into the session ownership store.
|
Class | Description |
---|---|
SessionOwnershipRecord |
A Session Owner Record represents data for a single session stored by the session ownership facility.
|
SessionOwnershipRecord.Builder |
Builder of Session Ownership Records.
|
Enum | Description |
---|---|
WriteResult |
Session ownership facility write result types.
|