Uses of Class
org.apache.hadoop.hbase.thrift2.generated.THBaseService.mutateRow_args

Packages that use THBaseService.mutateRow_args
org.apache.hadoop.hbase.thrift2.generated   
 

Uses of THBaseService.mutateRow_args in org.apache.hadoop.hbase.thrift2.generated
 

Methods in org.apache.hadoop.hbase.thrift2.generated that return THBaseService.mutateRow_args
 THBaseService.mutateRow_args THBaseService.mutateRow_args.deepCopy()
           
 THBaseService.mutateRow_args THBaseService.mutateRow_args.setRowMutations(TRowMutations rowMutations)
          mutations to apply
 THBaseService.mutateRow_args THBaseService.mutateRow_args.setTable(byte[] table)
          table to apply the mutations
 THBaseService.mutateRow_args THBaseService.mutateRow_args.setTable(ByteBuffer table)
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated with parameters of type THBaseService.mutateRow_args
 int THBaseService.mutateRow_args.compareTo(THBaseService.mutateRow_args other)
           
 boolean THBaseService.mutateRow_args.equals(THBaseService.mutateRow_args that)
           
 

Constructors in org.apache.hadoop.hbase.thrift2.generated with parameters of type THBaseService.mutateRow_args
THBaseService.mutateRow_args(THBaseService.mutateRow_args other)
          Performs a deep copy on other.
 



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