public class SegmentListUsedAction extends Object implements TaskAction<List<DataSegment>>
| Constructor and Description |
|---|
SegmentListUsedAction(String dataSource,
org.joda.time.Interval interval,
List<org.joda.time.Interval> intervals) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDataSource() |
List<org.joda.time.Interval> |
getIntervals() |
com.fasterxml.jackson.core.type.TypeReference<List<DataSegment>> |
getReturnTypeReference() |
int |
hashCode() |
boolean |
isAudited() |
List<DataSegment> |
perform(Task task,
TaskActionToolbox toolbox) |
String |
toString() |
public SegmentListUsedAction(String dataSource, @Deprecated org.joda.time.Interval interval, List<org.joda.time.Interval> intervals)
public String getDataSource()
public List<org.joda.time.Interval> getIntervals()
public com.fasterxml.jackson.core.type.TypeReference<List<DataSegment>> getReturnTypeReference()
getReturnTypeReference in interface TaskAction<List<DataSegment>>public List<DataSegment> perform(Task task, TaskActionToolbox toolbox) throws IOException
perform in interface TaskAction<List<DataSegment>>IOExceptionpublic boolean isAudited()
isAudited in interface TaskAction<List<DataSegment>>Copyright © 2011–2017. All rights reserved.