public class RestrictedMapRDBSubScan extends MapRDBSubScan
OPERATOR_TYPEINIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
RestrictedMapRDBSubScan(StoragePluginRegistry engineRegistry,
String userName,
MapRDBFormatPluginConfig formatPluginConfig,
StoragePluginConfig storageConfig,
List<RestrictedMapRDBSubScanSpec> regionScanSpecList,
List<SchemaPath> columns,
int maxRecordsToRead,
String tableType,
TupleMetadata schema) |
RestrictedMapRDBSubScan(String userName,
MapRDBFormatPlugin formatPlugin,
List<RestrictedMapRDBSubScanSpec> maprDbSubScanSpecs,
List<SchemaPath> columns,
int maxRecordsToRead,
String tableType,
TupleMetadata schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
addJoinForRestrictedSubScan(RowKeyJoin rjbatch)
For a restricted sub-scan, this method allows associating a rowkey join instance.
|
boolean |
isRestrictedSubScan()
Whether this subscan is a restricted (skip) subscan
|
accept, getColumns, getFormatPlugin, getFormatPluginConfig, getMaxRecordsToRead, getNewWithChildren, getOperatorType, getRegionScanSpecList, getSchema, getStorageConfig, getTableType, isExecutable, iteratoraccept, getSVModegetCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorIdacceptforEach, spliteratorpublic RestrictedMapRDBSubScan(StoragePluginRegistry engineRegistry, String userName, MapRDBFormatPluginConfig formatPluginConfig, StoragePluginConfig storageConfig, List<RestrictedMapRDBSubScanSpec> regionScanSpecList, List<SchemaPath> columns, int maxRecordsToRead, String tableType, TupleMetadata schema) throws ExecutionSetupException
ExecutionSetupExceptionpublic RestrictedMapRDBSubScan(String userName, MapRDBFormatPlugin formatPlugin, List<RestrictedMapRDBSubScanSpec> maprDbSubScanSpecs, List<SchemaPath> columns, int maxRecordsToRead, String tableType, TupleMetadata schema)
public void addJoinForRestrictedSubScan(RowKeyJoin rjbatch)
DbSubScanaddJoinForRestrictedSubScan in interface DbSubScanaddJoinForRestrictedSubScan in class AbstractDbSubScanpublic boolean isRestrictedSubScan()
DbSubScanisRestrictedSubScan in interface DbSubScanisRestrictedSubScan in class AbstractDbSubScanCopyright © 2021 The Apache Software Foundation. All rights reserved.