AckedRequest, Streamable, Writeable, TaskAwareRequestpublic class DeletePipelineRequest extends AcknowledgedRequest<DeletePipelineRequest>
TransportRequest.EmptyWriteable.Reader<V>, Writeable.Writer<V>DEFAULT_ACK_TIMEOUT, timeoutDEFAULT_MASTER_NODE_TIMEOUT, masterNodeTimeout| Constructor | Description |
|---|---|
DeletePipelineRequest(java.lang.String id) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getId() |
|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
void |
setId(java.lang.String id) |
|
ActionRequestValidationException |
validate() |
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
masterNodeTimeoutackTimeout, timeout, timeout, timeoutgetShouldStoreResultmasterNodeTimeout, masterNodeTimeout, masterNodeTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTask, getDescription, setParentTaskremoteAddress, remoteAddressgetParentTask, setParentTaskpublic void setId(java.lang.String id)
public java.lang.String getId()
public ActionRequestValidationException validate()
validate in class ActionRequestpublic void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class AcknowledgedRequest<DeletePipelineRequest>java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in interface WriteablewriteTo in class AcknowledgedRequest<DeletePipelineRequest>java.io.IOException