public class InternalExecutionVertexThreadProfilingData extends InternalExecutionVertexProfilingData
| Constructor and Description |
|---|
InternalExecutionVertexThreadProfilingData() |
InternalExecutionVertexThreadProfilingData(JobID jobID,
JobVertexID vertexId,
int subtask,
ExecutionAttemptID executionId,
int profilingInterval,
int userTime,
int systemTime,
int blockedTime,
int waitedTime) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockedTime() |
int |
getProfilingInterval() |
int |
getSystemTime() |
int |
getUserTime() |
int |
getWaitedTime() |
void |
read(DataInputView in) |
void |
write(DataOutputView out) |
getExecutionAttemptId, getJobID, getSubtask, getVertexIdpublic InternalExecutionVertexThreadProfilingData(JobID jobID, JobVertexID vertexId, int subtask, ExecutionAttemptID executionId, int profilingInterval, int userTime, int systemTime, int blockedTime, int waitedTime)
public InternalExecutionVertexThreadProfilingData()
public void read(DataInputView in) throws IOException
read in interface IOReadableWritableread in class InternalExecutionVertexProfilingDataIOExceptionpublic void write(DataOutputView out) throws IOException
write in interface IOReadableWritablewrite in class InternalExecutionVertexProfilingDataIOExceptionpublic int getBlockedTime()
public int getProfilingInterval()
public int getSystemTime()
public int getUserTime()
public int getWaitedTime()
Copyright © 2015 The Apache Software Foundation. All rights reserved.