| Package | Description |
|---|---|
| org.infinispan.commands.topology | |
| org.infinispan.topology |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheAvailabilityUpdateCommand
Change the availability of a cache.
|
class |
CacheJoinCommand
A node is requesting to join the cluster.
|
class |
CacheLeaveCommand
A node is signaling that it wants to leave the cluster.
|
class |
CacheShutdownCommand
Tell members to shutdown cache.
|
class |
CacheShutdownRequestCommand
A member is requesting a cache shutdown.
|
class |
CacheStatusRequestCommand
The coordinator is requesting information about the running caches.
|
class |
RebalancePhaseConfirmCommand
A member is confirming that it has finished a topology change during rebalance.
|
class |
RebalancePolicyUpdateCommand
Enable or Disable rebalancing.
|
class |
RebalanceStartCommand
The coordinator is starting a rebalance operation.
|
class |
RebalanceStatusRequestCommand
Query the rebalancing status.
|
class |
TopologyUpdateCommand
Coordinator to member:
The coordinator is updating the consistent hash.
|
class |
TopologyUpdateStableCommand
Update the stable topology.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyManagementHelper.executeOnCoordinatorAsync(Transport transport,
AbstractCacheControlCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.