Interface SegmentPublisher
-
- All Known Subinterfaces:
MetadataSegmentPublisher
- All Known Implementing Classes:
NoopSegmentPublisher,SQLMetadataSegmentPublisher
public interface SegmentPublisher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpublishSegment(org.apache.druid.timeline.DataSegment segment)
-
-
-
Method Detail
-
publishSegment
void publishSegment(org.apache.druid.timeline.DataSegment segment) throws IOException- Throws:
IOException
-
-