Uses of Class
org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args

Packages that use Hbase.getRowsWithColumnsTs_args
org.apache.hadoop.hbase.thrift.generated   
 

Uses of Hbase.getRowsWithColumnsTs_args in org.apache.hadoop.hbase.thrift.generated
 

Methods in org.apache.hadoop.hbase.thrift.generated that return Hbase.getRowsWithColumnsTs_args
 Hbase.getRowsWithColumnsTs_args Hbase.getRowsWithColumnsTs_args.clone()
          Deprecated. 
 Hbase.getRowsWithColumnsTs_args Hbase.getRowsWithColumnsTs_args.deepCopy()
           
 Hbase.getRowsWithColumnsTs_args Hbase.getRowsWithColumnsTs_args.setColumns(List<byte[]> columns)
          List of columns to return, null for all columns
 Hbase.getRowsWithColumnsTs_args Hbase.getRowsWithColumnsTs_args.setRows(List<byte[]> rows)
          row keys
 Hbase.getRowsWithColumnsTs_args Hbase.getRowsWithColumnsTs_args.setTableName(byte[] tableName)
          name of table
 Hbase.getRowsWithColumnsTs_args Hbase.getRowsWithColumnsTs_args.setTimestamp(long timestamp)
           
 

Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type Hbase.getRowsWithColumnsTs_args
 int Hbase.getRowsWithColumnsTs_args.compareTo(Hbase.getRowsWithColumnsTs_args other)
           
 boolean Hbase.getRowsWithColumnsTs_args.equals(Hbase.getRowsWithColumnsTs_args that)
           
 

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



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