Uses of Interface
org.apache.hadoop.hbase.regionserver.Shipper
Packages that use Shipper
-
Uses of Shipper in org.apache.hadoop.hbase.coprocessor.example.row.stats
Classes in org.apache.hadoop.hbase.coprocessor.example.row.stats that implement ShipperModifier and TypeClassDescriptionprivate static classFields in org.apache.hadoop.hbase.coprocessor.example.row.stats declared as Shipper -
Uses of Shipper in org.apache.hadoop.hbase.io.hfile
Subinterfaces of Shipper in org.apache.hadoop.hbase.io.hfileModifier and TypeInterfaceDescriptioninterfaceA scanner allows you to position yourself within a HFile and scan through it.Classes in org.apache.hadoop.hbase.io.hfile that implement ShipperModifier and TypeClassDescriptionprotected static classScanner that operates on encoded data blocks.static class -
Uses of Shipper in org.apache.hadoop.hbase.regionserver
Subinterfaces of Shipper in org.apache.hadoop.hbase.regionserverModifier and TypeInterfaceDescriptioninterfaceScanner that returns the next KeyValue.Classes in org.apache.hadoop.hbase.regionserver that implement ShipperModifier and TypeClassDescriptionclassImplements a heap merge across any number of KeyValueScanners.classScanner scans both the memstore and the MOB Store.classA "non-lazy" scanner which always does a real seek operation.classA "non-reversed & non-lazy" scanner which does not support backward scanning and always does a real seek operation.classRegionScannerImpl is used to combine scanners from multiple Stores (aka column families).classReversedKeyValueHeap is used for supporting reversed scanning.classReversedMobStoreScanner extends from ReversedStoreScanner, and is used to support reversed scanning in both the memstore and the MOB store.(package private) classReversibleRegionScannerImpl extends from RegionScannerImpl, and is used to support reversed scanning.classReversedStoreScanner extends from StoreScanner, and is used to support reversed scanning.classA scanner of a single memstore segment.classA basic SegmentScanner used against an ImmutableScanner snapshot Used flushing where we do a single pass, no reverse scanning or inserts happening.classKeyValueScanner adaptor over the Reader.classScanner scans both the memstore and the Store.Fields in org.apache.hadoop.hbase.regionserver declared as ShipperModifier and TypeFieldDescriptionprivate final ShipperRSRpcServices.RegionScannerShippedCallBack.shipperMethods in org.apache.hadoop.hbase.regionserver with parameters of type ShipperModifier and TypeMethodDescriptionRSRpcServices.addScanner(String scannerName, RegionScanner s, Shipper shipper, HRegion r, boolean needCursor, boolean fullRegionScan) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type ShipperModifierConstructorDescriptionRegionScannerShippedCallBack(String scannerName, Shipper shipper, LeaseManager.Lease lease) -
Uses of Shipper in org.apache.hadoop.hbase.util
Classes in org.apache.hadoop.hbase.util that implement ShipperModifier and TypeClassDescriptionclassUtility scanner that wraps a sortable collection and serves as a KeyValueScanner.