public class SegmentListUnusedAction extends Object implements TaskAction<List<DataSegment>>
| Constructor and Description | 
|---|
SegmentListUnusedAction(String dataSource,
                       org.joda.time.Interval interval)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDataSource()  | 
org.joda.time.Interval | 
getInterval()  | 
com.fasterxml.jackson.core.type.TypeReference<List<DataSegment>> | 
getReturnTypeReference()  | 
boolean | 
isAudited()  | 
List<DataSegment> | 
perform(Task task,
       TaskActionToolbox toolbox)  | 
String | 
toString()  | 
public SegmentListUnusedAction(String dataSource, org.joda.time.Interval interval)
public String getDataSource()
public org.joda.time.Interval getInterval()
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–2018. All rights reserved.