Package org.graylog2.indexer.messages
Interface ChunkedBulkIndexer.BulkIndex
- Enclosing class:
- ChunkedBulkIndexer
public static interface ChunkedBulkIndexer.BulkIndex
-
Method Summary
Modifier and TypeMethodDescriptionapply(int indexedSuccessfully, IndexingResults previousResults, List<IndexingRequest> chunk)
-
Method Details
-
apply
ChunkedBulkIndexer.BulkIndexResult apply(int indexedSuccessfully, IndexingResults previousResults, List<IndexingRequest> chunk) throws ChunkedBulkIndexer.EntityTooLargeException, IOException
-