Uses of Class
org.apache.hadoop.hbase.thrift.generated.TRegionInfo

Packages that use TRegionInfo
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
org.apache.hadoop.hbase.thrift.generated   
 

Uses of TRegionInfo in org.apache.hadoop.hbase.thrift
 

Methods in org.apache.hadoop.hbase.thrift that return types with arguments of type TRegionInfo
 List<TRegionInfo> ThriftServer.HBaseHandler.getTableRegions(byte[] tableName)
           
 

Uses of TRegionInfo in org.apache.hadoop.hbase.thrift.generated
 

Fields in org.apache.hadoop.hbase.thrift.generated with type parameters of type TRegionInfo
 List<TRegionInfo> Hbase.getTableRegions_result.success
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that return TRegionInfo
 TRegionInfo TRegionInfo.clone()
          Deprecated. 
 TRegionInfo TRegionInfo.deepCopy()
           
 TRegionInfo TRegionInfo.setEndKey(byte[] endKey)
           
 TRegionInfo TRegionInfo.setId(long id)
           
 TRegionInfo TRegionInfo.setName(byte[] name)
           
 TRegionInfo TRegionInfo.setStartKey(byte[] startKey)
           
 TRegionInfo TRegionInfo.setVersion(byte version)
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that return types with arguments of type TRegionInfo
 List<TRegionInfo> Hbase.getTableRegions_result.getSuccess()
           
 Iterator<TRegionInfo> Hbase.getTableRegions_result.getSuccessIterator()
           
 List<TRegionInfo> Hbase.Iface.getTableRegions(byte[] tableName)
          List the regions associated with a table.
 List<TRegionInfo> Hbase.Client.getTableRegions(byte[] tableName)
           
 List<TRegionInfo> Hbase.Client.recv_getTableRegions()
           
 

Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type TRegionInfo
 void Hbase.getTableRegions_result.addToSuccess(TRegionInfo elem)
           
 int TRegionInfo.compareTo(TRegionInfo other)
           
 boolean TRegionInfo.equals(TRegionInfo that)
           
 

Method parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type TRegionInfo
 Hbase.getTableRegions_result Hbase.getTableRegions_result.setSuccess(List<TRegionInfo> success)
           
 

Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type TRegionInfo
TRegionInfo(TRegionInfo other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type TRegionInfo
Hbase.getTableRegions_result(List<TRegionInfo> success, IOError io)
           
 



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