Package org.infinispan.topology
Class CacheStatusResponse
- java.lang.Object
-
- org.infinispan.topology.CacheStatusResponse
-
- All Implemented Interfaces:
Serializable
public class CacheStatusResponse extends Object implements Serializable
- Since:
- 7.0
- Author:
- Dan Berindei
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CacheStatusResponse.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 AvailabilityMode
getAvailabilityMode()
CacheJoinInfo
getCacheJoinInfo()
CacheTopology
getCacheTopology()
CacheTopology
getStableTopology()
String
toString()
-
-
-
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()
-
-