Uses of Class
org.infinispan.remoting.responses.ValidResponse
-
Packages that use ValidResponse Package Description org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC.org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.remoting.transport.impl org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.util 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 ValidResponse Modifier and Type Method Description default ValidResponse
BiasedCollector. addResponse(Address sender, Response response)
default ValidResponse
BiasedCollector. finish()
Methods in org.infinispan.interceptors.distribution that return types with arguments of type ValidResponse Modifier and Type Method Description protected CompletionStage<ValidResponse>
BiasedScatteredDistributionInterceptor. manyWriteOnRemotePrimary(Address target, org.infinispan.commands.write.WriteCommand command, CommandAckCollector.MultiTargetCollector multiTargetCollector)
protected CompletionStage<ValidResponse>
ScatteredDistributionInterceptor. manyWriteOnRemotePrimary(Address target, org.infinispan.commands.write.WriteCommand command, CommandAckCollector.MultiTargetCollector multiTargetCollector)
protected CompletionStage<ValidResponse>
BiasedScatteredDistributionInterceptor. singleWriteOnRemotePrimary(Address target, org.infinispan.commands.write.DataWriteCommand command)
protected CompletionStage<ValidResponse>
ScatteredDistributionInterceptor. singleWriteOnRemotePrimary(Address target, org.infinispan.commands.write.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.responses Modifier and Type Class Description class
BiasRevocationResponse
class
SuccessfulResponse
A successful responseclass
UnsuccessfulResponse
An unsuccessful responseclass
UnsureResponse
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 ValidResponse Modifier and Type Method Description protected 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 ValidResponse Modifier and Type Method Description protected ValidResponse
SingleResponseCollector. targetNotFound(Address sender)
protected ValidResponse
SingleResponseCollector. withValidResponse(Address sender, ValidResponse response)
Methods in org.infinispan.remoting.transport.impl with parameters of type ValidResponse Modifier and Type Method Description protected Map<Address,Response>
FilterMapResponseCollector. addValidResponse(Address sender, ValidResponse response)
protected Map<Address,Response>
MapResponseCollector. addValidResponse(Address sender, ValidResponse response)
protected Void
VoidResponseCollector. addValidResponse(Address sender, ValidResponse response)
protected ValidResponse
SingleResponseCollector. withValidResponse(Address sender, ValidResponse response)
protected Map<Address,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 ValidResponse Constructor Description JGroupsBackupResponse(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 ValidResponse Modifier and Type Method Description static Map<Object,Object>
TriangleFunctionsUtil. mergeHashMap(ValidResponse response, Map<Object,Object> resultMap)
static List<Object>
TriangleFunctionsUtil. mergeList(ValidResponse response, List<Object> resultList)
static Void
TriangleFunctionsUtil. voidMerge(ValidResponse ignored1, Void ignored2)
-