Class ElasticsearchIndexLoader
java.lang.Object
org.apache.syncope.ext.elasticsearch.client.ElasticsearchIndexLoader
- All Implemented Interfaces:
SyncopeCoreLoader
,Ordered
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ElasticsearchIndexManager
protected static final Logger
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.syncope.core.persistence.api.SyncopeCoreLoader
load, unload, unload
-
Field Details
-
LOG
-
indexManager
-
-
Constructor Details
-
ElasticsearchIndexLoader
-
-
Method Details
-
getOrder
public int getOrder() -
load
Description copied from interface:SyncopeCoreLoader
Perform init operations on the given domain.- Specified by:
load
in interfaceSyncopeCoreLoader
- Parameters:
domain
- domain to initialize
-