public class TaskIndexer extends Object
| Constructor and Description |
|---|
TaskIndexer(ElasticsearchParams elasticsearchParams,
ElasticsearchClient es) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.google.common.cache.Cache<String,Queue<AdoptedEvent>> |
getParentIdTORootOrphansEventsCache() |
static void |
logErrorInEventsMap(Map<String,List<Event>> eventsMap,
String where) |
void |
retrieveAndIndex(Collection<Event> events,
String env) |
public TaskIndexer(ElasticsearchParams elasticsearchParams, ElasticsearchClient es)
public void retrieveAndIndex(Collection<Event> events, String env)
public static void logErrorInEventsMap(Map<String,List<Event>> eventsMap, String where)
public void close()
public com.google.common.cache.Cache<String,Queue<AdoptedEvent>> getParentIdTORootOrphansEventsCache()
Copyright © 2020. All rights reserved.