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.deepCopy()
           
 Hbase.mutateRowTs_args Hbase.Processor.mutateRowTs.getEmptyArgsInstance()
           
 Hbase.mutateRowTs_args Hbase.mutateRowTs_args.setAttributes(Map<ByteBuffer,ByteBuffer> attributes)
          Mutation attributes
 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.setRow(ByteBuffer row)
           
 Hbase.mutateRowTs_args Hbase.mutateRowTs_args.setTableName(byte[] tableName)
          name of table
 Hbase.mutateRowTs_args Hbase.mutateRowTs_args.setTableName(ByteBuffer tableName)
           
 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)
           
 Hbase.mutateRowTs_result Hbase.Processor.mutateRowTs.getResult(I iface, Hbase.mutateRowTs_args args)
           
 

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