See: Description
| Interface | Description |
|---|---|
| Address |
A destination for an Infinispan command or operation.
|
| BackupResponse |
Represents a response from a backup replication call.
|
| ResponseCollector<T> |
A representation of a request's responses.
|
| RetryOnFailureXSiteCommand.RetryPolicy | |
| TopologyAwareAddress |
Wraps a TopologyUUID JGroups address
|
| Transport |
An interface that provides a communication link with remote caches.
|
| XSiteAsyncAckListener |
A listener to be notified when an asynchronous cross-site request is completed.
|
| XSiteResponse |
An extension to
CompletionStage with XSiteResponse.whenCompleted(XSiteResponseCompleted). |
| XSiteResponse.XSiteResponseCompleted |
| Class | Description |
|---|---|
| AbstractDelegatingTransport |
Designed to be overwrite.
|
| AbstractRequest<T> |
A remote invocation request.
|
| AbstractTransport | Deprecated
Since 9.1, please implement
Transport directly. |
| AggregateBackupResponse | |
| CorePackageImpl | |
| LocalModeAddress |
Represents the local node's address.
|
| ResponseCollectors | |
| RetryOnFailureXSiteCommand |
Invokes a command in a remote site.
|
| RetryOnFailureXSiteCommand.MaxRetriesPolicy | |
| ValidResponseCollector<T> |
Base class for response collectors, splitting responses into valid responses, exception responses, and target missing.
|
| ValidSingleResponseCollector<T> |
Copyright © 2022 JBoss by Red Hat. All rights reserved.