Package org.infinispan.xsite.statetransfer
-
Interface Summary Interface Description 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. -
Class Summary Class Description CorePackageImpl NoOpXSiteStateProvider A no-op implementation ofXSiteStateProvider.NoOpXSiteStateTransferManager A no-op implementation ofXSiteStateTransferManager.XSiteState Represents the state of a single key to be sent to a backup site.XSiteState.XSiteStateExternalizer XSiteStateConsumerImpl It contains the logic needed to consume the state sent from other site.XSiteStateProviderImpl It contains the logic to send state to another site.XSiteStatePushCommand Wraps the state to be sent to another siteXSiteStateTransferCollector It collects the acknowledgements sent from local site member to signal the ending of the state sent.XSiteStateTransferManagerImpl XSiteStateTransferManagerimplementation.