Package com.amazonaws.athena.connectors.hbase.connection
-
Interface Summary Interface Description ResultProcessor<T> Used to define a class which is capable of processing entries returned from an HBase scan operation. -
Class Summary Class Description HBaseConnection This class wraps Hbase's Connection construct and provides both a simplified facade for common operations but also automatic retry and reconnect logic to make client reuse simpler.HbaseConnectionFactory Creates and Caches HBase Connection Instances, using the connection string as the cache key. -
Exception Summary Exception Description UnrecoverableException Used to indicate that a particular exception is not recoverable and thus not retriable by our HBaseConnection's automatic retry and reconnect logic.