Uses of Interface
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
Subinterfaces of ValidResponse in org.infinispan.remoting.responsesClasses in org.infinispan.remoting.responses that implement ValidResponseModifier and TypeClassDescriptionclass
AValidResponse
used by Optimistic Transactions.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
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
(S sender, ValidResponse<?> response) -
Uses of ValidResponse in org.infinispan.remoting.transport.impl
Subclasses with type arguments of type ValidResponse in org.infinispan.remoting.transport.implModifier and TypeClassDescriptionclass
Response collector for a single response.Classes in org.infinispan.remoting.transport.impl that implement interfaces with type arguments of type ValidResponseMethods in org.infinispan.remoting.transport.impl that return ValidResponseModifier and TypeMethodDescriptionprotected ValidResponse
<?> SingleResponseCollector.targetNotFound
(S sender) protected ValidResponse
<?> SingleResponseCollector.withValidResponse
(S 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
(S 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)