Uses of Interface
org.apache.druid.segment.handoff.SegmentHandoffNotifier
-
Packages that use SegmentHandoffNotifier Package Description org.apache.druid.segment.handoff org.apache.druid.segment.realtime.appenderator org.apache.druid.segment.realtime.plumber -
-
Uses of SegmentHandoffNotifier in org.apache.druid.segment.handoff
Classes in org.apache.druid.segment.handoff that implement SegmentHandoffNotifier Modifier and Type Class Description classCoordinatorBasedSegmentHandoffNotifierMethods in org.apache.druid.segment.handoff that return SegmentHandoffNotifier Modifier and Type Method Description SegmentHandoffNotifierCoordinatorBasedSegmentHandoffNotifierFactory. createSegmentHandoffNotifier(String dataSource)SegmentHandoffNotifierSegmentHandoffNotifierFactory. createSegmentHandoffNotifier(String dataSource) -
Uses of SegmentHandoffNotifier in org.apache.druid.segment.realtime.appenderator
Constructors in org.apache.druid.segment.realtime.appenderator with parameters of type SegmentHandoffNotifier Constructor Description AppenderatorPlumber(DataSchema schema, RealtimeTuningConfig config, FireDepartmentMetrics metrics, DataSegmentAnnouncer segmentAnnouncer, SegmentPublisher segmentPublisher, SegmentHandoffNotifier handoffNotifier, Appenderator appenderator) -
Uses of SegmentHandoffNotifier in org.apache.druid.segment.realtime.plumber
Methods in org.apache.druid.segment.realtime.plumber that return SegmentHandoffNotifier Modifier and Type Method Description SegmentHandoffNotifierNoopSegmentHandoffNotifierFactory. createSegmentHandoffNotifier(String dataSource)Constructors in org.apache.druid.segment.realtime.plumber with parameters of type SegmentHandoffNotifier Constructor Description RealtimePlumber(DataSchema schema, RealtimeTuningConfig config, FireDepartmentMetrics metrics, org.apache.druid.java.util.emitter.service.ServiceEmitter emitter, org.apache.druid.query.QueryRunnerFactoryConglomerate conglomerate, DataSegmentAnnouncer segmentAnnouncer, org.apache.druid.query.QueryProcessingPool queryProcessingPool, org.apache.druid.segment.join.JoinableFactory joinableFactory, org.apache.druid.segment.loading.DataSegmentPusher dataSegmentPusher, SegmentPublisher segmentPublisher, SegmentHandoffNotifier handoffNotifier, org.apache.druid.segment.IndexMerger indexMerger, org.apache.druid.segment.IndexIO indexIO, Cache cache, CacheConfig cacheConfig, CachePopulatorStats cachePopulatorStats, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-