public class MetricsMasterFileSystem
extends java.lang.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 split