Uses of Class
org.apache.syncope.ext.elasticsearch.client.ElasticsearchUtils
-
Packages that use ElasticsearchUtils Package Description org.apache.syncope.core.provisioning.java.job org.apache.syncope.ext.elasticsearch.client -
-
Uses of ElasticsearchUtils in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as ElasticsearchUtils Modifier and Type Field Description protected ElasticsearchUtils
ElasticsearchReindex. utils
-
Uses of ElasticsearchUtils in org.apache.syncope.ext.elasticsearch.client
Fields in org.apache.syncope.ext.elasticsearch.client declared as ElasticsearchUtils Modifier and Type Field Description protected ElasticsearchUtils
ElasticsearchIndexManager. elasticsearchUtils
Methods in org.apache.syncope.ext.elasticsearch.client that return ElasticsearchUtils Modifier and Type Method Description ElasticsearchUtils
ElasticsearchClientContext. elasticsearchUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO)
Methods in org.apache.syncope.ext.elasticsearch.client with parameters of type ElasticsearchUtils Modifier and Type Method Description ElasticsearchIndexManager
ElasticsearchClientContext. elasticsearchIndexManager(ElasticsearchProperties props, co.elastic.clients.elasticsearch.ElasticsearchClient client, ElasticsearchUtils elasticsearchUtils)
Constructors in org.apache.syncope.ext.elasticsearch.client with parameters of type ElasticsearchUtils Constructor Description ElasticsearchIndexManager(co.elastic.clients.elasticsearch.ElasticsearchClient client, ElasticsearchUtils elasticsearchUtils, String numberOfShards, String numberOfReplicas)
-