See: Description
| Interface | Description |
|---|---|
| CacheRpcCommand |
The
RpcManager only replicates commands wrapped in a CacheRpcCommand. |
| Class | Description |
|---|---|
| BaseRpcCommand | |
| BaseRpcInvokingCommand |
Base class for RPC commands.
|
| ClusteredGetAllCommand<K,V> |
Issues a remote getAll call.
|
| ClusteredGetCommand |
Issues a remote get call.
|
| GetKeysInGroupCommand |
VisitableCommand that fetches the keys belonging to a group. |
| LocalFlagAffectedRpcCommand | |
| MultipleRpcCommand |
Command that implements cluster replication logic.
|
| SingleRpcCommand |
Similar to
MultipleRpcCommand, but it only aggregates a single command for
replication. |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.