Package | Description |
---|---|
org.infinispan.topology | |
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
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) |
CacheStatusResponse |
ClusterTopologyManager.handleJoin(String cacheName,
Address joiner,
CacheJoinInfo joinInfo,
int viewId)
Signals that a new member is joining the cache.
|
CacheStatusResponse |
ClusterTopologyManagerImpl.handleJoin(String cacheName,
Address joiner,
CacheJoinInfo joinInfo,
int joinerViewId) |
CacheTopology |
LocalTopologyManager.join(String cacheName,
CacheJoinInfo joinInfo,
CacheTopologyHandler stm,
PartitionHandlingManager phm)
Forwards the join request to the coordinator.
|
CacheTopology |
LocalTopologyManagerImpl.join(String cacheName,
CacheJoinInfo joinInfo,
CacheTopologyHandler stm,
PartitionHandlingManager phm) |
void |
CacheJoinInfo.Externalizer.writeObject(ObjectOutput output,
CacheJoinInfo cacheJoinInfo) |
Constructor and Description |
---|
CacheStatusResponse(CacheJoinInfo cacheJoinInfo,
CacheTopology cacheTopology,
CacheTopology stableTopology,
AvailabilityMode availabilityMode) |
CacheTopologyControlCommand(String cacheName,
CacheTopologyControlCommand.Type type,
Address sender,
CacheJoinInfo joinInfo,
int viewId) |
Modifier and Type | Method and Description |
---|---|
CacheTopology |
AbstractControlledLocalTopologyManager.join(String cacheName,
CacheJoinInfo joinInfo,
CacheTopologyHandler stm,
PartitionHandlingManager phm) |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.