Uses of Interface
org.apache.hadoop.hbase.regionserver.ShipperListener

Packages that use org.apache.hadoop.hbase.regionserver.ShipperListener
  • 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.hfile
    Modifier and Type
    Interface
    Description
    static interface 
    org.apache.hadoop.hbase.io.hfile.HFile.Writer
    API required to write an HFile
    Classes in org.apache.hadoop.hbase.io.hfile that implement org.apache.hadoop.hbase.regionserver.ShipperListener in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
    Adds methods required for writing a compound Bloom filter to the data section of an HFile to the CompoundBloomFilter class.
    class 
    org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
    Common functionality needed by all versions of HFile writers.
  • 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 in
    Modifier and Type
    Class
    Description
    class 
    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

    Subinterfaces of org.apache.hadoop.hbase.regionserver.ShipperListener in in org.apache.hadoop.hbase.regionserver.querymatcher
    Modifier and Type
    Interface
    Description
    interface 
    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.
    Classes in org.apache.hadoop.hbase.regionserver.querymatcher that implement org.apache.hadoop.hbase.regionserver.ShipperListener in in
    Modifier and Type
    Class
    Description
    class 
    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 specified
    class 
    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

    Subinterfaces of org.apache.hadoop.hbase.regionserver.ShipperListener in in org.apache.hadoop.hbase.util
    Modifier and Type
    Interface
    Description
    interface 
    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.