Uses of Interface
org.apache.hadoop.hbase.regionserver.ShipperListener
Packages that use ShipperListener
-
Uses of ShipperListener in org.apache.hadoop.hbase.io.hfile
Subinterfaces of ShipperListener in org.apache.hadoop.hbase.io.hfileClasses in org.apache.hadoop.hbase.io.hfile that implement ShipperListenerModifier and TypeClassDescriptionclassAdds methods required for writing a compound Bloom filter to the data section of anHFileto theCompoundBloomFilterclass.(package private) static classUnified version 2HFileblock writer.classCommon functionality needed by all versions ofHFilewriters. -
Uses of ShipperListener in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement ShipperListenerModifier and TypeClassDescriptionclassBase class for cell sink that separates the provided cells into multiple files.classclassclass for cell sink that separates the provided cells into multiple files for date tiered compaction.classA StoreFile writer.classBase class for cell sink that separates the provided cells into multiple files for stripe compaction.static classMultiWriter that separates the cells based on fixed row-key boundaries.static classMultiWriter that separates the cells based on target cell number per file and file count. -
Uses of ShipperListener in org.apache.hadoop.hbase.regionserver.querymatcher
Subinterfaces of ShipperListener in org.apache.hadoop.hbase.regionserver.querymatcherModifier and TypeInterfaceDescriptioninterfaceImplementing classes of this interface will be used for the tracking and enforcement of columns and numbers of versions and timeToLive during the course of a Get or Scan operation.interfaceThis interface is used for the tracking and enforcement of Deletes during the course of a Get or Scan operation.Classes in org.apache.hadoop.hbase.regionserver.querymatcher that implement ShipperListenerModifier and TypeClassDescriptionclassQuery matcher for compaction.classA query matcher for compaction which can drop delete markers.classThis class is used for the tracking and enforcement of columns and numbers of versions during the course of a Get or Scan operation, when explicit column qualifiers have been asked for in the query.classA compaction query matcher that always return INCLUDE and drops nothing.classQuery matcher for major compaction.classQuery matcher for minor compaction.classA tracker both implementing ColumnTracker and DeleteTracker, used for mvcc-sensitive scanning.classQuery matcher for normal user scan.classQuery matcher for raw scan.classThis class is responsible for the tracking and enforcement of Deletes during the course of a Scan operation.classA query matcher that is specifically designed for the scan case.classKeeps track of the columns for a scan if they are not explicitly specifiedclassQuery matcher for stripe compaction if range drop deletes is used.classQuery matcher for user scan. -
Uses of ShipperListener in org.apache.hadoop.hbase.security.visibility
Classes in org.apache.hadoop.hbase.security.visibility that implement ShipperListenerModifier and TypeClassDescriptionclassSimilar to MvccSensitiveTracker but tracks the visibility expression also before deciding if a Cell can be considered deletedclassSimilar to ScanDeletTracker but tracks the visibility expression also before deciding if a Cell can be considered deleted -
Uses of ShipperListener in org.apache.hadoop.hbase.util
Subinterfaces of ShipperListener in org.apache.hadoop.hbase.utilModifier and TypeInterfaceDescriptioninterfaceSpecifies methods needed to add elements to a Bloom filter and serialize the resulting Bloom filter as a sequence of bytes.