public class DeletePipelineRequest extends AcknowledgedRequest<DeletePipelineRequest>
TransportRequest.EmptyDEFAULT_ACK_TIMEOUT, timeoutDEFAULT_MASTER_NODE_TIMEOUT, masterNodeTimeout| Constructor and Description |
|---|
DeletePipelineRequest(java.lang.String id) |
| Modifier and Type | Method and 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.
|
ackTimeout, readTimeout, timeout, timeout, timeout, writeTimeoutmasterNodeTimeout, masterNodeTimeout, masterNodeTimeoutgetShouldStoreResultgetParentTask, setParentTaskremoteAddress, remoteAddressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmasterNodeTimeoutcreateTask, getDescription, 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 class AcknowledgedRequest<DeletePipelineRequest>java.io.IOException