org.elasticsearch.discovery
Interface InitialStateDiscoveryListener


public interface InitialStateDiscoveryListener

A listener that should be called by the Discovery component when the first valid initial cluster state has been submitted and processed by the cluster service.

Note, this listener should be registered with the discovery service before it has started.


Method Summary
 void initialStateProcessed()
           
 

Method Detail

initialStateProcessed

void initialStateProcessed()


Copyright © 2009-2012. All Rights Reserved.