Uses of Interface
com.amazonaws.athena.connectors.hbase.connection.ResultProcessor
-
Packages that use ResultProcessor Package Description com.amazonaws.athena.connectors.hbase.connection -
-
Uses of ResultProcessor in com.amazonaws.athena.connectors.hbase.connection
Methods in com.amazonaws.athena.connectors.hbase.connection with parameters of type ResultProcessor Modifier and Type Method Description <T> T
HBaseConnection. scanTable(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.Scan scan, ResultProcessor<T> resultProcessor)
Used to perform a scan of the given table, scan, and resultProcessor.
-