Package org.apache.hadoop.hbase.client.example


package org.apache.hadoop.hbase.client.example
  • Classes
    Class
    Description
    org.apache.hadoop.hbase.client.example.AsyncClientExample
    A simple example shows how to use asynchronous client.
    org.apache.hadoop.hbase.client.example.BufferedMutatorExample
    An example of using the BufferedMutator interface.
    org.apache.hadoop.hbase.client.example.ExportEndpointExample
    A simple example on how to use Export.
    org.apache.hadoop.hbase.client.example.HttpProxyExample
    A simple example on how to use AsyncTable to write a fully asynchronous HTTP proxy server.
    org.apache.hadoop.hbase.client.example.MultiThreadedClientExample
    Example on how to use HBase's Connection and Table in a multi-threaded environment.
    org.apache.hadoop.hbase.client.example.MultiThreadedClientExample.ReadExampleCallable
    Class to show how to scan some rows starting at a random location.
    org.apache.hadoop.hbase.client.example.MultiThreadedClientExample.SingleWriteExampleCallable
    Class to show how to send a single put.
    org.apache.hadoop.hbase.client.example.MultiThreadedClientExample.WriteExampleCallable
    Class that will show how to send batches of puts at the same time.
    org.apache.hadoop.hbase.client.example.RefreshHFilesClient
    This client class is for invoking the refresh HFile function deployed on the Region Server side via the RefreshHFilesService.