Interface ModClusterStatus.Node

  • Enclosing interface:
    ModClusterStatus

    public static interface ModClusterStatus.Node
    • Method Detail

      • getUri

        URI getUri()
      • getLoad

        int getLoad()
      • 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()
      • resetStatistics

        void resetStatistics()