Uses of Class
org.apache.hadoop.hbase.thrift.generated.Mutation

Packages that use Mutation
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
org.apache.hadoop.hbase.thrift.generated   
 

Uses of Mutation in org.apache.hadoop.hbase.thrift
 

Method parameters in org.apache.hadoop.hbase.thrift with type arguments of type Mutation
 void ThriftServerRunner.HBaseHandler.mutateRow(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, Map<ByteBuffer,ByteBuffer> attributes)
           
 void ThriftServerRunner.HBaseHandler.mutateRowTs(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, long timestamp, Map<ByteBuffer,ByteBuffer> attributes)
           
 

Uses of Mutation in org.apache.hadoop.hbase.thrift.generated
 

Fields in org.apache.hadoop.hbase.thrift.generated with type parameters of type Mutation
 List<Mutation> Hbase.mutateRow_args.mutations
          list of mutation commands
 List<Mutation> Hbase.mutateRowTs_args.mutations
          list of mutation commands
 List<Mutation> BatchMutation.mutations
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that return Mutation
 Mutation Mutation.deepCopy()
           
 Mutation Mutation.setColumn(byte[] column)
           
 Mutation Mutation.setColumn(ByteBuffer column)
           
 Mutation Mutation.setIsDelete(boolean isDelete)
           
 Mutation Mutation.setValue(byte[] value)
           
 Mutation Mutation.setValue(ByteBuffer value)
           
 Mutation Mutation.setWriteToWAL(boolean writeToWAL)
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that return types with arguments of type Mutation
 List<Mutation> Hbase.mutateRow_args.getMutations()
          list of mutation commands
 List<Mutation> Hbase.mutateRowTs_args.getMutations()
          list of mutation commands
 List<Mutation> BatchMutation.getMutations()
           
 Iterator<Mutation> Hbase.mutateRow_args.getMutationsIterator()
           
 Iterator<Mutation> Hbase.mutateRowTs_args.getMutationsIterator()
           
 Iterator<Mutation> BatchMutation.getMutationsIterator()
           
 

Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type Mutation
 void Hbase.mutateRow_args.addToMutations(Mutation elem)
           
 void Hbase.mutateRowTs_args.addToMutations(Mutation elem)
           
 void BatchMutation.addToMutations(Mutation elem)
           
 int Mutation.compareTo(Mutation other)
           
 boolean Mutation.equals(Mutation that)
           
 

Method parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type Mutation
 void Hbase.Iface.mutateRow(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, Map<ByteBuffer,ByteBuffer> attributes)
          Apply a series of mutations (updates/deletes) to a row in a single transaction.
 void Hbase.Client.mutateRow(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, Map<ByteBuffer,ByteBuffer> attributes)
           
 void Hbase.AsyncIface.mutateRow(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, Map<ByteBuffer,ByteBuffer> attributes, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRow_call> resultHandler)
           
 void Hbase.AsyncClient.mutateRow(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, Map<ByteBuffer,ByteBuffer> attributes, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRow_call> resultHandler)
           
 void Hbase.Iface.mutateRowTs(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, long timestamp, Map<ByteBuffer,ByteBuffer> attributes)
          Apply a series of mutations (updates/deletes) to a row in a single transaction.
 void Hbase.Client.mutateRowTs(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, long timestamp, Map<ByteBuffer,ByteBuffer> attributes)
           
 void Hbase.AsyncIface.mutateRowTs(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, long timestamp, Map<ByteBuffer,ByteBuffer> attributes, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRowTs_call> resultHandler)
           
 void Hbase.AsyncClient.mutateRowTs(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, long timestamp, Map<ByteBuffer,ByteBuffer> attributes, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRowTs_call> resultHandler)
           
 void Hbase.Client.send_mutateRow(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, Map<ByteBuffer,ByteBuffer> attributes)
           
 void Hbase.Client.send_mutateRowTs(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, long timestamp, Map<ByteBuffer,ByteBuffer> attributes)
           
 Hbase.mutateRow_args Hbase.mutateRow_args.setMutations(List<Mutation> mutations)
          list of mutation commands
 Hbase.mutateRowTs_args Hbase.mutateRowTs_args.setMutations(List<Mutation> mutations)
          list of mutation commands
 BatchMutation BatchMutation.setMutations(List<Mutation> mutations)
           
 

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

Constructor parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type Mutation
BatchMutation(ByteBuffer row, List<Mutation> mutations)
           
Hbase.AsyncClient.mutateRow_call(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, Map<ByteBuffer,ByteBuffer> attributes, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRow_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
Hbase.AsyncClient.mutateRowTs_call(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, long timestamp, Map<ByteBuffer,ByteBuffer> attributes, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRowTs_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
Hbase.mutateRow_args(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, Map<ByteBuffer,ByteBuffer> attributes)
           
Hbase.mutateRowTs_args(ByteBuffer tableName, ByteBuffer row, List<Mutation> mutations, long timestamp, Map<ByteBuffer,ByteBuffer> attributes)
           
 



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