Package org.infinispan.topology
Class CacheStatusResponse
- java.lang.Object
-
- org.infinispan.topology.CacheStatusResponse
-
- All Implemented Interfaces:
java.io.Serializable
public class CacheStatusResponse extends java.lang.Object implements java.io.Serializable- Since:
- 7.0
- Author:
- Dan Berindei
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCacheStatusResponse.Externalizer
-
Constructor Summary
Constructors Constructor Description CacheStatusResponse(CacheJoinInfo cacheJoinInfo, CacheTopology cacheTopology, CacheTopology stableTopology, AvailabilityMode availabilityMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AvailabilityModegetAvailabilityMode()CacheJoinInfogetCacheJoinInfo()CacheTopologygetCacheTopology()CacheTopologygetStableTopology()java.lang.StringtoString()
-
-
-
Constructor Detail
-
CacheStatusResponse
public CacheStatusResponse(CacheJoinInfo cacheJoinInfo, CacheTopology cacheTopology, CacheTopology stableTopology, AvailabilityMode availabilityMode)
-
-
Method Detail
-
getCacheJoinInfo
public CacheJoinInfo getCacheJoinInfo()
-
getCacheTopology
public CacheTopology getCacheTopology()
-
getStableTopology
public CacheTopology getStableTopology()
- See Also:
AvailabilityStrategyContext.getStableTopology()
-
getAvailabilityMode
public AvailabilityMode getAvailabilityMode()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-