Interface TServerStatus

All Superinterfaces:
Comparable<TServerStatus>

public interface TServerStatus extends Comparable<TServerStatus>
Since:
2.1.0
  • Method Details

    • getTableMap

      Map<String,TableStatistics> getTableMap()
    • getLastContact

      long getLastContact()
    • getName

      String getName()
    • getOsLoad

      double getOsLoad()
    • getHoldTime

      long getHoldTime()
    • getLookups

      long getLookups()
    • getIndexCacheHits

      long getIndexCacheHits()
    • getIndexCacheRequests

      long getIndexCacheRequests()
    • getDataCacheHits

      long getDataCacheHits()
    • getDataCacheRequests

      long getDataCacheRequests()
    • getFlushes

      long getFlushes()
    • getSyncs

      long getSyncs()
    • getVersion

      String getVersion()
    • getResponseTime

      long getResponseTime()