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 took