Uses of Class
org.apache.hadoop.hbase.client.Put

Packages that use Put
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.constraint Restrict the domain of a data attribute, often times to fulfill business rules/requirements. 
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.rest.client   
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.thrift2 Provides an HBase Thrift service. 
 

Uses of Put in org.apache.hadoop.hbase.catalog
 

Methods in org.apache.hadoop.hbase.catalog that return Put
static Put MetaEditor.addDaughtersToPut(Put put, HRegionInfo splitA, HRegionInfo splitB)
          Adds split daughters to the Put
static Put MetaEditor.makePutFromRegionInfo(HRegionInfo regionInfo)
          Generates and returns a Put containing the region into for the catalog table
 

Methods in org.apache.hadoop.hbase.catalog with parameters of type Put
static Put MetaEditor.addDaughtersToPut(Put put, HRegionInfo splitA, HRegionInfo splitB)
          Adds split daughters to the Put
 

Uses of Put in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return Put
 Put Put.add(byte[] family, byte[] qualifier, byte[] value)
          Add the specified column and value to this Put operation.
 Put Put.add(byte[] family, byte[] qualifier, long ts, byte[] value)
          Add the specified column and value, with the specified timestamp as its version to this Put operation.
 Put Put.add(KeyValue kv)
          Add the specified KeyValue to this Put operation.
 

Methods in org.apache.hadoop.hbase.client that return types with arguments of type Put
 ArrayList<Put> HTable.getWriteBuffer()
          Returns the write buffer.
 List<Put> HTableMultiplexer.put(byte[] table, List<Put> puts)
          The puts request will be buffered by their corresponding buffer queue.
 

Methods in org.apache.hadoop.hbase.client with parameters of type Put
 void RowMutations.add(Put p)
          Add a Put operation to the list of mutations
 boolean HTableInterface.checkAndPut(byte[] row, byte[] family, byte[] qualifier, byte[] value, Put put)
          Atomically checks if a row/family/qualifier value matches the expected value.
 boolean HTable.checkAndPut(byte[] row, byte[] family, byte[] qualifier, byte[] value, Put put)
          Atomically checks if a row/family/qualifier value matches the expected value.
 boolean HTableMultiplexer.put(byte[] table, Put put)
          The put request will be buffered by its corresponding buffer queue.
 boolean HTableMultiplexer.put(byte[] table, Put put, int retry)
          The put request will be buffered by its corresponding buffer queue.
 void HTableInterface.put(Put put)
          Puts some data in the table.
 void HTable.put(Put put)
          Puts some data in the table.
 void HTable.validatePut(Put put)
           
 

Method parameters in org.apache.hadoop.hbase.client with type arguments of type Put
static void HTableUtil.bucketRsPut(HTable htable, List<Put> puts)
          Processes a List of Puts and writes them to an HTable instance in RegionServer buckets via the htable.put method.
 List<Put> HTableMultiplexer.put(byte[] table, List<Put> puts)
          The puts request will be buffered by their corresponding buffer queue.
 void HTableInterface.put(List<Put> puts)
          Puts some data in the table, in batch.
 void HTable.put(List<Put> puts)
          Puts some data in the table, in batch.
 

Constructors in org.apache.hadoop.hbase.client with parameters of type Put
Put(Put putToCopy)
          Copy constructor.
 

Uses of Put in org.apache.hadoop.hbase.constraint
 

Methods in org.apache.hadoop.hbase.constraint with parameters of type Put
 void Constraint.check(Put p)
          Check a Put to ensure it is valid for the table.
 void ConstraintProcessor.prePut(ObserverContext<RegionCoprocessorEnvironment> e, Put put, WALEdit edit, boolean writeToWAL)
           
 

Uses of Put in org.apache.hadoop.hbase.coprocessor
 

Methods in org.apache.hadoop.hbase.coprocessor with parameters of type Put
 boolean RegionObserver.postCheckAndPut(ObserverContext<RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, ByteArrayComparable comparator, Put put, boolean result)
          Called after checkAndPut
 boolean BaseRegionObserver.postCheckAndPut(ObserverContext<RegionCoprocessorEnvironment> e, byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, ByteArrayComparable comparator, Put put, boolean result)
           
 void RegionObserver.postPut(ObserverContext<RegionCoprocessorEnvironment> c, Put put, WALEdit edit, boolean writeToWAL)
          Called after the client stores a value.
 void BaseRegionObserver.postPut(ObserverContext<RegionCoprocessorEnvironment> e, Put put, WALEdit edit, boolean writeToWAL)
           
 boolean RegionObserver.preCheckAndPut(ObserverContext<RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, ByteArrayComparable comparator, Put put, boolean result)
          Called before checkAndPut
 boolean BaseRegionObserver.preCheckAndPut(ObserverContext<RegionCoprocessorEnvironment> e, byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, ByteArrayComparable comparator, Put put, boolean result)
           
 void RegionObserver.prePut(ObserverContext<RegionCoprocessorEnvironment> c, Put put, WALEdit edit, boolean writeToWAL)
          Called before the client stores a value.
 void BaseRegionObserver.prePut(ObserverContext<RegionCoprocessorEnvironment> e, Put put, WALEdit edit, boolean writeToWAL)
           
 

