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, iterator
public 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.ToXContent
IOException
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in) throws IOException
readFrom
in interface org.elasticsearch.common.io.stream.Streamable
readFrom
in class org.elasticsearch.action.support.nodes.NodesOperationResponse
IOException
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws IOException
writeTo
in interface org.elasticsearch.common.io.stream.Streamable
writeTo
in class org.elasticsearch.action.support.nodes.NodesOperationResponse
IOException
elasticsearch-river-jdbc