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.deepCopy()
           
 Hbase.getRowsWithColumnsTs_args Hbase.Processor.getRowsWithColumnsTs.getEmptyArgsInstance()
           
 Hbase.getRowsWithColumnsTs_args Hbase.getRowsWithColumnsTs_args.setAttributes(Map<ByteBuffer,ByteBuffer> attributes)
          Get attributes
 Hbase.getRowsWithColumnsTs_args Hbase.getRowsWithColumnsTs_args.setColumns(List<ByteBuffer> columns)
          List of columns to return, null for all columns
 Hbase.getRowsWithColumnsTs_args Hbase.getRowsWithColumnsTs_args.setRows(List<ByteBuffer> rows)
          row keys
 Hbase.getRowsWithColumnsTs_args Hbase.getRowsWithColumnsTs_args.setTableName(byte[] tableName)
          name of table
 Hbase.getRowsWithColumnsTs_args Hbase.getRowsWithColumnsTs_args.setTableName(ByteBuffer tableName)
           
 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)
           
 Hbase.getRowsWithColumnsTs_result Hbase.Processor.getRowsWithColumnsTs.getResult(I iface, Hbase.getRowsWithColumnsTs_args args)
           
 

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 © 2015 The Apache Software Foundation. All rights reserved.