Uses of Put in org.apache.hadoop.hbase.mapred
 

Methods in org.apache.hadoop.hbase.mapred with parameters of type Put
 void TableOutputFormat.TableRecordWriter.write(ImmutableBytesWritable key, Put value)
           
 

Method parameters in org.apache.hadoop.hbase.mapred with type arguments of type Put
 void IdentityTableReduce.reduce(ImmutableBytesWritable key, Iterator<Put> values, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,Put> output, org.apache.hadoop.mapred.Reporter reporter)
          Deprecated. No aggregation, output pairs of (key, record)
 void IdentityTableReduce.reduce(ImmutableBytesWritable key, Iterator<Put> values, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,Put> output, org.apache.hadoop.mapred.Reporter reporter)
          Deprecated. No aggregation, output pairs of (key, record)
 

Uses of Put in org.apache.hadoop.hbase.mapreduce
 

Method parameters in org.apache.hadoop.hbase.mapreduce with type arguments of type Put
protected  void PutSortReducer.reduce(ImmutableBytesWritable row, Iterable<Put> puts, org.apache.hadoop.mapreduce.Reducer.Context context)
           
protected  void PutCombiner.reduce(K row, Iterable<Put> vals, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 

Uses of Put in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return Put
static Put ProtobufUtil.toPut(ClientProtos.MutationProto proto)
          Convert a protocol buffer Mutate to a Put.
static Put ProtobufUtil.toPut(ClientProtos.MutationProto proto, CellScanner cellScanner)
          Convert a protocol buffer Mutate to a Put.
 

Methods in org.apache.hadoop.hbase.protobuf with parameters of type Put
static ClientProtos.MutateRequest RequestConverter.buildMutateRequest(byte[] regionName, byte[] row, byte[] family, byte[] qualifier, ByteArrayComparable comparator, HBaseProtos.CompareType compareType, Put put)
          Create a protocol buffer MutateRequest for a conditioned put
static ClientProtos.MutateRequest RequestConverter.buildMutateRequest(byte[] regionName, Put put)
          Create a protocol buffer MutateRequest for a put
 

Uses of Put in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type Put
 boolean RegionCoprocessorHost.postCheckAndPut(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, ByteArrayComparable comparator, Put put, boolean result)
           
 void RegionCoprocessorHost.postPut(Put put, WALEdit edit, boolean writeToWAL)
           
 Boolean RegionCoprocessorHost.preCheckAndPut(byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, ByteArrayComparable comparator, Put put)
           
 boolean RegionCoprocessorHost.prePut(Put put, WALEdit edit, boolean writeToWAL)
           
 void HRegion.put(Put put)
           
 OperationStatus[] HRegion.put(Put[] puts)
          Perform a batch put with no pre-specified locks
 void HRegion.put(Put put, boolean writeToWAL)
           
 

Uses of Put in org.apache.hadoop.hbase.rest.client
 

Methods in org.apache.hadoop.hbase.rest.client with parameters of type Put
protected  CellSetModel RemoteHTable.buildModelFromPut(Put put)
           
 boolean RemoteHTable.checkAndPut(byte[] row, byte[] family, byte[] qualifier, byte[] value, Put put)
           
 void RemoteHTable.put(Put put)
           
 

Method parameters in org.apache.hadoop.hbase.rest.client with type arguments of type Put
 void RemoteHTable.put(List<Put> puts)
           
 

Uses of Put in org.apache.hadoop.hbase.security.access
 

Methods in org.apache.hadoop.hbase.security.access with parameters of type Put
 void AccessController.postPut(ObserverContext<RegionCoprocessorEnvironment> c, Put put, WALEdit edit, boolean writeToWAL)
           
 boolean AccessController.preCheckAndPut(ObserverContext<RegionCoprocessorEnvironment> c, byte[] row, byte[] family, byte[] qualifier, CompareFilter.CompareOp compareOp, ByteArrayComparable comparator, Put put, boolean result)
           
 void AccessController.prePut(ObserverContext<RegionCoprocessorEnvironment> c, Put put, WALEdit edit, boolean writeToWAL)
           
 

Uses of Put in org.apache.hadoop.hbase.thrift2
 

Methods in org.apache.hadoop.hbase.thrift2 that return Put
static Put ThriftUtilities.putFromThrift(TPut in)
          Creates a Put (HBase) from a TPut (Thrift)
 

Methods in org.apache.hadoop.hbase.thrift2 that return types with arguments of type Put
static List<Put> ThriftUtilities.putsFromThrift(List<TPut> in)
          Converts multiple TPuts (Thrift) into a list of Puts (HBase).
 



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