Interface ShipperListener

All Known Subinterfaces:
BloomFilterWriter, ColumnTracker, DeleteTracker, HFile.Writer
All Known Implementing Classes:
AbstractMultiFileWriter, CompactionScanQueryMatcher, CompoundBloomFilterWriter, DateTieredMultiFileWriter, DropDeletesCompactionScanQueryMatcher, ExplicitColumnTracker, HFileBlock.Writer, HFileWriterImpl, IncludeAllCompactionQueryMatcher, MajorCompactionScanQueryMatcher, MinorCompactionScanQueryMatcher, NewVersionBehaviorTracker, NormalUserScanQueryMatcher, RawScanQueryMatcher, ScanDeleteTracker, ScanQueryMatcher, ScanWildcardColumnTracker, StoreFileWriter, StripeCompactionScanQueryMatcher, StripeMultiFileWriter, StripeMultiFileWriter.BoundaryMultiWriter, StripeMultiFileWriter.SizeMultiWriter, UserScanQueryMatcher, VisibilityNewVersionBehaivorTracker, VisibilityScanDeleteTracker

@Private public interface ShipperListener
Implementors of this interface are the ones who needs to do some action when the Shipper.shipped() is called
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The action that needs to be performed before Shipper.shipped() is performed