Uses of Class
org.apache.hadoop.hbase.rest.TableModel.Regions

Packages that use TableModel.Regions
org.apache.hadoop.hbase.rest Provides an HBase REST service. 
org.apache.hadoop.hbase.rest.serializer   
 

Uses of TableModel.Regions in org.apache.hadoop.hbase.rest
 

Methods in org.apache.hadoop.hbase.rest that return TableModel.Regions
 TableModel.Regions TableModel.getTableRegions(String tableName)
          Return region offsets.
 

Uses of TableModel.Regions in org.apache.hadoop.hbase.rest.serializer
 

Methods in org.apache.hadoop.hbase.rest.serializer with parameters of type TableModel.Regions
 void SimpleXMLSerializer.serializeRegionData(TableModel.Regions regions)
           
 void IRestSerializer.serializeRegionData(TableModel.Regions regions)
          serialize the region data for a table to the output stream Implementation of this method is optional, IF all the work is done in the writeOutput(Object o) method
 



Copyright © 2010 The Apache Software Foundation