Streamable, Writeable, TaskAwareRequestpublic class GetPipelineRequest extends MasterNodeReadRequest<GetPipelineRequest>
TransportRequest.EmptyWriteable.Reader<V>, Writeable.Writer<V>localDEFAULT_MASTER_NODE_TIMEOUT, masterNodeTimeout| Constructor | Description |
|---|---|
GetPipelineRequest(java.lang.String... ids) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
getIds() |
|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
ActionRequestValidationException |
validate() |
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
getShouldStoreResultlocal, localmasterNodeTimeout, masterNodeTimeout, masterNodeTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewWriteableReadercreateTask, getDescription, setParentTaskremoteAddress, remoteAddressgetParentTask, setParentTaskpublic java.lang.String[] getIds()
public ActionRequestValidationException validate()
validate in class ActionRequestpublic void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class MasterNodeReadRequest<GetPipelineRequest>java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in interface WriteablewriteTo in class MasterNodeReadRequest<GetPipelineRequest>java.io.IOException