public static final class SubtasksTimesInfo.SubtaskTimeInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_DURATION |
static String |
FIELD_NAME_ENDPOINT |
static String |
FIELD_NAME_HOST
Deprecated.
|
static String |
FIELD_NAME_SUBTASK |
static String |
FIELD_NAME_TIMESTAMPS |
Constructor and Description |
---|
SubtaskTimeInfo(int subtask,
String host,
String endpoint,
long duration,
Map<ExecutionState,Long> timestamps) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getDuration() |
String |
getEndpoint() |
String |
getHost() |
int |
getSubtask() |
Map<ExecutionState,Long> |
getTimestamps() |
int |
hashCode() |
public static final String FIELD_NAME_SUBTASK
@Deprecated public static final String FIELD_NAME_HOST
public static final String FIELD_NAME_ENDPOINT
public static final String FIELD_NAME_DURATION
public static final String FIELD_NAME_TIMESTAMPS
public SubtaskTimeInfo(int subtask, String host, String endpoint, long duration, Map<ExecutionState,Long> timestamps)
public int getSubtask()
public String getHost()
public String getEndpoint()
public long getDuration()
public Map<ExecutionState,Long> getTimestamps()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.