Class MetricsTableWrapperStub

java.lang.Object
org.apache.hadoop.hbase.regionserver.MetricsTableWrapperStub
All Implemented Interfaces:
org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate

public class MetricsTableWrapperStub extends Object implements org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
  • Field Details

  • Constructor Details

  • Method Details

    • getReadRequestCount

      public long getReadRequestCount(String table)
      Specified by:
      getReadRequestCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getWriteRequestCount

      public long getWriteRequestCount(String table)
      Specified by:
      getWriteRequestCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getTotalRequestsCount

      public long getTotalRequestsCount(String table)
      Specified by:
      getTotalRequestsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getFilteredReadRequestCount

      public long getFilteredReadRequestCount(String table)
      Specified by:
      getFilteredReadRequestCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getMemStoreSize

      public long getMemStoreSize(String table)
      Specified by:
      getMemStoreSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getStoreFileSize

      public long getStoreFileSize(String table)
      Specified by:
      getStoreFileSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getTableSize

      public long getTableSize(String table)
      Specified by:
      getTableSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getTableName

      public String getTableName()
    • getNumRegions

      public long getNumRegions(String table)
      Specified by:
      getNumRegions in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getNumStores

      public long getNumStores(String table)
      Specified by:
      getNumStores in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getNumStoreFiles

      public long getNumStoreFiles(String table)
      Specified by:
      getNumStoreFiles in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getMaxStoreFiles

      public long getMaxStoreFiles(String table)
      Specified by:
      getMaxStoreFiles in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getMaxStoreFileAge

      public long getMaxStoreFileAge(String table)
      Specified by:
      getMaxStoreFileAge in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getMinStoreFileAge

      public long getMinStoreFileAge(String table)
      Specified by:
      getMinStoreFileAge in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getAvgStoreFileAge

      public long getAvgStoreFileAge(String table)
      Specified by:
      getAvgStoreFileAge in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getNumReferenceFiles

      public long getNumReferenceFiles(String table)
      Specified by:
      getNumReferenceFiles in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getAvgRegionSize

      public long getAvgRegionSize(String table)
      Specified by:
      getAvgRegionSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getStaticIndexSize

      public long getStaticIndexSize(String table)
      Specified by:
      getStaticIndexSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getStaticBloomSize

      public long getStaticBloomSize(String table)
      Specified by:
      getStaticBloomSize in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getBloomFilterRequestsCount

      public long getBloomFilterRequestsCount(String table)
      Specified by:
      getBloomFilterRequestsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getBloomFilterNegativeResultsCount

      Specified by:
      getBloomFilterNegativeResultsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getBloomFilterEligibleRequestsCount

      Specified by:
      getBloomFilterEligibleRequestsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getMemstoreOnlyRowReadsCount

      Specified by:
      getMemstoreOnlyRowReadsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate
    • getMixedRowReadsCount

      Specified by:
      getMixedRowReadsCount in interface org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregate