public abstract class InternalExecutionVertexProfilingData extends Object implements InternalProfilingData
| Constructor and Description |
|---|
InternalExecutionVertexProfilingData() |
InternalExecutionVertexProfilingData(JobID jobId,
JobVertexID vertexId,
int subtask,
ExecutionAttemptID executionId) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionAttemptID |
getExecutionAttemptId() |
JobID |
getJobID() |
int |
getSubtask() |
JobVertexID |
getVertexId() |
void |
read(DataInputView in) |
void |
write(DataOutputView out) |
public InternalExecutionVertexProfilingData()
public InternalExecutionVertexProfilingData(JobID jobId, JobVertexID vertexId, int subtask, ExecutionAttemptID executionId)
public JobID getJobID()
public JobVertexID getVertexId()
public int getSubtask()
public ExecutionAttemptID getExecutionAttemptId()
public void read(DataInputView in) throws IOException
read in interface IOReadableWritableIOExceptionpublic void write(DataOutputView out) throws IOException
write in interface IOReadableWritableIOExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.