Package com.flowable.indexing
Class ElasticsearchClientImpl.BulkRequestClientImpl
java.lang.Object
com.flowable.indexing.ElasticsearchClientImpl.BulkRequestClientImpl
- All Implemented Interfaces:
ElasticsearchClient.BulkRequestClient
- Enclosing class:
- ElasticsearchClientImpl
protected class ElasticsearchClientImpl.BulkRequestClientImpl
extends Object
implements ElasticsearchClient.BulkRequestClient
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected final StringBuilder
protected final com.fasterxml.jackson.databind.ObjectWriter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddItem
(BulkRequestItem item) protected ElasticsearchBulkResponse
parseEntity
(org.apache.http.HttpEntity entity)
-
Field Details
-
sb
-
writer
protected final com.fasterxml.jackson.databind.ObjectWriter writer -
requestPerformed
protected boolean requestPerformed
-
-
Constructor Details
-
BulkRequestClientImpl
protected BulkRequestClientImpl()
-
-
Method Details
-
addItem
- Specified by:
addItem
in interfaceElasticsearchClient.BulkRequestClient
-
performRequest
- Specified by:
performRequest
in interfaceElasticsearchClient.BulkRequestClient
-
parseEntity
protected ElasticsearchBulkResponse parseEntity(org.apache.http.HttpEntity entity) throws IOException - Throws:
IOException
-