Uses of Class
org.infinispan.remoting.responses.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected ValidResponse
SingleResponseCollector.targetNotFound
(Address sender) protected ValidResponse
SingleResponseCollector.withValidResponse
(Address sender, ValidResponse response) Modifier 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
ModifierConstructorDescriptionJGroupsBackupResponse
(Map<org.infinispan.xsite.XSiteBackup, CompletableFuture<ValidResponse>> backupCalls, TimeService timeService) -
Uses of ValidResponse in org.infinispan.util
Modifier and TypeMethodDescriptionTriangleFunctionsUtil.mergeHashMap
(ValidResponse response, Map<Object, Object> resultMap) TriangleFunctionsUtil.mergeList
(ValidResponse response, List<Object> resultList) static Void
TriangleFunctionsUtil.voidMerge
(ValidResponse ignored1, Void ignored2)