public class InternalOutputGateProfilingData extends Object implements InternalProfilingData
| Constructor and Description |
|---|
InternalOutputGateProfilingData() |
InternalOutputGateProfilingData(JobID jobID,
ExecutionVertexID executionVertexID,
int gateIndex,
int profilingInterval,
int channelCapacityExhaustedCounter) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChannelCapacityExhaustedCounter() |
ExecutionVertexID |
getExecutionVertexID() |
int |
getGateIndex() |
JobID |
getJobID() |
int |
getProfilingInterval() |
void |
read(DataInputView in) |
void |
write(DataOutputView out) |
public InternalOutputGateProfilingData()
public InternalOutputGateProfilingData(JobID jobID, ExecutionVertexID executionVertexID, int gateIndex, int profilingInterval, int channelCapacityExhaustedCounter)
public void read(DataInputView in) throws IOException
read in interface IOReadableWritableIOExceptionpublic void write(DataOutputView out) throws IOException
write in interface IOReadableWritableIOExceptionpublic JobID getJobID()
public ExecutionVertexID getExecutionVertexID()
public int getGateIndex()
public int getProfilingInterval()
public int getChannelCapacityExhaustedCounter()
Copyright © 2014 The Apache Software Foundation. All rights reserved.