Uses of Class
com.opencloud.rhino.facilities.sessionownership.AdoptionResult
-
Packages that use AdoptionResult Package Description com.opencloud.rhino.facilities.sessionownership -
-
Uses of AdoptionResult in com.opencloud.rhino.facilities.sessionownership
Methods in com.opencloud.rhino.facilities.sessionownership that return AdoptionResult Modifier and Type Method 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.
-