public abstract class InternalExecutionVertexProfilingData extends Object implements InternalProfilingData
| Constructor and Description |
|---|
InternalExecutionVertexProfilingData() |
InternalExecutionVertexProfilingData(JobID jobID,
ExecutionVertexID executionVertexID) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionVertexID |
getExecutionVertexID() |
JobID |
getJobID() |
void |
read(DataInputView in) |
void |
write(DataOutputView out) |
public InternalExecutionVertexProfilingData()
public InternalExecutionVertexProfilingData(JobID jobID, ExecutionVertexID executionVertexID)
public ExecutionVertexID getExecutionVertexID()
public JobID getJobID()
public void read(DataInputView in) throws IOException
read in interface IOReadableWritableIOExceptionpublic void write(DataOutputView out) throws IOException
write in interface IOReadableWritableIOExceptionCopyright © 2014 The Apache Software Foundation. All rights reserved.