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 TypeMethodDescriptiondefault XSiteStatePushCommand
CommandsFactory.buildXSiteStatePushCommand
(XSiteState[] chunk) Deprecated, for removal: This API element is subject to removal in a future version.default XSiteStatePushRequest
CommandsFactory.buildXSiteStatePushRequest
(XSiteState[] chunk, long timeoutMillis) Deprecated, for removal: This API element is subject to removal in a future version.since 16.0, useCommandsFactory.buildXSiteStatePushRequest(List, long)
insteadMethod parameters in org.infinispan.commands with type arguments of type XSiteStateModifier and TypeMethodDescriptionCommandsFactory.buildXSiteStatePushCommand
(List<XSiteState> chunk) Builds XSiteStatePushCommand used to transfer a single chunk of data between sites.CommandsFactoryImpl.buildXSiteStatePushCommand
(List<XSiteState> chunk) CommandsFactory.buildXSiteStatePushRequest
(List<XSiteState> chunk, long timeoutMillis) CommandsFactoryImpl.buildXSiteStatePushRequest
(List<XSiteState> chunk, long timeoutMillis) -
Uses of XSiteState in org.infinispan.xsite.commands.remote
Constructor parameters in org.infinispan.xsite.commands.remote with type arguments of type XSiteStateModifierConstructorDescriptionXSiteStatePushRequest
(ByteString cacheName, List<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
Classes in org.infinispan.xsite.statetransfer that implement interfaces with type arguments of type XSiteStateModifier and TypeClassDescriptionfinal class
WARNING: Generated code!Methods in org.infinispan.xsite.statetransfer that return XSiteStateModifier and TypeMethodDescriptionstatic XSiteState
XSiteState.fromCacheLoader
(MarshallableEntry<?, ?> marshalledEntry) static XSiteState
XSiteState.fromDataContainer
(InternalCacheEntry<?, ?> entry) XSiteState$___Marshaller_383dd29f8c980d8fe716b30ec2ece2772a5b18ff67ecaa9beafe80bd5b033b47.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.xsite.statetransfer that return types with arguments of type XSiteStateModifier and TypeMethodDescriptionXSiteStatePushCommand.getChunk()
XSiteState$___Marshaller_383dd29f8c980d8fe716b30ec2ece2772a5b18ff67ecaa9beafe80bd5b033b47.getJavaClass()
Methods in org.infinispan.xsite.statetransfer with parameters of type XSiteStateModifier and TypeMethodDescriptionvoid
XSiteState$___Marshaller_383dd29f8c980d8fe716b30ec2ece2772a5b18ff67ecaa9beafe80bd5b033b47.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, XSiteState $2) Method parameters in org.infinispan.xsite.statetransfer with type arguments of type XSiteStateModifier and TypeMethodDescriptionvoid
XSiteStateConsumer.applyState
(List<XSiteState> chunk) It applies state from other site.void
XSiteStateConsumerImpl.applyState
(List<XSiteState> chunk) void
XSiteStatePushTask.execute
(io.reactivex.rxjava3.core.Flowable<XSiteState> flowable, CompletionStage<Void> delayer) Perform the state transfer with the state fromFlowable
.Constructor parameters in org.infinispan.xsite.statetransfer with type arguments of type XSiteStateModifierConstructorDescriptionXSiteStatePushCommand
(ByteString cacheName, List<XSiteState> chunk)
CommandsFactory.buildXSiteStatePushCommand(List)
instead