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
consistencyLevel, indices, replicationType, timeout
 
Constructor Summary
ReplicationPingRequest()
           
ReplicationPingRequest(java.lang.String... indices)
           
 
Method Summary
 ReplicationPingRequest listenerThreaded(boolean threadedListener)
          Should the listener be called on a separate thread if needed.
 ReplicationPingRequest replicationType(ReplicationType replicationType)
           
 ReplicationPingRequest timeout(java.lang.String timeout)
           
 ReplicationPingRequest timeout(TimeValue timeout)
           
 
Methods inherited from class org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest
consistencyLevel, indices, indices, listenerThreaded, readFrom, replicationType, 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)

ReplicationPingRequest

public ReplicationPingRequest()
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

replicationType

public ReplicationPingRequest replicationType(ReplicationType replicationType)

timeout

public ReplicationPingRequest timeout(TimeValue timeout)

timeout

public ReplicationPingRequest timeout(java.lang.String timeout)