Class IndexWithExternalVersionBulkRequestItem
java.lang.Object
com.flowable.indexing.job.impl.FullDocBulkRequestItem
com.flowable.indexing.job.impl.IndexBulkRequestItem
com.flowable.indexing.job.impl.IndexWithExternalVersionBulkRequestItem
- All Implemented Interfaces:
BulkRequestItem
-
Field Summary
FieldsFields inherited from class IndexBulkRequestItem
sourceFields inherited from class FullDocBulkRequestItem
id, index, type -
Constructor Summary
ConstructorsConstructorDescriptionIndexWithExternalVersionBulkRequestItem(String index, String type, String id, long version, tools.jackson.databind.node.ObjectNode source) -
Method Summary
Modifier and TypeMethodDescriptioncopyForIndex(String newIndex) tools.jackson.databind.node.ObjectNodegetActionAndMetaDataNode(tools.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility) longvoidsetVersion(long version) Methods inherited from class IndexBulkRequestItem
getSource, getSourceNode, setSource
-
Field Details
-
version
protected long version
-
-
Constructor Details
-
IndexWithExternalVersionBulkRequestItem
-
-
Method Details
-
getActionAndMetaDataNode
public tools.jackson.databind.node.ObjectNode getActionAndMetaDataNode(tools.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility) - Specified by:
getActionAndMetaDataNodein interfaceBulkRequestItem- Overrides:
getActionAndMetaDataNodein classIndexBulkRequestItem
-
copyForIndex
- Specified by:
copyForIndexin interfaceBulkRequestItem- Overrides:
copyForIndexin classIndexBulkRequestItem
-
getVersion
public long getVersion() -
setVersion
public void setVersion(long version)
-