Package com.flowable.indexing.job.impl
Class DefaultBulkResponseItem
java.lang.Object
com.flowable.indexing.job.impl.DefaultBulkResponseItem
- All Implemented Interfaces:
ElasticsearchBulkResponseItem
- Author:
- Filip Hrisafov
-
Field Summary
Modifier and TypeFieldDescriptionprotected final String
protected final com.fasterxml.jackson.databind.JsonNode
-
Constructor Summary
ConstructorDescriptionDefaultBulkResponseItem
(String action, com.fasterxml.jackson.databind.JsonNode actionValue) -
Method Summary
-
Field Details
-
action
-
actionValue
protected final com.fasterxml.jackson.databind.JsonNode actionValue
-
-
Constructor Details
-
DefaultBulkResponseItem
-
-
Method Details
-
isFailed
public boolean isFailed()- Specified by:
isFailed
in interfaceElasticsearchBulkResponseItem
-
getFailureMessage
- Specified by:
getFailureMessage
in interfaceElasticsearchBulkResponseItem
-
getStatus
- Specified by:
getStatus
in interfaceElasticsearchBulkResponseItem
-
getFailure
public com.fasterxml.jackson.databind.JsonNode getFailure()- Specified by:
getFailure
in interfaceElasticsearchBulkResponseItem
-