org.apache.hadoop.hbase.regionserver.wal
Class HLog.Metric

java.lang.Object
  extended by org.apache.hadoop.hbase.regionserver.wal.HLog.Metric
Enclosing class:
HLog

public static class HLog.Metric
extends Object


Field Summary
 int count
           
 long max
           
 long min
           
 long total
           
 
Constructor Summary
HLog.Metric()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public long min

max

public long max

total

public long total

count

public int count
Constructor Detail

HLog.Metric

public HLog.Metric()


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.