public class MetricsSnapshot extends Object
| Constructor and Description | 
|---|
| MetricsSnapshot() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addSnapshot(long time)Record a single instance of a snapshot | 
| void | addSnapshotClone(long time)Record a single instance of a snapshot cloned table | 
| void | addSnapshotRestore(long time)Record a single instance of a snapshot | 
public void addSnapshot(long time)
time - time that the snapshot tookpublic void addSnapshotRestore(long time)
time - time that the snapshot restore tookpublic void addSnapshotClone(long time)
time - time that the snapshot clone tookCopyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.