Interface ShipperListener
- All Known Subinterfaces:
BloomFilterWriter,ColumnTracker,DeleteTracker,HFile.Writer
- All Known Implementing Classes:
AbstractMultiFileWriter,CompactionScanQueryMatcher,CompoundBloomFilterWriter,CustomTieringMultiFileWriter,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
Implementors of this interface are the ones who needs to do some action when the
Shipper.shipped() is called-
Method Summary
Modifier and TypeMethodDescriptionvoidThe action that needs to be performed beforeShipper.shipped()is performed
-
Method Details
-
beforeShipped
The action that needs to be performed beforeShipper.shipped()is performed- Throws:
IOException
-