|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ScanType in org.apache.hadoop.hbase.coprocessor |
---|
Uses of ScanType in org.apache.hadoop.hbase.coprocessor.example |
---|
Methods in org.apache.hadoop.hbase.coprocessor.example with parameters of type ScanType | |
---|---|
InternalScanner |
ZooKeeperScanPolicyObserver.preCompactScannerOpen(ObserverContext<RegionCoprocessorEnvironment> c,
Store store,
List<? extends KeyValueScanner> scanners,
ScanType scanType,
long earliestPutTs,
InternalScanner s)
|
Uses of ScanType in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return ScanType | |
---|---|
static ScanType |
ScanType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ScanType[] |
ScanType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.hbase.regionserver with parameters of type ScanType | |
---|---|
InternalScanner |
RegionCoprocessorHost.preCompact(Store store,
InternalScanner scanner,
ScanType scanType,
CompactionRequest request)
Called prior to rewriting the store files selected for compaction |
InternalScanner |
RegionCoprocessorHost.preCompactScannerOpen(Store store,
List<StoreFileScanner> scanners,
ScanType scanType,
long earliestPutTs,
CompactionRequest request)
See RegionObserver.preCompactScannerOpen(ObserverContext, Store, List, ScanType, long, InternalScanner, CompactionRequest) |
Constructors in org.apache.hadoop.hbase.regionserver with parameters of type ScanType | |
---|---|
ScanQueryMatcher(Scan scan,
ScanInfo scanInfo,
NavigableSet<byte[]> columns,
ScanType scanType,
long readPointToUse,
long earliestPutTs,
long oldestUnexpiredTS,
long now,
RegionCoprocessorHost regionCoprocessorHost)
Construct a QueryMatcher for a scan |
|
StoreScanner(Store store,
ScanInfo scanInfo,
Scan scan,
List<? extends KeyValueScanner> scanners,
ScanType scanType,
long smallestReadPoint,
long earliestPutTs)
Used for compactions. |
Uses of ScanType in org.apache.hadoop.hbase.regionserver.compactions |
---|
Methods in org.apache.hadoop.hbase.regionserver.compactions that return ScanType | |
---|---|
ScanType |
Compactor.InternalScannerFactory.getScanType(CompactionRequest request)
|
Methods in org.apache.hadoop.hbase.regionserver.compactions with parameters of type ScanType | |
---|---|
InternalScanner |
Compactor.InternalScannerFactory.createScanner(List<StoreFileScanner> scanners,
ScanType scanType,
Compactor.FileDetails fd,
long smallestReadPoint)
|
protected InternalScanner |
Compactor.createScanner(Store store,
List<StoreFileScanner> scanners,
ScanType scanType,
long smallestReadPoint,
long earliestPutTs)
|
protected InternalScanner |
Compactor.postCreateCoprocScanner(CompactionRequest request,
ScanType scanType,
InternalScanner scanner,
User user)
Calls coprocessor, if any, to create scanners - after normal scanner creation. |
protected InternalScanner |
Compactor.preCreateCoprocScanner(CompactionRequest request,
ScanType scanType,
long earliestPutTs,
List<StoreFileScanner> scanners)
Calls coprocessor, if any, to create compaction scanner - before normal scanner creation. |
protected InternalScanner |
Compactor.preCreateCoprocScanner(CompactionRequest request,
ScanType scanType,
long earliestPutTs,
List<StoreFileScanner> scanners,
User user)
|
Uses of ScanType in org.apache.hadoop.hbase.security.access |
---|
Methods in org.apache.hadoop.hbase.security.access with parameters of type ScanType | |
---|---|
InternalScanner |
AccessController.preCompact(ObserverContext<RegionCoprocessorEnvironment> e,
Store store,
InternalScanner scanner,
ScanType scanType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |