Package org.apache.solr.common.cloud
Interface OnReconnect
- 
 public interface OnReconnectImplementations are expected to implement a correct hashCode and equals method needed to uniquely identify the listener as listeners are managed in a Set. In addition, your listener implementation should call org.apache.solr.cloud.ZkController#removeOnReconnectListener(OnReconnect) when it no longer needs to be notified of ZK reconnection events.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcommand()
 
-