Package org.apache.hadoop.hbase.client.example
package org.apache.hadoop.hbase.client.example
-
ClassDescriptionA simple example shows how to use asynchronous client.An example of using the
BufferedMutator
interface.A simple example on how to useExport
.A simple example on how to useAsyncTable
to write a fully asynchronous HTTP proxy server.Example on how to use HBase'sConnection
andTable
in a multi-threaded environment.Class to show how to scan some rows starting at a random location.Class to show how to send a single put.Class that will show how to send batches of puts at the same time.This client class is for invoking the refresh HFile function deployed on the Region Server side via the RefreshHFilesService.