Package org.apache.hadoop.hbase.rest.client


package org.apache.hadoop.hbase.rest.client
  • Class
    Description
    org.apache.hadoop.hbase.rest.client.Client
    A wrapper around HttpClient which provides some useful function and semantics for interacting with the REST gateway.
    org.apache.hadoop.hbase.rest.client.Client.ClientTrustStoreInitializationException
     
    org.apache.hadoop.hbase.rest.client.Cluster
    A list of 'host:port' addresses of HTTP servers operating as a single entity, for example multiple redundant web service gateways.
    org.apache.hadoop.hbase.rest.client.Response
    The HTTP result code, response headers, and body of an HTTP response.