org.elasticsearch.action.admin.cluster.ping.broadcast
Class BroadcastPingRequest
java.lang.Object
org.elasticsearch.action.support.broadcast.BroadcastOperationRequest
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
queryHint
@Nullable
protected java.lang.String queryHint
BroadcastPingRequest
public BroadcastPingRequest(java.lang.String... indices)
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