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 class
Fields 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 TypeInterfaceDescriptioninterface
A 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 class
Scanner 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 TypeInterfaceDescriptioninterface
Scanner that returns the next KeyValue.Classes in org.apache.hadoop.hbase.regionserver that implement ShipperModifier 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.Fields in org.apache.hadoop.hbase.regionserver declared as ShipperModifier and TypeFieldDescriptionprivate final Shipper
RSRpcServices.RegionScannerShippedCallBack.shipper
Methods 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 TypeClassDescriptionclass
Utility scanner that wraps a sortable collection and serves as a KeyValueScanner.