public class CacheStatusResponse extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CacheStatusResponse.Externalizer |
Constructor and Description |
---|
CacheStatusResponse(CacheJoinInfo cacheJoinInfo,
CacheTopology cacheTopology,
CacheTopology stableTopology,
AvailabilityMode availabilityMode) |
Modifier and Type | Method and Description |
---|---|
AvailabilityMode |
getAvailabilityMode() |
CacheJoinInfo |
getCacheJoinInfo() |
CacheTopology |
getCacheTopology() |
CacheTopology |
getStableTopology() |
String |
toString() |
public CacheStatusResponse(CacheJoinInfo cacheJoinInfo, CacheTopology cacheTopology, CacheTopology stableTopology, AvailabilityMode availabilityMode)
public CacheJoinInfo getCacheJoinInfo()
public CacheTopology getCacheTopology()
public CacheTopology getStableTopology()
public AvailabilityMode getAvailabilityMode()
Copyright © 2021 JBoss by Red Hat. All rights reserved.