public class CreateNewSingleIndexRangeJob extends RebuildIndexRangesJob
Modifier and Type | Class and Description |
---|---|
static interface |
CreateNewSingleIndexRangeJob.Factory |
SystemJob.Type
indexRangeService, indexSets
Constructor and Description |
---|
CreateNewSingleIndexRangeJob(Set<IndexSet> indexSets,
String indexName,
ActivityWriter activityWriter,
Indices indices,
IndexRangeService indexRangeService) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
String |
getDescription() |
String |
getInfo() |
boolean |
isCancelable() |
int |
maxConcurrency() |
boolean |
providesProgress() |
getClassName, getProgress, info, requestCancel
getId, getStartedAt, markStarted, setId
public CreateNewSingleIndexRangeJob(Set<IndexSet> indexSets, String indexName, ActivityWriter activityWriter, Indices indices, IndexRangeService indexRangeService)
public String getDescription()
getDescription
in class RebuildIndexRangesJob
public void execute()
execute
in class RebuildIndexRangesJob
public boolean providesProgress()
providesProgress
in class RebuildIndexRangesJob
public boolean isCancelable()
isCancelable
in class RebuildIndexRangesJob
public int maxConcurrency()
maxConcurrency
in class RebuildIndexRangesJob
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.