public class FixDeflectorByDeleteJob extends SystemJob
Modifier and Type | Class and Description |
---|---|
static interface |
FixDeflectorByDeleteJob.Factory |
SystemJob.Type
Modifier and Type | Field and Description |
---|---|
static int |
MAX_CONCURRENCY |
Constructor and Description |
---|
FixDeflectorByDeleteJob(IndexSetRegistry indexSetRegistry,
Indices indices,
ServerStatus serverStatus,
ActivityWriter activityWriter,
Buffers bufferSynchronizer,
NotificationService notificationService) |
Modifier and Type | Method and Description |
---|---|
void |
doExecute(IndexSet indexSet) |
void |
execute() |
String |
getClassName() |
String |
getDescription() |
int |
getProgress() |
boolean |
isCancelable() |
int |
maxConcurrency() |
boolean |
providesProgress() |
void |
requestCancel() |
getId, getInfo, getStartedAt, markStarted, setId
public static final int MAX_CONCURRENCY
public FixDeflectorByDeleteJob(IndexSetRegistry indexSetRegistry, Indices indices, ServerStatus serverStatus, ActivityWriter activityWriter, Buffers bufferSynchronizer, NotificationService notificationService)
public void doExecute(IndexSet indexSet)
public void requestCancel()
requestCancel
in class SystemJob
public int getProgress()
getProgress
in class SystemJob
public int maxConcurrency()
maxConcurrency
in class SystemJob
public boolean providesProgress()
providesProgress
in class SystemJob
public boolean isCancelable()
isCancelable
in class SystemJob
public String getDescription()
getDescription
in class SystemJob
public String getClassName()
getClassName
in class SystemJob
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.