Uses of Class
org.infinispan.xsite.statetransfer.XSiteState
-
Packages that use XSiteState Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.xsite.statetransfer -
-
Uses of XSiteState in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type XSiteState Modifier and Type Method Description XSiteStatePushCommandCommandsFactory. buildXSiteStatePushCommand(XSiteState[] chunk, long timeoutMillis)Builds XSiteStatePushCommand used to transfer a single chunk of data between sites.XSiteStatePushCommandCommandsFactoryImpl. buildXSiteStatePushCommand(XSiteState[] chunk, long timeoutMillis) -
Uses of XSiteState in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer that return XSiteState Modifier and Type Method Description static XSiteStateXSiteState. fromCacheLoader(MarshallableEntry<?,?> marshalledEntry)static XSiteStateXSiteState. fromDataContainer(InternalCacheEntry<?,?> entry)XSiteState[]XSiteStatePushCommand. getChunk()XSiteStateXSiteState.XSiteStateExternalizer. readObject(ObjectInput input)Methods in org.infinispan.xsite.statetransfer that return types with arguments of type XSiteState Modifier and Type Method Description Set<Class<? extends XSiteState>>XSiteState.XSiteStateExternalizer. getTypeClasses()Methods in org.infinispan.xsite.statetransfer with parameters of type XSiteState Modifier and Type Method Description voidXSiteStateConsumer. applyState(XSiteState[] chunk)It applies state from other site.voidXSiteStateConsumerImpl. applyState(XSiteState[] chunk)voidXSiteState.XSiteStateExternalizer. writeObject(ObjectOutput output, XSiteState object)Constructors in org.infinispan.xsite.statetransfer with parameters of type XSiteState Constructor Description XSiteStatePushCommand(ByteString cacheName, XSiteState[] chunk, long timeoutMillis)
-