Uses of Interface
org.apache.hadoop.hbase.regionserver.ShipperListener
Packages that use org.apache.hadoop.hbase.regionserver.ShipperListener
Package
Description
Provides implementations of
HFile and HFile
BlockCache.-
Uses of org.apache.hadoop.hbase.regionserver.ShipperListener in org.apache.hadoop.hbase.io.hfile
Subinterfaces of org.apache.hadoop.hbase.regionserver.ShipperListener in in org.apache.hadoop.hbase.io.hfileModifier and TypeInterfaceDescriptionstatic interfaceorg.apache.hadoop.hbase.io.hfile.HFile.WriterAPI required to write anHFileClasses in org.apache.hadoop.hbase.io.hfile that implement org.apache.hadoop.hbase.regionserver.ShipperListener in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriterAdds methods required for writing a compound Bloom filter to the data section of anHFileto theCompoundBloomFilterclass.classorg.apache.hadoop.hbase.io.hfile.HFileWriterImplCommon functionality needed by all versions ofHFilewriters. -
Uses of org.apache.hadoop.hbase.regionserver.ShipperListener in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement org.apache.hadoop.hbase.regionserver.ShipperListener in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.regionserver.AbstractMultiFileWriterBase class for cell sink that separates the provided cells into multiple files.classorg.apache.hadoop.hbase.regionserver.CustomTieringMultiFileWriterclassorg.apache.hadoop.hbase.regionserver.DateTieredMultiFileWriterclass for cell sink that separates the provided cells into multiple files for date tiered compaction.classorg.apache.hadoop.hbase.regionserver.StoreFileWriterA StoreFile writer.classorg.apache.hadoop.hbase.regionserver.StripeMultiFileWriterBase class for cell sink that separates the provided cells into multiple files for stripe compaction.static classorg.apache.hadoop.hbase.regionserver.StripeMultiFileWriter.BoundaryMultiWriterMultiWriter that separates the cells based on fixed row-key boundaries.static classorg.apache.hadoop.hbase.regionserver.StripeMultiFileWriter.SizeMultiWriterMultiWriter that separates the cells based on target cell number per file and file count. -
Uses of org.apache.hadoop.hbase.regionserver.ShipperListener in org.apache.hadoop.hbase.regionserver.querymatcher
Subinterfaces of org.apache.hadoop.hbase.regionserver.ShipperListener in in org.apache.hadoop.hbase.regionserver.querymatcherModifier and TypeInterfaceDescriptioninterfaceorg.apache.hadoop.hbase.regionserver.querymatcher.ColumnTrackerImplementing 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.interfaceorg.apache.hadoop.hbase.regionserver.querymatcher.DeleteTrackerThis 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 org.apache.hadoop.hbase.regionserver.ShipperListener in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcherQuery matcher for compaction.classorg.apache.hadoop.hbase.regionserver.querymatcher.DropDeletesCompactionScanQueryMatcherA query matcher for compaction which can drop delete markers.classorg.apache.hadoop.hbase.regionserver.querymatcher.ExplicitColumnTrackerThis 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.classorg.apache.hadoop.hbase.regionserver.querymatcher.IncludeAllCompactionQueryMatcherA compaction query matcher that always return INCLUDE and drops nothing.classorg.apache.hadoop.hbase.regionserver.querymatcher.MajorCompactionScanQueryMatcherQuery matcher for major compaction.classorg.apache.hadoop.hbase.regionserver.querymatcher.MinorCompactionScanQueryMatcherQuery matcher for minor compaction.classorg.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTrackerA tracker both implementing ColumnTracker and DeleteTracker, used for mvcc-sensitive scanning.classorg.apache.hadoop.hbase.regionserver.querymatcher.NormalUserScanQueryMatcherQuery matcher for normal user scan.classorg.apache.hadoop.hbase.regionserver.querymatcher.RawScanQueryMatcherQuery matcher for raw scan.classorg.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTrackerThis class is responsible for the tracking and enforcement of Deletes during the course of a Scan operation.classorg.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcherA query matcher that is specifically designed for the scan case.classorg.apache.hadoop.hbase.regionserver.querymatcher.ScanWildcardColumnTrackerKeeps track of the columns for a scan if they are not explicitly specifiedclassorg.apache.hadoop.hbase.regionserver.querymatcher.StripeCompactionScanQueryMatcherQuery matcher for stripe compaction if range drop deletes is used.classorg.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcherQuery matcher for user scan. -
Uses of org.apache.hadoop.hbase.regionserver.ShipperListener in org.apache.hadoop.hbase.util
Subinterfaces of org.apache.hadoop.hbase.regionserver.ShipperListener in in org.apache.hadoop.hbase.utilModifier and TypeInterfaceDescriptioninterfaceorg.apache.hadoop.hbase.util.BloomFilterWriterSpecifies methods needed to add elements to a Bloom filter and serialize the resulting Bloom filter as a sequence of bytes.