Package org.apache.hadoop.hbase.client

Interface Summary
HConnection Cluster connection.
Scanner Interface for client-side scanning.
 

Class Summary
HBaseAdmin Provides administrative functions for HBase
HConnectionManager A non-instantiable class that manages connections to multiple tables in multiple HBase instances.
HTable Used to communicate with a single HBase table
ScannerCallable Retries scanner operations such as create, next, etc.
ServerCallable<T> Abstract class that implemetns Callable, used by retryable actions.
UnmodifyableHColumnDescriptor  
UnmodifyableHTableDescriptor Read-only table descriptor.
 

Exception Summary
NoServerForRegionException Thrown when no region server can be found for a region
RegionOfflineException Thrown when a table can not be located
RetriesExhaustedException Exception thrown by HTable methods when an attempt to do something (like commit changes) fails after a bunch of retries.
 



Copyright © 2008 The Apache Software Foundation