| Package | Description |
|---|---|
| org.infinispan.commands.topology | |
| org.infinispan.partitionhandling.impl | |
| org.infinispan.topology |
| Constructor and Description |
|---|
CacheJoinCommand(String cacheName,
Address origin,
CacheJoinInfo joinInfo,
int viewId) |
| Modifier and Type | Method and Description |
|---|---|
CacheJoinInfo |
AvailabilityStrategyContext.getJoinInfo() |
| Modifier and Type | Method and Description |
|---|---|
CacheJoinInfo |
CacheStatusResponse.getCacheJoinInfo() |
CacheJoinInfo |
ClusterCacheStatus.getJoinInfo() |
CacheJoinInfo |
CacheJoinInfo.Externalizer.readObject(ObjectInput unmarshaller) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends CacheJoinInfo>> |
CacheJoinInfo.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
CacheStatusResponse |
ClusterCacheStatus.doJoin(Address joiner,
CacheJoinInfo joinInfo) |
CompletionStage<CacheStatusResponse> |
ClusterTopologyManager.handleJoin(String cacheName,
Address joiner,
CacheJoinInfo joinInfo,
int viewId)
Signals that a new member is joining the cache.
|
CompletionStage<CacheStatusResponse> |
ClusterTopologyManagerImpl.handleJoin(String cacheName,
Address joiner,
CacheJoinInfo joinInfo,
int joinerViewId) |
CompletionStage<CacheTopology> |
LocalTopologyManager.join(String cacheName,
CacheJoinInfo joinInfo,
CacheTopologyHandler stm,
PartitionHandlingManager phm)
Forwards the join request to the coordinator.
|
CompletionStage<CacheTopology> |
LocalTopologyManagerImpl.join(String cacheName,
CacheJoinInfo joinInfo,
CacheTopologyHandler stm,
PartitionHandlingManager phm) |
CompletionStage<CacheStatusResponse> |
LocalTopologyManagerImpl.sendJoinRequest(String cacheName,
CacheJoinInfo joinInfo,
long timeout,
long endTime) |
void |
CacheJoinInfo.Externalizer.writeObject(ObjectOutput output,
CacheJoinInfo cacheJoinInfo) |
| Constructor and Description |
|---|
CacheStatusResponse(CacheJoinInfo cacheJoinInfo,
CacheTopology cacheTopology,
CacheTopology stableTopology,
AvailabilityMode availabilityMode) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.