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