org.elasticsearch.cluster
Interface TimeoutClusterStateListener

All Superinterfaces:
ClusterStateListener

public interface TimeoutClusterStateListener
extends ClusterStateListener

An exception to cluster state listener that allows for timeouts and for post added notifications.


Method Summary
 void onClose()
           
 void onTimeout(TimeValue timeout)
           
 void postAdded()
           
 
Methods inherited from interface org.elasticsearch.cluster.ClusterStateListener
clusterChanged
 

Method Detail

postAdded

void postAdded()

onClose

void onClose()

onTimeout

void onTimeout(TimeValue timeout)


Copyright © 2009-2012. All Rights Reserved.