public class TezIndexRecord extends Object
| Constructor and Description |
|---|
TezIndexRecord() |
TezIndexRecord(long startOffset,
long rawLength,
long partLength) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPartLength() |
long |
getRawLength() |
long |
getStartOffset() |
boolean |
hasData() |
public TezIndexRecord()
public TezIndexRecord(long startOffset,
long rawLength,
long partLength)
startOffset - start offset within the data filerawLength - raw data length - typically uncompressedpartLength - actual data length in file - factors in checksums and compressionCopyright © 2019 Apache Software Foundation. All rights reserved.