Uses of Interface
org.apache.hadoop.hbase.client.AsyncBufferedMutator
Packages that use AsyncBufferedMutator
-
Uses of AsyncBufferedMutator in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement AsyncBufferedMutatorModifier and TypeClassDescription(package private) classThe implementation ofAsyncBufferedMutator.Fields in org.apache.hadoop.hbase.client declared as AsyncBufferedMutatorModifier and TypeFieldDescriptionprivate final AsyncBufferedMutatorBufferedMutatorOverAsyncBufferedMutator.mutatorMethods in org.apache.hadoop.hbase.client that return AsyncBufferedMutatorModifier and TypeMethodDescriptionAsyncBufferedMutatorBuilder.build()Create theAsyncBufferedMutatorinstance.AsyncBufferedMutatorBuilderImpl.build()default AsyncBufferedMutatorAsyncConnection.getBufferedMutator(TableName tableName) Retrieve anAsyncBufferedMutatorfor performing client-side buffering of writes.default AsyncBufferedMutatorAsyncConnection.getBufferedMutator(TableName tableName, ExecutorService pool) Retrieve anAsyncBufferedMutatorfor performing client-side buffering of writes.Constructors in org.apache.hadoop.hbase.client with parameters of type AsyncBufferedMutatorModifierConstructorDescription(package private)BufferedMutatorOverAsyncBufferedMutator(AsyncBufferedMutator mutator, BufferedMutator.ExceptionListener listener)