public class MetricsMasterFileSystem extends Object
| Constructor and Description | 
|---|
| MetricsMasterFileSystem() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
public void addSplit(long time,
            long size)
time - time that the split tooksize - length of original WALs that were splitpublic void addMetaWALSplit(long time,
                   long size)
time - time that the split tooksize - length of original WALs that were splitCopyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.