Class ElasticsearchIndexLoader
- java.lang.Object
- 
- org.apache.syncope.ext.elasticsearch.client.ElasticsearchIndexLoader
 
- 
- All Implemented Interfaces:
- SyncopeCoreLoader,- Ordered
 
 public class ElasticsearchIndexLoader extends Object implements SyncopeCoreLoader 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ElasticsearchIndexManagerindexManagerprotected static LoggerLOG- 
Fields inherited from interface org.springframework.core.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
- 
 - 
Constructor SummaryConstructors Constructor Description ElasticsearchIndexLoader(ElasticsearchIndexManager indexManager)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()voidload(String domain, DataSource datasource)Perform init operations on the given domain.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.syncope.core.persistence.api.SyncopeCoreLoaderload, unload, unload
 
- 
 
- 
- 
- 
Field Detail- 
LOGprotected static final Logger LOG 
 - 
indexManagerprotected final ElasticsearchIndexManager indexManager 
 
- 
 - 
Constructor Detail- 
ElasticsearchIndexLoaderpublic ElasticsearchIndexLoader(ElasticsearchIndexManager indexManager) 
 
- 
 - 
Method Detail- 
loadpublic void load(String domain, DataSource datasource) Description copied from interface:SyncopeCoreLoaderPerform init operations on the given domain.- Specified by:
- loadin interface- SyncopeCoreLoader
- Parameters:
- domain- domain to initialize
- datasource- db access for the given domain
 
 
- 
 
-