public class CacheTopologyInfoImpl extends Object implements CacheTopologyInfo
| Constructor and Description |
|---|
CacheTopologyInfoImpl(Map<SocketAddress,Set<Integer>> segmentsByServer,
Integer numSegments,
Integer topologyId) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumSegments() |
Map<SocketAddress,Set<Integer>> |
getSegmentsPerServer() |
Integer |
getTopologyId() |
String |
toString() |
public int getNumSegments()
getNumSegments in interface CacheTopologyInfopublic Integer getTopologyId()
getTopologyId in interface CacheTopologyInfopublic Map<SocketAddress,Set<Integer>> getSegmentsPerServer()
getSegmentsPerServer in interface CacheTopologyInfoCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.