public class RestrictedMapRDBSubScan extends MapRDBSubScan
OPERATOR_TYPE
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
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, iterator
accept, getSVMode
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorId
accept
forEach, spliterator
public RestrictedMapRDBSubScan(StoragePluginRegistry engineRegistry, String userName, MapRDBFormatPluginConfig formatPluginConfig, StoragePluginConfig storageConfig, List<RestrictedMapRDBSubScanSpec> regionScanSpecList, List<SchemaPath> columns, int maxRecordsToRead, String tableType, TupleMetadata schema) throws ExecutionSetupException
ExecutionSetupException
public RestrictedMapRDBSubScan(String userName, MapRDBFormatPlugin formatPlugin, List<RestrictedMapRDBSubScanSpec> maprDbSubScanSpecs, List<SchemaPath> columns, int maxRecordsToRead, String tableType, TupleMetadata schema)
public void addJoinForRestrictedSubScan(RowKeyJoin rjbatch)
DbSubScan
addJoinForRestrictedSubScan
in interface DbSubScan
addJoinForRestrictedSubScan
in class AbstractDbSubScan
public boolean isRestrictedSubScan()
DbSubScan
isRestrictedSubScan
in interface DbSubScan
isRestrictedSubScan
in class AbstractDbSubScan
Copyright © 1970 The Apache Software Foundation. All rights reserved.