Package | Description |
---|---|
com.flowable.indexing | |
com.flowable.indexing.config.composer |
Modifier and Type | Field and Description |
---|---|
protected IndexTemplateComposer |
IndexManagerImpl.indexTemplateComposer |
Constructor and Description |
---|
IndexManagerImpl(ElasticsearchClient elasticsearchClient,
Function<String,LockManager> lockManagerProvider,
String indexNamePrefix,
String projectName,
Resource[] mappingResources,
Resource[] mappingExtensionResources,
IndexTemplateComposer indexTemplateComposer,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
IndexManagerImpl(ElasticsearchClient elasticsearchClient,
Function<String,LockManager> lockManagerProvider,
String indexNamePrefix,
String projectName,
Resource[] mappingResources,
Resource[] mappingExtensionResources,
IndexTemplateComposer indexTemplateComposer,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
boolean useLockForIndexMappingCreation,
Duration mappingSchemaLockWaitTime) |
Modifier and Type | Class and Description |
---|---|
class |
IndexTemplateComposerImpl |