public interface Rule
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(org.apache.druid.timeline.DataSegment segment,
org.joda.time.DateTime referenceTimestamp) |
boolean |
appliesTo(org.joda.time.Interval interval,
org.joda.time.DateTime referenceTimestamp) |
String |
getType() |
CoordinatorStats |
run(DruidCoordinator coordinator,
DruidCoordinatorRuntimeParams params,
org.apache.druid.timeline.DataSegment segment) |
String getType()
boolean appliesTo(org.apache.druid.timeline.DataSegment segment,
org.joda.time.DateTime referenceTimestamp)
boolean appliesTo(org.joda.time.Interval interval,
org.joda.time.DateTime referenceTimestamp)
CoordinatorStats run(DruidCoordinator coordinator, DruidCoordinatorRuntimeParams params, org.apache.druid.timeline.DataSegment segment)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.