Class ConfigUpdateNodeResponse
- java.lang.Object
-
- org.elasticsearch.transport.TransportMessage
-
- org.elasticsearch.transport.TransportResponse
-
- org.elasticsearch.action.support.nodes.BaseNodeResponse
-
- com.floragunn.searchguard.action.configupdate.ConfigUpdateNodeResponse
-
- All Implemented Interfaces:
org.elasticsearch.common.io.stream.Writeable
public class ConfigUpdateNodeResponse extends org.elasticsearch.action.support.nodes.BaseNodeResponse
-
-
Constructor Summary
Constructors Constructor Description ConfigUpdateNodeResponse(org.elasticsearch.cluster.node.DiscoveryNode node, String[] updatedConfigTypes, String message)ConfigUpdateNodeResponse(org.elasticsearch.common.io.stream.StreamInput in)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()String[]getUpdatedConfigTypes()static ConfigUpdateNodeResponsereadNodeResponse(org.elasticsearch.common.io.stream.StreamInput in)StringtoString()voidwriteTo(org.elasticsearch.common.io.stream.StreamOutput out)
-
-
-
Constructor Detail
-
ConfigUpdateNodeResponse
public ConfigUpdateNodeResponse(org.elasticsearch.common.io.stream.StreamInput in) throws IOException- Throws:
IOException
-
-
Method Detail
-
readNodeResponse
public static ConfigUpdateNodeResponse readNodeResponse(org.elasticsearch.common.io.stream.StreamInput in) throws IOException
- Throws:
IOException
-
getUpdatedConfigTypes
public String[] getUpdatedConfigTypes()
-
getMessage
public String getMessage()
-
writeTo
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws IOException- Specified by:
writeToin interfaceorg.elasticsearch.common.io.stream.Writeable- Overrides:
writeToin classorg.elasticsearch.action.support.nodes.BaseNodeResponse- Throws:
IOException
-
-