org.apache.hadoop.hbase.master
Class MetricsMasterFileSystem
java.lang.Object
org.apache.hadoop.hbase.master.MetricsMasterFileSystem
public class MetricsMasterFileSystem
- extends Object
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 |
MetricsMasterFileSystem
public MetricsMasterFileSystem()
addSplit
public void addSplit(long time,
long size)
- Record a single instance of a split
- Parameters:
time
- time that the split tooksize
- 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 tooksize
- length of original HLogs that were split
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.