public interface DataSegmentAnnouncer
Modifier and Type | Method and Description |
---|---|
void |
announceSegment(io.druid.timeline.DataSegment segment) |
void |
announceSegments(Iterable<io.druid.timeline.DataSegment> segments) |
void |
unannounceSegment(io.druid.timeline.DataSegment segment) |
void |
unannounceSegments(Iterable<io.druid.timeline.DataSegment> segments) |
void announceSegment(io.druid.timeline.DataSegment segment) throws IOException
IOException
void unannounceSegment(io.druid.timeline.DataSegment segment) throws IOException
IOException
void announceSegments(Iterable<io.druid.timeline.DataSegment> segments) throws IOException
IOException
void unannounceSegments(Iterable<io.druid.timeline.DataSegment> segments) throws IOException
IOException
Copyright © 2011–2015. All rights reserved.