Uses of Class
org.infinispan.remoting.responses.ValidResponse
Packages that use ValidResponse
Package
Description
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.remoting.responses
Subclasses of ValidResponse in org.infinispan.remoting.responsesModifier and TypeClassDescriptionclass
class
AValidResponse
used by Optimistic Transactions.class
A successful responseclass
An unsuccessful responseclass
An 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 T
ValidResponseCollector.addValidResponse
(Address sender, ValidResponse response) Process a valid response from a target.protected abstract T
ValidSingleResponseCollector.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 ValidResponse
SingleResponseCollector.targetNotFound
(Address sender) protected ValidResponse
SingleResponseCollector.withValidResponse
(Address sender, ValidResponse response) Methods in org.infinispan.remoting.transport.impl with parameters of type ValidResponseModifier and TypeMethodDescriptionvoid
XSiteResponseImpl.accept
(ValidResponse response, Throwable throwable) FilterMapResponseCollector.addValidResponse
(Address sender, ValidResponse response) MapResponseCollector.addValidResponse
(Address sender, ValidResponse response) protected Void
VoidResponseCollector.addValidResponse
(Address sender, ValidResponse response) protected ValidResponse
SingleResponseCollector.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<org.infinispan.xsite.XSiteBackup, CompletableFuture<ValidResponse>> backupCalls, 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 Void
TriangleFunctionsUtil.voidMerge
(ValidResponse ignored1, Void ignored2)