Package com.opencloud.rhino.facilities.replicatedstorage
-
Interface Summary Interface Description ReplicatedStorage AReplicatedStorage
instance represents a lookup table that is transparently shared between instances of a resource adaptor entity on all nodes of a Rhino cluster.ReplicatedStorage.Entry Implemented by SLEE.ReplicatedStorage.Key RAs must implement this interface.ReplicatedStorage.PartitionedKey An optional extension interface to ReplicatedStorage.Key that allows a resource adaptor to provide a specific partition key with a regular key.ReplicatedStorageFacility -
Enum Summary Enum Description ReplicatedStorage.LookupFlag Optional flags that can be used to affect state lookup behaviour in aReplicatedStorage.retrieve(Key, EnumSet)
operation.ReplicatedStorage.UpdateFlag Optional flags that can be used to affect state management behaviour in anReplicatedStorage.update(Entry, byte[], EnumSet)
operation. -
Exception Summary Exception Description ReplicatedStorageException Thrown when an error occurs with the RA’s replicated storage.