public class RCFileKeyBufferWrapper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected CompressionCodec |
codec |
protected int |
compressedKeyLength |
protected Path |
inputPath |
protected RCFile.KeyBuffer |
keyBuffer |
protected int |
keyLength |
protected int |
recordLength |
Constructor and Description |
---|
RCFileKeyBufferWrapper() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RCFileKeyBufferWrapper o) |
static RCFileKeyBufferWrapper |
create(RCFile.KeyBuffer currentKeyBufferObj) |
CompressionCodec |
getCodec() |
int |
getCompressedKeyLength() |
Path |
getInputPath() |
RCFile.KeyBuffer |
getKeyBuffer() |
int |
getKeyLength() |
int |
getRecordLength() |
void |
readFields(java.io.DataInput in) |
void |
setCodec(CompressionCodec codec) |
void |
setCompressedKeyLength(int compressedKeyLength) |
void |
setInputPath(Path inputPath) |
void |
setKeyBuffer(RCFile.KeyBuffer keyBuffer) |
void |
setKeyLength(int keyLength) |
void |
setRecordLength(int recordLength) |
void |
write(java.io.DataOutput out) |
protected RCFile.KeyBuffer keyBuffer
protected int recordLength
protected int keyLength
protected int compressedKeyLength
protected Path inputPath
protected CompressionCodec codec
public static RCFileKeyBufferWrapper create(RCFile.KeyBuffer currentKeyBufferObj)
public void readFields(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public void write(java.io.DataOutput out) throws java.io.IOException
java.io.IOException
public int compareTo(RCFileKeyBufferWrapper o)
public RCFile.KeyBuffer getKeyBuffer()
public void setKeyBuffer(RCFile.KeyBuffer keyBuffer)
public int getRecordLength()
public void setRecordLength(int recordLength)
public int getKeyLength()
public void setKeyLength(int keyLength)
public int getCompressedKeyLength()
public void setCompressedKeyLength(int compressedKeyLength)
public Path getInputPath()
public void setInputPath(Path inputPath)
public CompressionCodec getCodec()
public void setCodec(CompressionCodec codec)
Copyright © 2012 The Apache Software Foundation