Package org.graylog2.indexer.ranges
Class RebuildIndexRangesJob
java.lang.Object
org.graylog2.system.jobs.SystemJob
org.graylog2.indexer.ranges.RebuildIndexRangesJob
- Direct Known Subclasses:
CreateNewSingleIndexRangeJob
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.graylog2.system.jobs.SystemJob
SystemJob.Type -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRebuildIndexRangesJob(Set<IndexSet> indexSets, ActivityWriter activityWriter, IndexRangeService indexRangeService) -
Method Summary
Methods inherited from class org.graylog2.system.jobs.SystemJob
getId, getInfo, getStartedAt, markStarted, setId
-
Field Details
-
indexSets
-
indexRangeService
-
-
Constructor Details
-
Method Details
-
requestCancel
public void requestCancel()- Specified by:
requestCancelin classSystemJob
-
getProgress
public int getProgress()- Specified by:
getProgressin classSystemJob
-
getDescription
- Specified by:
getDescriptionin classSystemJob
-
execute
public void execute() -
info
-
providesProgress
public boolean providesProgress()- Specified by:
providesProgressin classSystemJob
-
isCancelable
public boolean isCancelable()- Specified by:
isCancelablein classSystemJob
-
maxConcurrency
public int maxConcurrency()- Specified by:
maxConcurrencyin classSystemJob
-
getClassName
- Specified by:
getClassNamein classSystemJob
-