Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
void |
HTable.flushCommits()
Executes all the buffered
Put operations. |
void |
HTable.put(List<Put> puts)
Puts some data in the table, in batch.
|
void |
HTable.put(Put put)
Puts some data in the table.
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.