|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Put | |
---|---|
org.apache.hadoop.hbase.avro | Provides an HBase Avro service. |
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. |
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.regionserver | |
org.apache.hadoop.hbase.rest.client |
Uses of Put in org.apache.hadoop.hbase.avro |
---|
Methods in org.apache.hadoop.hbase.avro that return Put | |
---|---|
static Put |
AvroUtil.aputToPut(APut aput)
|
Uses of Put in org.apache.hadoop.hbase.client |
---|
Fields in org.apache.hadoop.hbase.client with type parameters of type Put | |
---|---|
Map<byte[],List<Put>> |
MultiPut.puts
Deprecated. |
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(byte[] column,
long ts,
byte[] value)
Deprecated. use add(byte[], byte[], long, byte[]) instead |
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 | |
---|---|
Collection<Put> |
MultiPut.allPuts()
Deprecated. |
ArrayList<Put> |
HTable.getWriteBuffer()
Returns the write buffer. |
Methods in org.apache.hadoop.hbase.client with parameters of type Put | |
---|---|
void |
MultiPut.add(byte[] regionName,
Put aPut)
Deprecated. |
boolean |
HTable.checkAndPut(byte[] row,
byte[] family,
byte[] qualifier,
byte[] value,
Put put)
Atomically checks if a row/family/qualifier value match the expectedValue. |
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. |
void |
HTable.put(Put put)
|
void |
HTableInterface.put(Put put)
Puts some data in the table. |
Method parameters in org.apache.hadoop.hbase.client with type arguments of type Put | |
---|---|
void |
HConnection.processBatchOfPuts(List<Put> list,
byte[] tableName,
ExecutorService pool)
Deprecated. Use HConnectionManager::processBatch instead. |
void |
HTable.put(List<Put> puts)
|
void |
HTableInterface.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.ipc |
---|
Methods in org.apache.hadoop.hbase.ipc with parameters of type Put | |
---|---|
boolean |
HRegionInterface.checkAndPut(byte[] regionName,
byte[] row,
byte[] family,
byte[] qualifier,
byte[] value,
Put put)
Atomically checks if a row/family/qualifier value match the expectedValue. |
void |
HRegionInterface.put(byte[] regionName,
Put put)
Put data into the specified region |
Method parameters in org.apache.hadoop.hbase.ipc with type arguments of type Put | |
---|---|
int |
HRegionInterface.put(byte[] regionName,
List<Put> puts)
Put an array of puts into the specified region |
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)
|
Uses of Put in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver with parameters of type Put | |
---|---|
boolean |
HRegionServer.checkAndPut(byte[] regionName,
byte[] row,
byte[] family,
byte[] qualifier,
byte[] value,
Put put)
|
void |
HRegionServer.put(byte[] regionName,
Put put)
|
void |
HRegion.put(Put put)
|
HConstants.OperationStatusCode[] |
HRegion.put(Put[] puts)
Perform a batch put with no pre-specified locks |
void |
HRegion.put(Put put,
boolean writeToWAL)
|
void |
HRegion.put(Put put,
Integer lockid)
|
void |
HRegion.put(Put put,
Integer lockid,
boolean writeToWAL)
|
Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type Put | |
---|---|
int |
HRegionServer.put(byte[] regionName,
List<Put> puts)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |