@InterfaceAudience.Private public class MetricsMasterFileSystem extends Object
Modifier and Type | Field and Description |
---|---|
private MetricsMasterFileSystemSource |
source |
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
|
private final MetricsMasterFileSystemSource source
public MetricsMasterFileSystem()
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–2020 The Apache Software Foundation. All rights reserved.