Class HFileContext

java.lang.Object
org.apache.hadoop.hbase.io.hfile.HFileContext
All Implemented Interfaces:
Cloneable, HeapSize

@Private public class HFileContext extends Object implements HeapSize, Cloneable
Read-only HFile Context Information. Meta data that is used by HFileWriter/Readers and by HFileBlocks. Create one using the HFileContextBuilder (See HFileInfo and the HFile Trailer class).
See Also: