| Package | Description |
|---|---|
| com.datorama.oss.timbermill | |
| com.datorama.oss.timbermill.unit |
| Modifier and Type | Method and Description |
|---|---|
Task |
ElasticsearchClient.getTaskById(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
ElasticsearchClient.getMultipleTasksByIds(String taskId) |
Map<String,Task> |
ElasticsearchClient.getSingleTaskByIds(org.elasticsearch.index.query.AbstractQueryBuilder queryBuilder,
String index,
String functionDescription,
String[] taskFieldsToInclude,
String[] taskFieldsToExclude) |
Map<String,Task> |
ElasticsearchClient.getTasksByIds(String index,
Set<String> taskIds,
String functionDescription,
String[] taskFieldsToInclude,
String[] taskFieldsToExclude) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticsearchClient.index(Map<String,Task> tasksMap,
String index) |
void |
ElasticsearchClient.indexAndDeleteTasks(Map<String,Task> previousIndexPartialTasks) |
| Modifier and Type | Class and Description |
|---|---|
class |
HeartbeatTask |
class |
IndexEvent |
class |
PluginApplierTask |
Copyright © 2020. All rights reserved.