Package org.apache.hadoop.hbase.master
Class MetricsSnapshot
java.lang.Object
org.apache.hadoop.hbase.master.MetricsSnapshot
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSnapshot(long time) Record a single instance of a snapshotvoidaddSnapshotClone(long time) Record a single instance of a snapshot cloned tablevoidaddSnapshotRestore(long time) Record a single instance of a snapshot
-
Field Details
-
source
-
-
Constructor Details
-
MetricsSnapshot
public MetricsSnapshot()
-
-
Method Details
-
addSnapshot
Record a single instance of a snapshot- Parameters:
time- time that the snapshot took
-
addSnapshotRestore
Record a single instance of a snapshot- Parameters:
time- time that the snapshot restore took
-
addSnapshotClone
Record a single instance of a snapshot cloned table- Parameters:
time- time that the snapshot clone took
-