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

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

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

Methods in org.apache.hadoop.hbase.thrift.generated that return Hbase.getRowWithColumnsTs_args
 Hbase.getRowWithColumnsTs_args Hbase.getRowWithColumnsTs_args.deepCopy()
           
 Hbase.getRowWithColumnsTs_args Hbase.getRowWithColumnsTs_args.setAttributes(Map<ByteBuffer,ByteBuffer> attributes)
          Get attributes
 Hbase.getRowWithColumnsTs_args Hbase.getRowWithColumnsTs_args.setColumns(List<ByteBuffer> columns)
          List of columns to return, null for all columns
 Hbase.getRowWithColumnsTs_args Hbase.getRowWithColumnsTs_args.setRow(byte[] row)
          row key
 Hbase.getRowWithColumnsTs_args Hbase.getRowWithColumnsTs_args.setRow(ByteBuffer row)
           
 Hbase.getRowWithColumnsTs_args Hbase.getRowWithColumnsTs_args.setTableName(byte[] tableName)
          name of table
 Hbase.getRowWithColumnsTs_args Hbase.getRowWithColumnsTs_args.setTableName(ByteBuffer tableName)
           
 Hbase.getRowWithColumnsTs_args Hbase.getRowWithColumnsTs_args.setTimestamp(long timestamp)
           
 

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

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



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