public class SegmentNukeAction extends Object implements TaskAction<Void>
Constructor and Description |
---|
SegmentNukeAction(Set<io.druid.timeline.DataSegment> segments) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.core.type.TypeReference<Void> |
getReturnTypeReference() |
Set<io.druid.timeline.DataSegment> |
getSegments() |
boolean |
isAudited() |
Void |
perform(Task task,
TaskActionToolbox toolbox) |
String |
toString() |
public SegmentNukeAction(Set<io.druid.timeline.DataSegment> segments)
public Set<io.druid.timeline.DataSegment> getSegments()
public com.fasterxml.jackson.core.type.TypeReference<Void> getReturnTypeReference()
getReturnTypeReference
in interface TaskAction<Void>
public Void perform(Task task, TaskActionToolbox toolbox) throws IOException
perform
in interface TaskAction<Void>
IOException
public boolean isAudited()
isAudited
in interface TaskAction<Void>
Copyright © 2011–2015. All rights reserved.