Interface CacheTopologyInfo

All Known Implementing Classes:
CacheTopologyInfoImpl

public interface CacheTopologyInfo
Contains information about cache topology including servers and owned segments.
Since:
8.0
Author:
gustavonalle
  • Method Details

    • getNumSegments

      Integer getNumSegments()
      Returns:
      The number of configured segments for the cache.
    • getSegmentsPerServer

      Map<SocketAddress,Set<Integer>> getSegmentsPerServer()
      Returns:
      Segments owned by each server.
    • getTopologyId

      Integer getTopologyId()