Uses of Interface
org.infinispan.remoting.responses.Response
Packages that use Response
Package
Description
Remote communication between cache instances.
Abstractions of the different response types allowed during RPC.
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
-
Uses of Response in org.infinispan.remoting
Classes in org.infinispan.remoting that implement interfaces with type arguments of type ResponseModifier and TypeClassDescriptionclassSimulates a remote invocation on the local node.classSimulates a remote invocation on the local node.Methods in org.infinispan.remoting that return ResponseMethods in org.infinispan.remoting that return types with arguments of type Response -
Uses of Response in org.infinispan.remoting.responses
Subinterfaces of Response in org.infinispan.remoting.responsesModifier and TypeInterfaceDescriptioninterfaceAn invalid responseinterfaceA successful responseinterfaceA valid responseClasses in org.infinispan.remoting.responses that implement ResponseModifier and TypeClassDescriptionclassA response that signals the named cache is not running on the target node.classA response that encapsulates an exceptionclassAValidResponseused by Optimistic Transactions.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassAn 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)Methods in org.infinispan.remoting.responses that return ResponseModifier and TypeMethodDescriptionDefaultResponseGenerator.getResponse(org.infinispan.commands.remote.CacheRpcCommand command, Object rv) ResponseGenerator.getResponse(org.infinispan.commands.remote.CacheRpcCommand command, Object returnValue) Methods in org.infinispan.remoting.responses with parameters of type ResponseModifier and TypeMethodDescriptionbooleanClusteredGetResponseValidityFilter.isAcceptable(Response response, Address address) booleanIgnoreExtraResponsesValidityFilter.isAcceptable(Response response, Address address) -
Uses of Response in org.infinispan.remoting.rpc
Methods in org.infinispan.remoting.rpc with parameters of type ResponseModifier and TypeMethodDescriptionbooleanResponseFilter.isAcceptable(Response response, Address sender) Determines whether a response from a given sender should be added to the response list of the request -
Uses of Response in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport that return types with arguments of type ResponseModifier and TypeMethodDescriptionAbstractDelegatingTransport.invokeRemotelyAsync(Collection<Address> recipients, ReplicableCommand rpcCommand, ResponseMode mode, long timeout, ResponseFilter responseFilter, org.infinispan.remoting.inboundhandler.DeliverOrder deliverOrder) Transport.invokeRemotelyAsync(Collection<Address> recipients, ReplicableCommand rpcCommand, ResponseMode mode, long timeout, ResponseFilter responseFilter, org.infinispan.remoting.inboundhandler.DeliverOrder deliverOrder) default CompletableFuture<Map<Address, Response>> Transport.invokeRemotelyAsync(Collection<Address> recipients, ReplicableCommand rpcCommand, ResponseMode mode, long timeout, ResponseFilter responseFilter, org.infinispan.remoting.inboundhandler.DeliverOrder deliverOrder, boolean anycast) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.infinispan.remoting.transport with parameters of type ResponseModifier and TypeMethodDescriptionResponseCollector.addResponse(S sender, Response response) Called when a response is received, or when a target node becomes unavailable.final TValidResponseCollector.addResponse(Address sender, Response response) final TValidSingleResponseCollector.addResponse(S sender, Response response) -
Uses of Response in org.infinispan.remoting.transport.impl
Subclasses with type arguments of type Response in org.infinispan.remoting.transport.implModifier and TypeClassDescriptionclassResponse collector supportingJGroupsTransport.invokeRemotelyAsync(Collection, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder).classResponse collector supportingJGroupsTransport.invokeRemotelyAsync(Collection, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder).classResponse collector supportingJGroupsTransport.invokeRemotelyAsync(Collection, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder).Classes in org.infinispan.remoting.transport.impl that implement interfaces with type arguments of type ResponseModifier and TypeClassDescriptionclassReceive responses from multiple nodes, without checking that the responses are valid.classRPC to a single node, without any validity checks.Fields in org.infinispan.remoting.transport.impl with type parameters of type ResponseMethods in org.infinispan.remoting.transport.impl that return ResponseModifier and TypeMethodDescriptionPassthroughSingleResponseCollector.addResponse(Address sender, Response response) PassthroughSingleResponseCollector.finish()Methods in org.infinispan.remoting.transport.impl that return types with arguments of type ResponseModifier and TypeMethodDescriptionFilterMapResponseCollector.addException(Address sender, Exception exception) MapResponseCollector.addException(Address sender, Exception exception) PassthroughMapResponseCollector.addResponse(Address sender, Response response) FilterMapResponseCollector.addTargetNotFound(Address sender) FilterMapResponseCollector.addValidResponse(Address sender, ValidResponse<?> response) MapResponseCollector.addValidResponse(Address sender, ValidResponse<?> response) FilterMapResponseCollector.finish()MapResponseCollector.finish()PassthroughMapResponseCollector.finish()SingletonMapResponseCollector.targetNotFound(Address sender) SingletonMapResponseCollector.withValidResponse(Address sender, ValidResponse<?> response) Methods in org.infinispan.remoting.transport.impl with parameters of type ResponseModifier and TypeMethodDescriptionprotected abstract voidExclusiveTargetRequest.actualOnResponse(Address sender, Response response) protected voidMultiTargetRequest.actualOnResponse(Address sender, Response response) PassthroughMapResponseCollector.addResponse(Address sender, Response response) PassthroughSingleResponseCollector.addResponse(Address sender, Response response) voidRequestRepository.addResponse(long requestId, Object sender, Response response) final voidExclusiveTargetRequest.onResponse(Address sender, Response response) voidRequest.onResponse(S sender, Response response) Called when a response is received for this response.voidSingleTargetRequest.onResponse(Address sender, Response response) -
Uses of Response in org.infinispan.remoting.transport.jgroups
Methods in org.infinispan.remoting.transport.jgroups that return types with arguments of type ResponseModifier and TypeMethodDescriptionJGroupsTransport.invokeRemotelyAsync(Collection<Address> recipients, ReplicableCommand command, ResponseMode mode, long timeout, ResponseFilter responseFilter, org.infinispan.remoting.inboundhandler.DeliverOrder deliverOrder) Methods in org.infinispan.remoting.transport.jgroups with parameters of type ResponseModifier and TypeMethodDescriptionprotected voidStaggeredRequest.actualOnResponse(Address sender, Response response) voidSingleSiteRequest.onResponse(String sender, Response response) -
Uses of Response in org.infinispan.transaction.impl
Methods in org.infinispan.transaction.impl with parameters of type ResponseModifier and TypeMethodDescriptionstatic voidWriteSkewHelper.mergePrepareResponses(Response r, PrepareResponse aggregateResponse) -
Uses of Response in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type ResponseModifier and TypeMethodDescriptionfinal IllegalArgumentExceptionLog_$logger.unexpectedResponse(Address target, Response response) final voidLog_$logger.unsuccessfulResponseForClusterListeners(Address address, Response response) final voidLog_$logger.unsuccessfulResponseRetrievingTransactionsForSegments(Address address, Response response) Method parameters in org.infinispan.util.logging with type arguments of type ResponseModifier and TypeMethodDescriptionfinal voidLog_$logger.expectedJustOneResponse(Map<Address, Response> lr) final voidLog_$logger.unknownResponsesFromRemoteCache(Collection<Response> responses) -
Uses of Response in org.infinispan.xsite.response
Classes in org.infinispan.xsite.response that implement ResponseModifier and TypeClassDescriptionclassAResponseimplementation for commandXSiteAutoTransferStatusCommand.Methods in org.infinispan.xsite.response with parameters of type ResponseModifier and TypeMethodDescriptionAutoStateTransferResponseCollector.addResponse(Address sender, Response response)
Transport.invokeRemotelyAsync(Collection, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder).