public static class CSVReblockMR.OffsetCount extends Object implements org.apache.hadoop.io.WritableComparable
Modifier and Type | Field and Description |
---|---|
long |
count |
String |
filename |
long |
fileOffset |
Constructor and Description |
---|
OffsetCount() |
OffsetCount(CSVReblockMR.OffsetCount that) |
OffsetCount(String fname,
long off,
long cnt) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CSVReblockMR.OffsetCount that) |
int |
compareTo(Object o) |
boolean |
equals(Object o) |
int |
hashCode() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public String filename
public long fileOffset
public long count
public OffsetCount()
public OffsetCount(String fname, long off, long cnt)
public OffsetCount(CSVReblockMR.OffsetCount that)
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public int compareTo(CSVReblockMR.OffsetCount that)
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2018 The Apache Software Foundation. All rights reserved.