Package org.apache.druid.segment.handoff
Class CoordinatorBasedSegmentHandoffNotifierFactory
- java.lang.Object
-
- org.apache.druid.segment.handoff.CoordinatorBasedSegmentHandoffNotifierFactory
-
- All Implemented Interfaces:
SegmentHandoffNotifierFactory
public class CoordinatorBasedSegmentHandoffNotifierFactory extends Object implements SegmentHandoffNotifierFactory
-
-
Constructor Summary
Constructors Constructor Description CoordinatorBasedSegmentHandoffNotifierFactory(CoordinatorClient client, CoordinatorBasedSegmentHandoffNotifierConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SegmentHandoffNotifiercreateSegmentHandoffNotifier(String dataSource)
-
-
-
Constructor Detail
-
CoordinatorBasedSegmentHandoffNotifierFactory
@Inject public CoordinatorBasedSegmentHandoffNotifierFactory(CoordinatorClient client, CoordinatorBasedSegmentHandoffNotifierConfig config)
-
-
Method Detail
-
createSegmentHandoffNotifier
public SegmentHandoffNotifier createSegmentHandoffNotifier(String dataSource)
- Specified by:
createSegmentHandoffNotifierin interfaceSegmentHandoffNotifierFactory
-
-