Package org.apache.druid.segment.handoff
Interface SegmentHandoffNotifierFactory
-
- All Known Implementing Classes:
CoordinatorBasedSegmentHandoffNotifierFactory,NoopSegmentHandoffNotifierFactory
public interface SegmentHandoffNotifierFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SegmentHandoffNotifiercreateSegmentHandoffNotifier(String dataSource)
-
-
-
Method Detail
-
createSegmentHandoffNotifier
SegmentHandoffNotifier createSegmentHandoffNotifier(String dataSource)
-
-