org.apache.hadoop.hbase.master
Class MetricsMasterFileSystem

java.lang.Object
  extended by org.apache.hadoop.hbase.master.MetricsMasterFileSystem

public class MetricsMasterFileSystem
extends Object


Constructor Summary
MetricsMasterFileSystem()
           
 
Method Summary
 void addMetaWALSplit(long time, long size)
          Record a single instance of a split
 void addSplit(long time, long size)
          Record a single instance of a split
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricsMasterFileSystem

public MetricsMasterFileSystem()
Method Detail

addSplit

public void addSplit(long time,
                     long size)
Record a single instance of a split

Parameters:
time - time that the split took
size - length of original HLogs that were split

addMetaWALSplit

public void addMetaWALSplit(long time,
                            long size)
Record a single instance of a split

Parameters:
time - time that the split took
size - length of original HLogs that were split


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.