Class PartitionOffsetLagMetricEvent
java.lang.Object
io.debezium.connector.spanner.metrics.event.PartitionOffsetLagMetricEvent
- All Implemented Interfaces:
MetricEvent
Tracks time difference between now and the start of the partition
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePartitionOffsetLagMetricEvent(String token, Long offsetLag) -
Method Summary
-
Field Details
-
token
-
offsetLag
-
-
Constructor Details
-
PartitionOffsetLagMetricEvent
-
-
Method Details
-
getToken
-
getOffsetLag
-
from
public static PartitionOffsetLagMetricEvent from(String token, com.google.cloud.Timestamp timestamp)
-