Uses of Class
org.apache.hadoop.hbase.client.AsyncBufferedMutatorImpl.Batch
Packages that use AsyncBufferedMutatorImpl.Batch
-
Uses of AsyncBufferedMutatorImpl.Batch in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return AsyncBufferedMutatorImpl.BatchModifier and TypeMethodDescriptionprotected AsyncBufferedMutatorImpl.BatchAsyncBufferedMutatorImpl.drainBatch()Atomically drains the current buffered mutations and futures underAsyncBufferedMutatorImpl.lockand prepares this mutator to accept a new batch.Methods in org.apache.hadoop.hbase.client with parameters of type AsyncBufferedMutatorImpl.BatchModifier and TypeMethodDescriptionprivate voidAsyncBufferedMutatorImpl.sendBatch(AsyncBufferedMutatorImpl.Batch batch) Sends a previously drainedAsyncBufferedMutatorImpl.Batchand wires the user-visible completion futures to the underlying results returned byAsyncTable.batch(List).