Uses of Class
com.amazonaws.athena.connectors.hbase.connection.HBaseConnection
-
Packages that use HBaseConnection Package Description com.amazonaws.athena.connectors.hbase com.amazonaws.athena.connectors.hbase.connection -
-
Uses of HBaseConnection in com.amazonaws.athena.connectors.hbase
Methods in com.amazonaws.athena.connectors.hbase with parameters of type HBaseConnection Modifier and Type Method Description static org.apache.hadoop.hbase.TableName
HbaseTableNameUtils. getHbaseTableName(Map<String,String> configOptions, HBaseConnection conn, TableName athTableName)
Gets the hbase table name from Athena table name.static org.apache.arrow.vector.types.pojo.Schema
HbaseSchemaUtils. inferSchema(HBaseConnection client, org.apache.hadoop.hbase.TableName tableName, int numToScan)
This method will produce an Apache Arrow Schema for the given TableName and HBase connection by scanning up to the requested number of rows and using basic schema inference to determine data types.protected static org.apache.hadoop.hbase.TableName
HbaseTableNameUtils. tryCaseInsensitiveSearch(HBaseConnection conn, TableName tableName)
Performs a case insensitive table search by listing all table names in the schema (namespace), mapping them to their lowercase transformation, and then mapping the given tableName back to a unique table. -
Uses of HBaseConnection in com.amazonaws.athena.connectors.hbase.connection
Methods in com.amazonaws.athena.connectors.hbase.connection that return HBaseConnection Modifier and Type Method Description HBaseConnection
HbaseConnectionFactory. getOrCreateConn(String conStr)
Gets or Creates an HBase connection for the given connection string.Methods in com.amazonaws.athena.connectors.hbase.connection with parameters of type HBaseConnection Modifier and Type Method Description protected void
HbaseConnectionFactory. addConnection(String conStr, HBaseConnection conn)
Injects a connection into the client cache.
-