Uses of Interface
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
Modifier and TypeInterfaceDescriptionstatic interface
org.apache.hadoop.hbase.io.hfile.HFile.Writer
API required to write anHFile
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
Adds methods required for writing a compound Bloom filter to the data section of anHFile
to theCompoundBloomFilter
class.class
org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Common functionality needed by all versions ofHFile
writers. -
Uses of org.apache.hadoop.hbase.regionserver.ShipperListener in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
Base class for cell sink that separates the provided cells into multiple files.class
org.apache.hadoop.hbase.regionserver.DateTieredMultiFileWriter
class for cell sink that separates the provided cells into multiple files for date tiered compaction.class
org.apache.hadoop.hbase.regionserver.StoreFileWriter
A StoreFile writer.class
org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter
Base class for cell sink that separates the provided cells into multiple files for stripe compaction.static class
org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter.BoundaryMultiWriter
MultiWriter that separates the cells based on fixed row-key boundaries.static class
org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter.SizeMultiWriter
MultiWriter 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
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.regionserver.querymatcher.ColumnTracker
Implementing 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.interface
org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker
This interface is used for the tracking and enforcement of Deletes during the course of a Get or Scan operation.Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
Query matcher for compaction.class
org.apache.hadoop.hbase.regionserver.querymatcher.DropDeletesCompactionScanQueryMatcher
A query matcher for compaction which can drop delete markers.class
org.apache.hadoop.hbase.regionserver.querymatcher.ExplicitColumnTracker
This 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.class
org.apache.hadoop.hbase.regionserver.querymatcher.IncludeAllCompactionQueryMatcher
A compaction query matcher that always return INCLUDE and drops nothing.class
org.apache.hadoop.hbase.regionserver.querymatcher.MajorCompactionScanQueryMatcher
Query matcher for major compaction.class
org.apache.hadoop.hbase.regionserver.querymatcher.MinorCompactionScanQueryMatcher
Query matcher for minor compaction.class
org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
A tracker both implementing ColumnTracker and DeleteTracker, used for mvcc-sensitive scanning.class
org.apache.hadoop.hbase.regionserver.querymatcher.NormalUserScanQueryMatcher
Query matcher for normal user scan.class
org.apache.hadoop.hbase.regionserver.querymatcher.RawScanQueryMatcher
Query matcher for raw scan.class
org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
This class is responsible for the tracking and enforcement of Deletes during the course of a Scan operation.class
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
A query matcher that is specifically designed for the scan case.class
org.apache.hadoop.hbase.regionserver.querymatcher.ScanWildcardColumnTracker
Keeps track of the columns for a scan if they are not explicitly specifiedclass
org.apache.hadoop.hbase.regionserver.querymatcher.StripeCompactionScanQueryMatcher
Query matcher for stripe compaction if range drop deletes is used.class
org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
Query matcher for user scan. -
Uses of org.apache.hadoop.hbase.regionserver.ShipperListener in org.apache.hadoop.hbase.util
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.util.BloomFilterWriter
Specifies methods needed to add elements to a Bloom filter and serialize the resulting Bloom filter as a sequence of bytes.