org.elasticsearch.action.admin.cluster.ping.replication
Class ReplicationPingRequest

java.lang.Object
  extended by org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
      extended by org.elasticsearch.action.admin.cluster.ping.replication.ReplicationPingRequest
All Implemented Interfaces:
ActionRequest, Streamable

public class ReplicationPingRequest
extends IndicesReplicationOperationRequest


Field Summary
 
Fields inherited from class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
indices, timeout
 
Constructor Summary
ReplicationPingRequest(java.lang.String... indices)
           
 
Method Summary
 ReplicationPingRequest listenerThreaded(boolean threadedListener)
          Should the listener be called on a separate thread if needed.
 ReplicationPingRequest timeout(TimeValue timeout)
           
 
Methods inherited from class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
indices, indices, listenerThreaded, readFrom, timeout, validate, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationPingRequest

public ReplicationPingRequest(java.lang.String... indices)
Method Detail

listenerThreaded

public ReplicationPingRequest listenerThreaded(boolean threadedListener)
Description copied from class: IndicesReplicationOperationRequest
Should the listener be called on a separate thread if needed.

Specified by:
listenerThreaded in interface ActionRequest
Overrides:
listenerThreaded in class IndicesReplicationOperationRequest

timeout

public ReplicationPingRequest timeout(TimeValue timeout)