|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapred.IndexRecord
@InterfaceAudience.LimitedPrivate(value="MapReduce") @InterfaceStability.Unstable public class IndexRecord
Field Summary | |
---|---|
long |
partLength
|
long |
rawLength
|
long |
startOffset
|
Constructor Summary | |
---|---|
IndexRecord()
|
|
IndexRecord(long startOffset,
long rawLength,
long partLength)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long startOffset
public long rawLength
public long partLength
Constructor Detail |
---|
public IndexRecord()
public IndexRecord(long startOffset, long rawLength, long partLength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |