Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
<R> MultiResponse |
HRegionInterface.multi(MultiAction<R> multi)
Method used for doing multiple actions(Deletes, Gets and Puts) in one call
|
Modifier and Type | Method and Description |
---|---|
<R> MultiResponse |
HRegionServer.multi(MultiAction<R> multi) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.