See: Description
| Interface | Description |
|---|---|
| Response |
A response to be sent back to a remote caller
|
| ResponseGenerator |
A component that generates responses as is expected by different cache setups
|
| TimeoutValidationResponseFilter |
A response filter that allows to validate its state after the timeout was expired.
|
| Class | Description |
|---|---|
| CacheNotFoundResponse |
A response that signals the named cache is not running on the target node.
|
| CacheNotFoundResponse.Externalizer | |
| ClusteredGetResponseValidityFilter |
A filter that tests the validity of
ClusteredGetCommands. |
| DefaultResponseGenerator |
The default response generator for most cache modes
|
| ExceptionResponse |
A response that encapsulates an exception
|
| ExceptionResponse.Externalizer | |
| IgnoreExtraResponsesValidityFilter |
A filter that only expects responses from an initial set of targets.
|
| InvalidResponse |
An invalid response
|
| KeysValidateFilter |
Used in Total Order based commit protocol in Distributed Mode
This filter awaits for one valid response for each key to be validated.
|
| SelfDeliverFilter |
Used in Total Order based protocol.
|
| SuccessfulResponse |
A successful response
|
| SuccessfulResponse.Externalizer | |
| UnsuccessfulResponse |
An unsuccessful response
|
| UnsuccessfulResponse.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
|
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.