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
FieldsModifier and TypeFieldDescriptionprotected booleanprotected final StringBuilderprotected final com.fasterxml.jackson.databind.ObjectWriter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItem(BulkRequestItem item) protected ElasticsearchBulkResponseparseEntity(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:
addItemin interfaceElasticsearchClient.BulkRequestClient
-
performRequest
- Specified by:
performRequestin interfaceElasticsearchClient.BulkRequestClient
-
parseEntity
protected ElasticsearchBulkResponse parseEntity(org.apache.http.HttpEntity entity) throws IOException - Throws:
IOException
-