Interface ModClusterStatus.Node

Enclosing interface:
ModClusterStatus

public static interface ModClusterStatus.Node
  • Method Details

    • getName

      String getName()
    • getUri

      URI getUri()
    • getContexts

    • getContext

      ModClusterStatus.Context getContext(String name)
    • getLoad

      int getLoad()
    • getStatus

      NodeStatus getStatus()
    • getOpenConnections

      int getOpenConnections()
    • getTransferred

      long getTransferred()
    • getRead

      long getRead()
    • getElected

      int getElected()
    • getCacheConnections

      int getCacheConnections()
    • getJvmRoute

      String getJvmRoute()
    • getDomain

      String getDomain()
    • getFlushWait

      int getFlushWait()
    • getMaxConnections

      int getMaxConnections()
    • getPing

      int getPing()
    • getRequestQueueSize

      int getRequestQueueSize()
    • getTimeout

      int getTimeout()
    • getTtl

      long getTtl()
    • isFlushPackets

      boolean isFlushPackets()
    • isQueueNewRequests

      boolean isQueueNewRequests()
    • getAliases

      List<String> getAliases()
    • resetStatistics

      void resetStatistics()