Uses of Package
org.infinispan.xsite.statetransfer
-
Packages that use org.infinispan.xsite.statetransfer Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.xsite org.infinispan.xsite.statetransfer -
Classes in org.infinispan.xsite.statetransfer used by org.infinispan.commands Class Description XSiteState Represents the state of a single key to be sent to a backup site.XSiteStatePushCommand Wraps the state to be sent to another siteXSiteStateTransferControlCommand Command used to control the state transfer between sites.XSiteStateTransferControlCommand.StateTransferControl -
Classes in org.infinispan.xsite.statetransfer used by org.infinispan.xsite Class Description XSiteStatePushCommand Wraps the state to be sent to another siteXSiteStateTransferControlCommand Command used to control the state transfer between sites. -
Classes in org.infinispan.xsite.statetransfer used by org.infinispan.xsite.statetransfer Class Description XSiteState Represents the state of a single key to be sent to a backup site.XSiteStateConsumer It contains the logic needed to consume the state sent from other site.XSiteStateProvider It contains the logic to send state to another site.XSiteStateTransferControlCommand Command used to control the state transfer between sites.XSiteStateTransferControlCommand.StateTransferControl XSiteStateTransferManager It manages the state transfer between sites.