public class TaskCheckpointID extends Object implements CheckpointID
Constructor and Description |
---|
TaskCheckpointID() |
TaskCheckpointID(FSCheckpointID rawId,
List<org.apache.hadoop.fs.Path> partialOutput,
Counters counters) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
long |
getCheckpointBytes() |
long |
getCheckpointTime() |
Counters |
getCounters() |
List<org.apache.hadoop.fs.Path> |
getPartialCommittedOutput() |
int |
hashCode() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public TaskCheckpointID()
public TaskCheckpointID(FSCheckpointID rawId, List<org.apache.hadoop.fs.Path> partialOutput, Counters counters)
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public long getCheckpointBytes()
public long getCheckpointTime()
public List<org.apache.hadoop.fs.Path> getPartialCommittedOutput()
public Counters getCounters()
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.