Uses of Class
org.apache.syncope.ext.elasticsearch.client.ElasticsearchIndexManager
-
Packages that use ElasticsearchIndexManager Package Description org.apache.syncope.core.logic.audit org.apache.syncope.core.provisioning.java.job org.apache.syncope.ext.elasticsearch.client -
-
Uses of ElasticsearchIndexManager in org.apache.syncope.core.logic.audit
Fields in org.apache.syncope.core.logic.audit declared as ElasticsearchIndexManager Modifier and Type Field Description protected ElasticsearchIndexManagerElasticsearchAppender. elasticsearchIndexManagerMethods in org.apache.syncope.core.logic.audit with parameters of type ElasticsearchIndexManager Modifier and Type Method Description List<AuditAppender>ElasticsearchLogicContext. defaultAuditAppenders(DomainHolder domainHolder, ElasticsearchIndexManager elasticsearchIndexManager)ElasticsearchAppender.BuilderElasticsearchAppender.Builder. setIndexManager(ElasticsearchIndexManager elasticsearchIndexManager)Constructors in org.apache.syncope.core.logic.audit with parameters of type ElasticsearchIndexManager Constructor Description ElasticsearchAppender(String name, org.apache.logging.log4j.core.Filter filter, org.apache.logging.log4j.core.Layout<? extends Serializable> layout, boolean ignoreExceptions, String domain, ElasticsearchIndexManager elasticsearchIndexManager)ElasticsearchAuditAppender(String domain, ElasticsearchIndexManager elasticsearchIndexManager) -
Uses of ElasticsearchIndexManager in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as ElasticsearchIndexManager Modifier and Type Field Description protected ElasticsearchIndexManagerElasticsearchReindex. indexManager -
Uses of ElasticsearchIndexManager in org.apache.syncope.ext.elasticsearch.client
Fields in org.apache.syncope.ext.elasticsearch.client declared as ElasticsearchIndexManager Modifier and Type Field Description protected ElasticsearchIndexManagerElasticsearchIndexLoader. indexManagerMethods in org.apache.syncope.ext.elasticsearch.client that return ElasticsearchIndexManager Modifier and Type Method Description ElasticsearchIndexManagerElasticsearchClientContext. elasticsearchIndexManager(ElasticsearchProperties props, co.elastic.clients.elasticsearch.ElasticsearchClient client, ElasticsearchUtils elasticsearchUtils)Methods in org.apache.syncope.ext.elasticsearch.client with parameters of type ElasticsearchIndexManager Modifier and Type Method Description ElasticsearchIndexLoaderElasticsearchClientContext. elasticsearchIndexLoader(ElasticsearchIndexManager indexManager)Constructors in org.apache.syncope.ext.elasticsearch.client with parameters of type ElasticsearchIndexManager Constructor Description ElasticsearchIndexLoader(ElasticsearchIndexManager indexManager)
-