public interface BackendRequestSuccessReporter<T extends io.searchbox.client.JestResult>
| Modifier and Type | Method and Description |
|---|---|
void |
report(io.searchbox.core.BulkResult.BulkResultItem bulkResultItem,
IndexingMonitor monitor)
Reports the given summary result to the given monitor.
|
void |
report(T result,
IndexingMonitor monitor)
Reports the given detailed result to the given monitor.
|
void report(T result, IndexingMonitor monitor)
result - The detailed result.monitor - The monitor to report results to.void report(io.searchbox.core.BulkResult.BulkResultItem bulkResultItem,
IndexingMonitor monitor)
bulkResultItem - The summary result.monitor - The monitor to report results to.Copyright © 2006–2016 Hibernate. All rights reserved.