Uses of Class
org.infinispan.remoting.responses.ValidResponse
Packages that use ValidResponse
Package
Description
Interceptors dealing with command replication in distributed/replicated mode.
Abstractions of the different response types allowed during RPC.
Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
Uses of ValidResponse in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution that return ValidResponseModifier and TypeMethodDescriptiondefault ValidResponseBiasedCollector.addResponse(Address sender, Response response) default ValidResponseBiasedCollector.finish()Methods in org.infinispan.interceptors.distribution that return types with arguments of type ValidResponseModifier and TypeMethodDescriptionprotected CompletionStage<ValidResponse>BiasedScatteredDistributionInterceptor.manyWriteOnRemotePrimary(Address target, WriteCommand command, CommandAckCollector.MultiTargetCollector multiTargetCollector) protected CompletionStage<ValidResponse>ScatteredDistributionInterceptor.manyWriteOnRemotePrimary(Address target, WriteCommand command, CommandAckCollector.MultiTargetCollector multiTargetCollector) protected CompletionStage<ValidResponse>BiasedScatteredDistributionInterceptor.singleWriteOnRemotePrimary(Address target, DataWriteCommand command) protected CompletionStage<ValidResponse>ScatteredDistributionInterceptor.singleWriteOnRemotePrimary(Address target, DataWriteCommand command) This method is called by a non-owner sending write request to the primary owner -
Uses of ValidResponse in org.infinispan.remoting.responses
Subclasses of ValidResponse in org.infinispan.remoting.responsesModifier and TypeClassDescriptionclassclassAValidResponseused by Optimistic Transactions.classA successful responseclassAn unsuccessful responseclassAn unsure response - used with Dist - essentially asks the caller to check the next response from the next node since the sender is in a state of flux (probably in the middle of rebalancing) -
Uses of ValidResponse in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport with parameters of type ValidResponseModifier and TypeMethodDescriptionprotected abstract TValidResponseCollector.addValidResponse(Address sender, ValidResponse response) Process a valid response from a target.protected abstract TValidSingleResponseCollector.withValidResponse(Address sender, ValidResponse response) -
Uses of ValidResponse in org.infinispan.remoting.transport.impl
Methods in org.infinispan.remoting.transport.impl that return ValidResponseModifier and TypeMethodDescriptionprotected ValidResponseSingleResponseCollector.targetNotFound(Address sender) protected ValidResponseSingleResponseCollector.withValidResponse(Address sender, ValidResponse response) Methods in org.infinispan.remoting.transport.impl with parameters of type ValidResponseModifier and TypeMethodDescriptionvoidXSiteResponseImpl.accept(ValidResponse response, Throwable throwable) FilterMapResponseCollector.addValidResponse(Address sender, ValidResponse response) MapResponseCollector.addValidResponse(Address sender, ValidResponse response) protected VoidVoidResponseCollector.addValidResponse(Address sender, ValidResponse response) protected ValidResponseSingleResponseCollector.withValidResponse(Address sender, ValidResponse response) SingletonMapResponseCollector.withValidResponse(Address sender, ValidResponse response) -
Uses of ValidResponse in org.infinispan.remoting.transport.jgroups
Constructor parameters in org.infinispan.remoting.transport.jgroups with type arguments of type ValidResponseModifierConstructorDescriptionJGroupsBackupResponse(Map<XSiteBackup, CompletableFuture<ValidResponse>> backupCalls, org.infinispan.commons.time.TimeService timeService) -
Uses of ValidResponse in org.infinispan.util
Methods in org.infinispan.util with parameters of type ValidResponseModifier and TypeMethodDescriptionTriangleFunctionsUtil.mergeHashMap(ValidResponse response, Map<Object, Object> resultMap) TriangleFunctionsUtil.mergeList(ValidResponse response, List<Object> resultList) static VoidTriangleFunctionsUtil.voidMerge(ValidResponse ignored1, Void ignored2)