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