Package | Description |
---|---|
org.uberfire.ext.metadata.engine | |
org.uberfire.ext.metadata.event |
Modifier and Type | Method and Description |
---|---|
Stream<CompletableFuture<Pair<String,List<IndexEvent>>>> |
IndexerScheduler.schedule(ExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
IndexerScheduler |
IndexerScheduler.Factory.create(Map<String,? extends Supplier<List<IndexEvent>>> jobsByIndexerId) |
Modifier and Type | Class and Description |
---|---|
static class |
IndexEvent.DeletedEvent |
static class |
IndexEvent.NewlyIndexedEvent |
static class |
IndexEvent.RenamedEvent |
Modifier and Type | Method and Description |
---|---|
List<IndexEvent> |
BatchIndexEvent.getIndexEvents() |
Constructor and Description |
---|
BatchIndexEvent(String indexerId,
List<IndexEvent> events) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.