|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface HFile.Reader
An interface used by clients to open and iterate an HFile
.
Method Summary | |
---|---|
void |
close(boolean evictOnClose)
Close method with optional evictOnClose |
KeyValue.KVComparator |
getComparator()
|
Compression.Algorithm |
getCompressionAlgorithm()
|
DataBlockEncoding |
getDataBlockEncoding()
|
HFileBlockIndex.BlockIndexReader |
getDataBlockIndexReader()
|
DataInput |
getDeleteBloomFilterMetadata()
Retrieves delete family Bloom filter metadata as appropriate for each HFile version. |
long |
getEntries()
|
HFileContext |
getFileContext()
Return the file context of the HFile this reader belongs to |
byte[] |
getFirstKey()
|
byte[] |
getFirstRowKey()
|
DataInput |
getGeneralBloomFilterMetadata()
Retrieves general Bloom filter metadata as appropriate for each HFile version. |
byte[] |
getLastKey()
|
byte[] |
getLastRowKey()
|
ByteBuffer |
getMetaBlock(String metaBlockName,
boolean cacheBlock)
|
String |
getName()
Returns this reader's "name". |
org.apache.hadoop.fs.Path |
getPath()
|
HFileScanner |
getScanner(boolean cacheBlocks,
boolean pread)
|
HFileScanner |
getScanner(boolean cacheBlocks,
boolean pread,
boolean isCompaction)
|
FixedFileTrailer |
getTrailer()
|
boolean |
hasMVCCInfo()
|
long |
indexSize()
|
long |
length()
|
Map<byte[],byte[]> |
loadFileInfo()
|
byte[] |
midkey()
|
Methods inherited from interface java.io.Closeable |
---|
close |
Methods inherited from interface org.apache.hadoop.hbase.io.hfile.HFile.CachingBlockReader |
---|
readBlock |
Method Detail |
---|
String getName()
KeyValue.KVComparator getComparator()
HFileScanner getScanner(boolean cacheBlocks, boolean pread, boolean isCompaction)
ByteBuffer getMetaBlock(String metaBlockName, boolean cacheBlock) throws IOException
IOException
Map<byte[],byte[]> loadFileInfo() throws IOException
IOException
byte[] getLastKey()
byte[] midkey() throws IOException
IOException
long length()
long getEntries()
byte[] getFirstKey()
long indexSize()
byte[] getFirstRowKey()
byte[] getLastRowKey()
FixedFileTrailer getTrailer()
HFileBlockIndex.BlockIndexReader getDataBlockIndexReader()
HFileScanner getScanner(boolean cacheBlocks, boolean pread)
Compression.Algorithm getCompressionAlgorithm()
DataInput getGeneralBloomFilterMetadata() throws IOException
HFile
version.
Knows nothing about how that metadata is structured.
IOException
DataInput getDeleteBloomFilterMetadata() throws IOException
HFile
version.
Knows nothing about how that metadata is structured.
IOException
org.apache.hadoop.fs.Path getPath()
void close(boolean evictOnClose) throws IOException
IOException
DataBlockEncoding getDataBlockEncoding()
boolean hasMVCCInfo()
HFileContext getFileContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |