public static interface IndexerScheduler.Factory
| Modifier and Type | Method and Description |
|---|---|
IndexerScheduler |
create(Map<String,? extends Supplier<List<IndexEvent>>> jobsByIndexerId) |
IndexerScheduler create(Map<String,? extends Supplier<List<IndexEvent>>> jobsByIndexerId)
jobsByIndexerId - A map of jobs to run by their Indexer id. Must not be null.IndexerScheduler for scheduling execution of the given jobs. Never null.Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.