public interface DataSegmentAnnouncer
| Modifier and Type | Method and Description |
|---|---|
void |
announceSegment(org.apache.druid.timeline.DataSegment segment) |
void |
announceSegments(Iterable<org.apache.druid.timeline.DataSegment> segments) |
void |
unannounceSegment(org.apache.druid.timeline.DataSegment segment) |
void |
unannounceSegments(Iterable<org.apache.druid.timeline.DataSegment> segments) |
void announceSegment(org.apache.druid.timeline.DataSegment segment)
throws IOException
IOExceptionvoid unannounceSegment(org.apache.druid.timeline.DataSegment segment)
throws IOException
IOExceptionvoid announceSegments(Iterable<org.apache.druid.timeline.DataSegment> segments) throws IOException
IOExceptionvoid unannounceSegments(Iterable<org.apache.druid.timeline.DataSegment> segments) throws IOException
IOExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.