|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InternalScanner in org.apache.hadoop.hbase.coprocessor |
---|
Uses of InternalScanner in org.apache.hadoop.hbase.coprocessor.example |
---|
Methods in org.apache.hadoop.hbase.coprocessor.example that return InternalScanner | |
---|---|
InternalScanner |
ZooKeeperScanPolicyObserver.preCompactScannerOpen(ObserverContext<RegionCoprocessorEnvironment> c,
Store store,
List<? extends KeyValueScanner> scanners,
ScanType scanType,
long earliestPutTs,
InternalScanner s)
|
InternalScanner |
ZooKeeperScanPolicyObserver.preFlushScannerOpen(ObserverContext<RegionCoprocessorEnvironment> c,
Store store,
KeyValueScanner memstoreScanner,
InternalScanner s)
|
Methods in org.apache.hadoop.hbase.coprocessor.example with parameters of type InternalScanner | |
---|---|
InternalScanner |
ZooKeeperScanPolicyObserver.preCompactScannerOpen(ObserverContext<RegionCoprocessorEnvironment> c,
Store store,
List<? extends KeyValueScanner> scanners,
ScanType scanType,
long earliestPutTs,
InternalScanner s)
|
InternalScanner |
ZooKeeperScanPolicyObserver.preFlushScannerOpen(ObserverContext<RegionCoprocessorEnvironment> c,
Store store,
KeyValueScanner memstoreScanner,
InternalScanner s)
|
Uses of InternalScanner in org.apache.hadoop.hbase.regionserver |
---|
Subinterfaces of InternalScanner in org.apache.hadoop.hbase.regionserver | |
---|---|
interface |
RegionScanner
RegionScanner describes iterators over rows in an HRegion. |
Classes in org.apache.hadoop.hbase.regionserver that implement InternalScanner | |
---|---|
class |
KeyValueHeap
Implements a heap merge across any number of KeyValueScanners. |
class |
StoreScanner
Scanner scans both the memstore and the HStore. |
Methods in org.apache.hadoop.hbase.regionserver that return InternalScanner | |
---|---|
InternalScanner |
RegionCoprocessorHost.preCompact(Store store,
InternalScanner scanner)
Called prior to rewriting the store files selected for compaction |
InternalScanner |
RegionCoprocessorHost.preCompactScannerOpen(Store store,
List<StoreFileScanner> scanners,
ScanType scanType,
long earliestPutTs)
See RegionObserver.preCompactScannerOpen(ObserverContext, Store, List, ScanType, long, InternalScanner) |
InternalScanner |
RegionCoprocessorHost.preFlush(Store store,
InternalScanner scanner)
Invoked before a memstore flush |
InternalScanner |
RegionCoprocessorHost.preFlushScannerOpen(Store store,
KeyValueScanner memstoreScanner)
See RegionObserver#preFlush(ObserverContext, Store, KeyValueScanner) |
Methods in org.apache.hadoop.hbase.regionserver with parameters of type InternalScanner | |
---|---|
void |
RegionCoprocessorHost.postScannerClose(InternalScanner s)
|
boolean |
RegionCoprocessorHost.postScannerNext(InternalScanner s,
List<Result> results,
int limit,
boolean hasMore)
|
InternalScanner |
RegionCoprocessorHost.preCompact(Store store,
InternalScanner scanner)
Called prior to rewriting the store files selected for compaction |
InternalScanner |
RegionCoprocessorHost.preFlush(Store store,
InternalScanner scanner)
Invoked before a memstore flush |
boolean |
RegionCoprocessorHost.preScannerClose(InternalScanner s)
|
Boolean |
RegionCoprocessorHost.preScannerNext(InternalScanner s,
List<Result> results,
int limit)
|
Uses of InternalScanner in org.apache.hadoop.hbase.security.access |
---|
Methods in org.apache.hadoop.hbase.security.access that return InternalScanner | |
---|---|
InternalScanner |
AccessController.preCompact(ObserverContext<RegionCoprocessorEnvironment> e,
Store store,
InternalScanner scanner)
|
Methods in org.apache.hadoop.hbase.security.access with parameters of type InternalScanner | |
---|---|
void |
AccessController.postScannerClose(ObserverContext<RegionCoprocessorEnvironment> c,
InternalScanner s)
|
InternalScanner |
AccessController.preCompact(ObserverContext<RegionCoprocessorEnvironment> e,
Store store,
InternalScanner scanner)
|
void |
AccessController.preScannerClose(ObserverContext<RegionCoprocessorEnvironment> c,
InternalScanner s)
|
boolean |
AccessController.preScannerNext(ObserverContext<RegionCoprocessorEnvironment> c,
InternalScanner s,
List<Result> result,
int limit,
boolean hasNext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |