Uses of Interface
org.apache.hadoop.hbase.regionserver.metrics.SchemaMetrics.SchemaAware

Packages that use SchemaMetrics.SchemaAware
org.apache.hadoop.hbase.io   
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.metrics   
 

Uses of SchemaMetrics.SchemaAware in org.apache.hadoop.hbase.io
 

Classes in org.apache.hadoop.hbase.io that implement SchemaMetrics.SchemaAware
 class HalfStoreFileReader
          A facade for a HFile.Reader that serves up either the top or bottom half of a HFile where 'bottom' is the first half of the file containing the keys that sort lowest and 'top' is the second half of the file with keys that sort greater than those of the bottom half.
 

Uses of SchemaMetrics.SchemaAware in org.apache.hadoop.hbase.io.hfile
 

Subinterfaces of SchemaMetrics.SchemaAware in org.apache.hadoop.hbase.io.hfile
static interface HFile.Reader
          An interface used by clients to open and iterate an HFile.
 

Classes in org.apache.hadoop.hbase.io.hfile that implement SchemaMetrics.SchemaAware
 class AbstractHFileReader
          Common functionality needed by all versions of HFile readers.
 class AbstractHFileWriter
          Common functionality needed by all versions of HFile writers.
 class HFileBlock
          Reading HFile version 1 and 2 blocks, and writing version 2 blocks.
static class HFileBlockIndex.BlockIndexWriter
          Writes the block index into the output stream.
 class HFileReaderV1
          HFile reader for version 1.
 class HFileReaderV2
          HFile reader for version 2.
 class HFileWriterV1
          Writes version 1 HFiles.
 class HFileWriterV2
          Writes HFile format version 2.
 

Uses of SchemaMetrics.SchemaAware in org.apache.hadoop.hbase.regionserver
 

Classes in org.apache.hadoop.hbase.regionserver that implement SchemaMetrics.SchemaAware
 class Store
          A Store holds a column family in a Region.
 class StoreFile
          A Store data file.
static class StoreFile.Reader
          Reader for a StoreFile.
 

Uses of SchemaMetrics.SchemaAware in org.apache.hadoop.hbase.regionserver.metrics
 

Classes in org.apache.hadoop.hbase.regionserver.metrics that implement SchemaMetrics.SchemaAware
 class SchemaConfigured
          A base class for objects that are associated with a particular table and column family.
 

Constructors in org.apache.hadoop.hbase.regionserver.metrics with parameters of type SchemaMetrics.SchemaAware
SchemaConfigured(SchemaMetrics.SchemaAware that)
           
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.