Uses of Package
com.amazonaws.athena.connectors.hbase.connection
-
Packages that use com.amazonaws.athena.connectors.hbase.connection Package Description com.amazonaws.athena.connectors.hbase com.amazonaws.athena.connectors.hbase.connection -
Classes in com.amazonaws.athena.connectors.hbase.connection used by com.amazonaws.athena.connectors.hbase 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. -
Classes in com.amazonaws.athena.connectors.hbase.connection used by com.amazonaws.athena.connectors.hbase.connection 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.ResultProcessor Used to define a class which is capable of processing entries returned from an HBase scan operation.