public class BulkRequestFailedException extends SearchException
| Constructor and Description |
|---|
BulkRequestFailedException(String message,
Map<BulkableElasticsearchWork<?>,com.google.gson.JsonObject> successfulItems,
List<BulkableElasticsearchWork<?>> erroneousItems) |
| Modifier and Type | Method and Description |
|---|---|
List<BulkableElasticsearchWork<?>> |
getErroneousItems() |
Map<BulkableElasticsearchWork<?>,com.google.gson.JsonObject> |
getSuccessfulItems() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BulkRequestFailedException(String message, Map<BulkableElasticsearchWork<?>,com.google.gson.JsonObject> successfulItems, List<BulkableElasticsearchWork<?>> erroneousItems)
public Map<BulkableElasticsearchWork<?>,com.google.gson.JsonObject> getSuccessfulItems()
public List<BulkableElasticsearchWork<?>> getErroneousItems()
Copyright © 2006–2017 Hibernate. All rights reserved.