org.elasticsearch.discovery.zen.ping
Interface ZenPing

All Superinterfaces:
CloseableComponent, LifecycleComponent<ZenPing>
All Known Implementing Classes:
MulticastZenPing, UnicastZenPing, ZenPingService

public interface ZenPing
extends LifecycleComponent<ZenPing>


Nested Class Summary
static interface ZenPing.PingListener
           
static class ZenPing.PingResponse
           
 
Method Summary
 void ping(ZenPing.PingListener listener, TimeValue timeout)
           
 void setNodesProvider(DiscoveryNodesProvider nodesProvider)
           
 
Methods inherited from interface org.elasticsearch.common.component.LifecycleComponent
addLifecycleListener, lifecycleState, removeLifecycleListener, start, stop
 
Methods inherited from interface org.elasticsearch.common.component.CloseableComponent
close
 

Method Detail

setNodesProvider

void setNodesProvider(DiscoveryNodesProvider nodesProvider)

ping

void ping(ZenPing.PingListener listener,
          TimeValue timeout)
          throws ElasticSearchException
Throws:
ElasticSearchException


Copyright © 2009-2012. All Rights Reserved.