Class WatchesSummary

java.lang.Object
org.apache.zookeeper.server.watch.WatchesSummary

public class WatchesSummary extends Object
A summary of watch information. This class is immutable.
  • Field Details

  • Method Details

    • getNumConnections

      public int getNumConnections()
      Gets the number of connections (sessions) that have set watches.
      Returns:
      number of connections
    • getNumPaths

      public int getNumPaths()
      Gets the number of paths that have watches set on them.
      Returns:
      number of paths
    • getTotalWatches

      public int getTotalWatches()
      Gets the total number of watches set.
      Returns:
      total watches
    • toMap

      public Map<String,Object> toMap()
      Converts this summary to a map. The returned map is mutable, and changes to it do not reflect back into this summary.
      Returns:
      map representation of summary