public static final class SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointDuration extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_ASYNC_DURATION |
static String |
FIELD_NAME_SYNC_DURATION |
Constructor and Description |
---|
CheckpointDuration(long syncDuration,
long asyncDuration) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getAsyncDuration() |
long |
getSyncDuration() |
int |
hashCode() |
public static final String FIELD_NAME_SYNC_DURATION
public static final String FIELD_NAME_ASYNC_DURATION
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.