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

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

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

Methods in org.apache.hadoop.hbase.thrift.generated that return Hbase.mutateRowTs_args
 Hbase.mutateRowTs_args Hbase.mutateRowTs_args.clone()
          Deprecated. 
 Hbase.mutateRowTs_args Hbase.mutateRowTs_args.deepCopy()
           
 Hbase.mutateRowTs_args Hbase.mutateRowTs_args.setMutations(List<Mutation> mutations)
          list of mutation commands
 Hbase.mutateRowTs_args Hbase.mutateRowTs_args.setRow(byte[] row)
          row key
 Hbase.mutateRowTs_args Hbase.mutateRowTs_args.setTableName(byte[] tableName)
          name of table
 Hbase.mutateRowTs_args Hbase.mutateRowTs_args.setTimestamp(long timestamp)
          timestamp
 

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

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



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