org.elasticsearch.action.admin.cluster.ping.broadcast
Class BroadcastPingRequest

java.lang.Object
  extended by org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
      extended by org.elasticsearch.action.admin.cluster.ping.broadcast.BroadcastPingRequest
All Implemented Interfaces:
ActionRequest, Streamable

public class BroadcastPingRequest
extends BroadcastOperationRequest


Field Summary
protected  java.lang.String queryHint
           
 
Fields inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
indices
 
Constructor Summary
BroadcastPingRequest(java.lang.String... indices)
           
 
Method Summary
 BroadcastPingRequest listenerThreaded(boolean threadedListener)
          Should the listener be called on a separate thread if needed.
 BroadcastPingRequest operationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 java.lang.String queryHint()
           
 BroadcastPingRequest queryHint(java.lang.String queryHint)
           
 void readFrom(StreamInput in)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
beforeLocalFork, indices, indices, listenerThreaded, operationThreading, operationThreading, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryHint

@Nullable
protected java.lang.String queryHint
Constructor Detail

BroadcastPingRequest

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

operationThreading

public BroadcastPingRequest operationThreading(BroadcastOperationThreading operationThreading)
Description copied from class: BroadcastOperationRequest
Controls the operation threading model.

Overrides:
operationThreading in class BroadcastOperationRequest

listenerThreaded

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

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

queryHint

public java.lang.String queryHint()

queryHint

public BroadcastPingRequest queryHint(java.lang.String queryHint)

readFrom

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

writeTo

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