Uses of Class
org.infinispan.xsite.statetransfer.XSiteState
Packages that use XSiteState
Package
Description
Commands that operate on the cache, either locally or remotely.
-
Uses of XSiteState in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type XSiteStateModifier and TypeMethodDescriptionCommandsFactory.buildXSiteStatePushCommand
(XSiteState[] chunk) Builds XSiteStatePushCommand used to transfer a single chunk of data between sites.CommandsFactoryImpl.buildXSiteStatePushCommand
(XSiteState[] chunk) CommandsFactory.buildXSiteStatePushRequest
(XSiteState[] chunk, long timeoutMillis) CommandsFactoryImpl.buildXSiteStatePushRequest
(XSiteState[] chunk, long timeoutMillis) -
Uses of XSiteState in org.infinispan.xsite.commands.remote
Constructors in org.infinispan.xsite.commands.remote with parameters of type XSiteStateModifierConstructorDescriptionXSiteStatePushRequest
(ByteString cacheName, XSiteState[] chunk, long timeoutMillis) -
Uses of XSiteState in org.infinispan.xsite.irac
Method parameters in org.infinispan.xsite.irac with type arguments of type XSiteStateModifier and TypeMethodDescriptionDefaultIracManager.trackForStateTransfer
(Collection<XSiteState> stateList) IracManager.trackForStateTransfer
(Collection<XSiteState> stateList) Tracks a set of keys to be sent to the remote site.NoOpIracManager.trackForStateTransfer
(Collection<XSiteState> stateList) -
Uses of XSiteState in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer that return XSiteStateModifier and TypeMethodDescriptionstatic XSiteState
XSiteState.fromCacheLoader
(MarshallableEntry<?, ?> marshalledEntry) static XSiteState
XSiteState.fromDataContainer
(InternalCacheEntry<?, ?> entry) XSiteState.XSiteStateExternalizer.readObject
(ObjectInput input) Methods in org.infinispan.xsite.statetransfer that return types with arguments of type XSiteStateModifier and TypeMethodDescriptionSet
<Class<? extends XSiteState>> XSiteState.XSiteStateExternalizer.getTypeClasses()
Methods in org.infinispan.xsite.statetransfer with parameters of type XSiteStateModifier and TypeMethodDescriptionvoid
XSiteStateConsumer.applyState
(XSiteState[] chunk) It applies state from other site.void
XSiteStateConsumerImpl.applyState
(XSiteState[] chunk) void
XSiteState.XSiteStateExternalizer.writeObject
(ObjectOutput output, XSiteState object) Method parameters in org.infinispan.xsite.statetransfer with type arguments of type XSiteStateModifier and TypeMethodDescriptionvoid
XSiteStatePushTask.execute
(io.reactivex.rxjava3.core.Flowable<XSiteState> flowable, CompletionStage<Void> delayer) Perform the state transfer with the state fromFlowable
.Constructors in org.infinispan.xsite.statetransfer with parameters of type XSiteState