Package org.infinispan.client.hotrod
Interface CacheTopologyInfo
-
public interface CacheTopologyInfo
Contains information about cache topology including servers and owned segments.- Since:
- 8.0
- Author:
- gustavonalle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getNumSegments()
Map<SocketAddress,Set<Integer>>
getSegmentsPerServer()
Integer
getTopologyId()
-