Class XSiteState
java.lang.Object
org.infinispan.xsite.statetransfer.XSiteState
Represents the state of a single key to be sent to a backup site. It contains the only needed information, i.e., the
key, current value and associated metadata.
- Since:
- 7.0
- Author:
- Pedro Ruivo
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic XSiteState
fromCacheLoader
(MarshallableEntry<?, ?> marshalledEntry) static XSiteState
fromDataContainer
(InternalCacheEntry<?, ?> entry) final Object
key()
final Metadata
metadata()
toString()
final Object
value()