Uses of Class
org.apache.drill.exec.store.hbase.HBaseSubScan.HBaseSubScanSpec
Packages that use HBaseSubScan.HBaseSubScanSpec
-
Uses of HBaseSubScan.HBaseSubScanSpec in org.apache.drill.exec.store.hbase
Methods in org.apache.drill.exec.store.hbase that return HBaseSubScan.HBaseSubScanSpecModifier and TypeMethodDescriptionHBaseSubScan.HBaseSubScanSpec.setRegionServer(String regionServer) HBaseSubScan.HBaseSubScanSpec.setSerializedFilter(byte[] serializedFilter) HBaseSubScan.HBaseSubScanSpec.setStartRow(byte[] startRow) HBaseSubScan.HBaseSubScanSpec.setStopRow(byte[] stopRow) HBaseSubScan.HBaseSubScanSpec.setTableName(String tableName) Methods in org.apache.drill.exec.store.hbase that return types with arguments of type HBaseSubScan.HBaseSubScanSpecConstructors in org.apache.drill.exec.store.hbase with parameters of type HBaseSubScan.HBaseSubScanSpecModifierConstructorDescriptionHBaseRecordReader(org.apache.hadoop.hbase.client.Connection connection, HBaseSubScan.HBaseSubScanSpec subScanSpec, List<SchemaPath> projectedColumns) Constructor parameters in org.apache.drill.exec.store.hbase with type arguments of type HBaseSubScan.HBaseSubScanSpecModifierConstructorDescriptionHBaseSubScan(String userName, HBaseStoragePlugin hbaseStoragePlugin, List<HBaseSubScan.HBaseSubScanSpec> regionInfoList, List<SchemaPath> columns) HBaseSubScan(StoragePluginRegistry registry, String userName, HBaseStoragePluginConfig hbaseStoragePluginConfig, LinkedList<HBaseSubScan.HBaseSubScanSpec> regionScanSpecList, List<SchemaPath> columns)