org.qi4j.index.elasticsearch
Class ElasticSearchIndexer.Mixin

java.lang.Object
  extended by org.qi4j.index.elasticsearch.ElasticSearchIndexer.Mixin
All Implemented Interfaces:
StateChangeListener
Enclosing interface:
ElasticSearchIndexer

public static class ElasticSearchIndexer.Mixin
extends java.lang.Object
implements StateChangeListener


Constructor Summary
ElasticSearchIndexer.Mixin()
           
 
Method Summary
 void emptyIndex()
           
 void notifyChanges(java.lang.Iterable<EntityState> changedStates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElasticSearchIndexer.Mixin

public ElasticSearchIndexer.Mixin()
Method Detail

emptyIndex

public void emptyIndex()

notifyChanges

public void notifyChanges(java.lang.Iterable<EntityState> changedStates)
Specified by:
notifyChanges in interface StateChangeListener