Uses of Class
org.apache.hadoop.hbase.regionserver.metrics.SchemaConfigured

Packages that use SchemaConfigured
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 SchemaConfigured in org.apache.hadoop.hbase.io
 

Subclasses of SchemaConfigured in org.apache.hadoop.hbase.io
 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 SchemaConfigured in org.apache.hadoop.hbase.io.hfile
 

Subclasses of SchemaConfigured in org.apache.hadoop.hbase.io.hfile
 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 SchemaConfigured in org.apache.hadoop.hbase.regionserver
 

Subclasses of SchemaConfigured in org.apache.hadoop.hbase.regionserver
 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 SchemaConfigured in org.apache.hadoop.hbase.regionserver.metrics
 

Methods in org.apache.hadoop.hbase.regionserver.metrics that return SchemaConfigured
static SchemaConfigured SchemaConfigured.createUnknown()
          Creates an instance corresponding to an unknown table and column family.
 

Methods in org.apache.hadoop.hbase.regionserver.metrics with parameters of type SchemaConfigured
 void SchemaConfigured.passSchemaMetricsTo(SchemaConfigured target)
          Configures the given object (e.g.
static void SchemaConfigured.resetSchemaMetricsConf(SchemaConfigured target)
          Reset schema metrics configuration in this particular instance.
 



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