public class InternalInputGateProfilingData extends Object implements InternalProfilingData
| Constructor and Description |
|---|
InternalInputGateProfilingData() |
InternalInputGateProfilingData(JobID jobID,
ExecutionVertexID executionVertexID,
int gateIndex,
int profilingInterval,
int noRecordsAvailableCounter) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionVertexID |
getExecutionVertexID() |
int |
getGateIndex() |
JobID |
getJobID() |
int |
getNoRecordsAvailableCounter() |
int |
getProfilingInterval() |
void |
read(DataInputView in) |
void |
write(DataOutputView out) |
public InternalInputGateProfilingData()
public InternalInputGateProfilingData(JobID jobID, ExecutionVertexID executionVertexID, int gateIndex, int profilingInterval, int noRecordsAvailableCounter)
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 getNoRecordsAvailableCounter()
Copyright © 2014 The Apache Software Foundation. All rights reserved.