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.factories Factories are internal components used to create other components based on a cache's configuration.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 site -
Classes in org.infinispan.xsite.statetransfer used by org.infinispan.factories Class Description XSiteStateTransferManager It manages the state transfer between sites. -
Classes in org.infinispan.xsite.statetransfer used by org.infinispan.xsite Class Description XSiteStatePushCommand Wraps the state to be sent to another site -
Classes in org.infinispan.xsite.statetransfer used by org.infinispan.xsite.statetransfer Class Description NoOpXSiteStateProvider A no-op implementation ofXSiteStateProvider.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.XSiteStateTransferManager It manages the state transfer between sites.