public abstract class VertexProfilingEvent extends ProfilingEvent
| Constructor and Description |
|---|
VertexProfilingEvent() |
VertexProfilingEvent(ManagementVertexID vertexID,
int profilingInterval,
JobID jobID,
long timestamp,
long profilingTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getProfilingInterval()
The interval in milliseconds to which the rest
of the profiling data relates to.
|
ManagementVertexID |
getVertexID()
Returns the ID of the vertex this profiling information
belongs to.
|
void |
read(DataInputView in) |
void |
write(DataOutputView out) |
getJobID, getProfilingTimestamp, hashCodegetSequenceNumber, getTimestamp, timestampToStringpublic VertexProfilingEvent(ManagementVertexID vertexID, int profilingInterval, JobID jobID, long timestamp, long profilingTimestamp)
public VertexProfilingEvent()
public ManagementVertexID getVertexID()
public int getProfilingInterval()
public void read(DataInputView in) throws IOException
read in interface IOReadableWritableread in class ProfilingEventIOExceptionpublic void write(DataOutputView out) throws IOException
write in interface IOReadableWritablewrite in class ProfilingEventIOExceptionpublic boolean equals(Object obj)
equals in class ProfilingEventCopyright © 2014 The Apache Software Foundation. All rights reserved.