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

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

public class IndexReplicationPingRequest
extends IndexReplicationOperationRequest


Field Summary
 
Fields inherited from class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
consistencyLevel, index, replicationType, timeout
 
Constructor Summary
IndexReplicationPingRequest(java.lang.String index)
           
 
Method Summary
 void readFrom(StreamInput in)
           
 IndexReplicationPingRequest replicationType(ReplicationType replicationType)
          The replication type to use with this operation.
 IndexReplicationPingRequest timeout(TimeValue timeout)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class org.elasticsearch.action.support.replication.IndexReplicationOperationRequest
consistencyLevel, index, index, listenerThreaded, listenerThreaded, replicationType, timeout, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexReplicationPingRequest

public IndexReplicationPingRequest(java.lang.String index)
Method Detail

timeout

public IndexReplicationPingRequest timeout(TimeValue timeout)

replicationType

public IndexReplicationPingRequest replicationType(ReplicationType replicationType)
The replication type to use with this operation.


readFrom

public void readFrom(StreamInput in)
              throws java.io.IOException
Specified by:
readFrom in interface Streamable
Overrides:
readFrom in class IndexReplicationOperationRequest
Throws:
java.io.IOException

writeTo

public void writeTo(StreamOutput out)
             throws java.io.IOException
Specified by:
writeTo in interface Streamable
Overrides:
writeTo in class IndexReplicationOperationRequest
Throws:
java.io.IOException