org.qi4j.index.elasticsearch.cluster
Class ESClusterSupport

java.lang.Object
  extended by org.qi4j.index.elasticsearch.internal.AbstractElasticSearchSupport
      extended by org.qi4j.index.elasticsearch.cluster.ESClusterSupport
All Implemented Interfaces:
ServiceActivation, ElasticSearchSupport

public class ESClusterSupport
extends AbstractElasticSearchSupport


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.service.ServiceActivation
ServiceActivation.ServiceActivator
 
Field Summary
 
Fields inherited from class org.qi4j.index.elasticsearch.internal.AbstractElasticSearchSupport
client, DEFAULT_CLUSTER_NAME, DEFAULT_INDEX_NAME, ENTITIES_TYPE, index, indexNonAggregatedAssociations, LOGGER
 
Constructor Summary
ESClusterSupport()
           
 
Method Summary
protected  void activateElasticSearch()
           
 
Methods inherited from class org.qi4j.index.elasticsearch.internal.AbstractElasticSearchSupport
activateService, client, entitiesType, index, indexNonAggregatedAssociations, passivateElasticSearch, passivateService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESClusterSupport

public ESClusterSupport()
Method Detail

activateElasticSearch

protected void activateElasticSearch()
                              throws java.lang.Exception
Specified by:
activateElasticSearch in class AbstractElasticSearchSupport
Throws:
java.lang.Exception