public class CheckpointMetrics extends Object implements Serializable
Constructor and Description |
---|
CheckpointMetrics() |
CheckpointMetrics(long bytesProcessedDuringAlignment,
long bytesPersistedDuringAlignment,
long alignmentDurationNanos,
long syncDurationMillis,
long asyncDurationMillis,
long checkpointStartDelayNanos) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getAlignmentDurationNanos() |
long |
getAsyncDurationMillis() |
long |
getBytesPersistedDuringAlignment() |
long |
getBytesProcessedDuringAlignment() |
long |
getCheckpointStartDelayNanos() |
long |
getSyncDurationMillis() |
int |
hashCode() |
String |
toString() |
public CheckpointMetrics()
public CheckpointMetrics(long bytesProcessedDuringAlignment, long bytesPersistedDuringAlignment, long alignmentDurationNanos, long syncDurationMillis, long asyncDurationMillis, long checkpointStartDelayNanos)
public long getBytesProcessedDuringAlignment()
public long getBytesPersistedDuringAlignment()
public long getAlignmentDurationNanos()
public long getSyncDurationMillis()
public long getAsyncDurationMillis()
public long getCheckpointStartDelayNanos()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.