Class NoopSegmentPublisher
- java.lang.Object
-
- org.apache.druid.segment.realtime.NoopSegmentPublisher
-
- All Implemented Interfaces:
SegmentPublisher
public class NoopSegmentPublisher extends Object implements SegmentPublisher
-
-
Constructor Summary
Constructors Constructor Description NoopSegmentPublisher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpublishSegment(org.apache.druid.timeline.DataSegment segment)
-
-
-
Method Detail
-
publishSegment
public void publishSegment(org.apache.druid.timeline.DataSegment segment)
- Specified by:
publishSegmentin interfaceSegmentPublisher
-
-