Package org.infinispan.remoting.responses
Abstractions of the different response types allowed during RPC.
-
Interface Summary Interface Description Response A response to be sent back to a remote callerResponseGenerator A component that generates responses as is expected by different cache setups -
Class Summary Class Description BiasRevocationResponse BiasRevocationResponse.Externalizer CacheNotFoundResponse A response that signals the named cache is not running on the target node.CacheNotFoundResponse.Externalizer ClusteredGetResponseValidityFilter A filter that tests the validity ofClusteredGetCommand
s.CorePackageImpl DefaultResponseGenerator The default response generator for most cache modesExceptionResponse A response that encapsulates an exceptionExceptionResponse.Externalizer IgnoreExtraResponsesValidityFilter A filter that only expects responses from an initial set of targets.InvalidResponse An invalid responseSuccessfulResponse A successful responseSuccessfulResponse.Externalizer UnsuccessfulResponse An unsuccessful responseUnsuccessfulResponse.Externalizer 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)UnsureResponse.Externalizer ValidResponse A valid response