org.apache.hadoop.hbase.master
Class MetricsSnapshot
java.lang.Object
org.apache.hadoop.hbase.master.MetricsSnapshot
public class MetricsSnapshot
- extends Object
Method Summary |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricsSnapshot
public MetricsSnapshot()
addSnapshot
public void addSnapshot(long time)
- Record a single instance of a snapshot
- Parameters:
time
- time that the snapshot took
addSnapshotRestore
public void addSnapshotRestore(long time)
- Record a single instance of a snapshot
- Parameters:
time
- time that the snapshot restore took
addSnapshotClone
public void addSnapshotClone(long time)
- Record a single instance of a snapshot cloned table
- Parameters:
time
- time that the snapshot clone took
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.