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 XSiteStatePushCommandCommandsFactory.buildXSiteStatePushCommand(XSiteState[] chunk) Deprecated, for removal: This API element is subject to removal in a future version.default XSiteStatePushRequestCommandsFactory.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 classWARNING: Generated code!Methods in org.infinispan.xsite.statetransfer that return XSiteStateModifier and TypeMethodDescriptionstatic XSiteStateXSiteState.fromCacheLoader(MarshallableEntry<?, ?> marshalledEntry) static XSiteStateXSiteState.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 TypeMethodDescriptionvoidXSiteState$___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 TypeMethodDescriptionvoidXSiteStateConsumer.applyState(List<XSiteState> chunk) It applies state from other site.voidXSiteStateConsumerImpl.applyState(List<XSiteState> chunk) voidXSiteStatePushTask.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