Package | Description |
---|---|
com.opencloud.rhino.facilities.sessionownership |
Modifier and Type | Method and Description |
---|---|
AdoptionResult |
SessionOwnershipFacility.tryAdoptRecord(SessionOwnershipRecord recordToAdopt)
Synchronously inspect a session ownership record and potentially "adopt" (change ownership to this node) it using a CAS operation.
|
AdoptionResult |
SessionOwnershipFacility.tryAdoptRecord(String recordPrimaryKey)
Synchronously reads the session ownership store to find the session ownership record and may then attempt to adopt by a CAS race.
|