public class RunRiverResponse extends org.elasticsearch.action.support.nodes.NodesOperationResponse implements org.elasticsearch.common.xcontent.ToXContent
| Constructor and Description |
|---|
RunRiverResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
isExecuted() |
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
RunRiverResponse |
setExecuted(boolean[] b) |
org.elasticsearch.common.xcontent.XContentBuilder |
toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder,
org.elasticsearch.common.xcontent.ToXContent.Params params) |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
getAt, getClusterName, getClusterNameAsString, getNodes, getNodesMap, iteratorpublic RunRiverResponse()
public RunRiverResponse setExecuted(boolean[] b)
public boolean[] isExecuted()
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException
toXContent in interface org.elasticsearch.common.xcontent.ToXContentIOExceptionpublic void readFrom(org.elasticsearch.common.io.stream.StreamInput in) throws IOException
readFrom in interface org.elasticsearch.common.io.stream.StreamablereadFrom in class org.elasticsearch.action.support.nodes.NodesOperationResponseIOExceptionpublic void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws IOException
writeTo in interface org.elasticsearch.common.io.stream.StreamablewriteTo in class org.elasticsearch.action.support.nodes.NodesOperationResponseIOExceptionelasticsearch-river-jdbc