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
IOExceptionvoid unannounceSegment(io.druid.timeline.DataSegment segment)
throws IOException
IOExceptionvoid announceSegments(Iterable<io.druid.timeline.DataSegment> segments) throws IOException
IOExceptionvoid unannounceSegments(Iterable<io.druid.timeline.DataSegment> segments) throws IOException
IOExceptionCopyright © 2011–2015. All rights reserved.