Uses of Interface
org.apache.hadoop.hbase.regionserver.Shipper
-
Uses of Shipper in org.apache.hadoop.hbase.io.hfile
Modifier and TypeInterfaceDescriptioninterface
A scanner allows you to position yourself within a HFile and scan through it.Modifier and TypeClassDescriptionprotected static class
Scanner that operates on encoded data blocks.static class
-
Uses of Shipper in org.apache.hadoop.hbase.regionserver
Modifier and TypeInterfaceDescriptioninterface
Scanner that returns the next KeyValue.Modifier and TypeClassDescriptionclass
Implements a heap merge across any number of KeyValueScanners.class
Scanner scans both the memstore and the MOB Store.class
A "non-lazy" scanner which always does a real seek operation.class
A "non-reversed & non-lazy" scanner which does not support backward scanning and always does a real seek operation.(package private) class
RegionScannerImpl is used to combine scanners from multiple Stores (aka column families).class
ReversedKeyValueHeap is used for supporting reversed scanning.class
ReversedMobStoreScanner extends from ReversedStoreScanner, and is used to support reversed scanning in both the memstore and the MOB store.(package private) class
ReversibleRegionScannerImpl extends from RegionScannerImpl, and is used to support reversed scanning.class
ReversedStoreScanner extends from StoreScanner, and is used to support reversed scanning.class
A scanner of a single memstore segment.class
A basic SegmentScanner used against an ImmutableScanner snapshot Used flushing where we do a single pass, no reverse scanning or inserts happening.class
KeyValueScanner adaptor over the Reader.class
Scanner scans both the memstore and the Store.Modifier and TypeFieldDescriptionprivate final Shipper
RSRpcServices.RegionScannerShippedCallBack.shipper
Modifier and TypeMethodDescriptionRSRpcServices.addScanner
(String scannerName, RegionScanner s, Shipper shipper, HRegion r, boolean needCursor, boolean fullRegionScan) ModifierConstructorDescriptionRegionScannerShippedCallBack
(String scannerName, Shipper shipper, LeaseManager.Lease lease) -
Uses of Shipper in org.apache.hadoop.hbase.util
Modifier and TypeClassDescriptionclass
Utility scanner that wraps a sortable collection and serves as a KeyValueScanner.