Package org.infinispan.topology
Class CacheStatusResponse
java.lang.Object
org.infinispan.topology.CacheStatusResponse
- All Implemented Interfaces:
Serializable
- Since:
- 7.0
- Author:
- Dan Berindei
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionCacheStatusResponse
(CacheJoinInfo cacheJoinInfo, CacheTopology cacheTopology, CacheTopology stableTopology, AvailabilityMode availabilityMode, List<Address> current) -
Method Summary
Modifier and TypeMethodDescriptionstatic CacheStatusResponse
empty()
boolean
isEmpty()
toString()
-
Constructor Details
-
CacheStatusResponse
public CacheStatusResponse(CacheJoinInfo cacheJoinInfo, CacheTopology cacheTopology, CacheTopology stableTopology, AvailabilityMode availabilityMode, List<Address> current)
-
-
Method Details
-
empty
-
isEmpty
public boolean isEmpty() -
getCacheJoinInfo
-
getCacheTopology
-
getStableTopology
-
getAvailabilityMode
-
joinedMembers
-
toString
-