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