Class ReplicationLoadSink
java.lang.Object
org.apache.hadoop.hbase.replication.ReplicationLoadSink
A HBase ReplicationLoad to present MetricsSink information
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
-
Field Summary
Modifier and TypeFieldDescriptionprivate final long
private final long
private final long
private final long
-
Constructor Summary
ConstructorDescriptionReplicationLoadSink
(long age, long timestamp, long timestampStarted, long totalOpsProcessed) -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
Deprecated.Since hbase-2.0.0.long
long
-
Field Details
-
ageOfLastAppliedOp
-
timestampsOfLastAppliedOp
-
timestampStarted
-
totalOpsProcessed
-
-
Constructor Details
-
ReplicationLoadSink
-
-
Method Details
-
getAgeOfLastAppliedOp
-
getTimeStampsOfLastAppliedOp
Deprecated.Since hbase-2.0.0. Will be removed in 3.0.0.Get the timestamp of the last applied operation.- See Also:
-
getTimestampsOfLastAppliedOp
-
getTimestampStarted
-
getTotalOpsProcessed
-
newBuilder
-