Class AddVotingConfigExclusionsAction
- java.lang.Object
-
- org.elasticsearch.action.Action<AddVotingConfigExclusionsResponse>
-
- org.elasticsearch.action.admin.cluster.configuration.AddVotingConfigExclusionsAction
-
public class AddVotingConfigExclusionsAction extends Action<AddVotingConfigExclusionsResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static AddVotingConfigExclusionsActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description Writeable.Reader<AddVotingConfigExclusionsResponse>getResponseReader()Get a reader that can create a new instance of the class from aStreamInputAddVotingConfigExclusionsResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.Action
equals, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final AddVotingConfigExclusionsAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public AddVotingConfigExclusionsResponse newResponse()
Description copied from class:ActionCreates a new response instance.- Specified by:
newResponsein classAction<AddVotingConfigExclusionsResponse>
-
getResponseReader
public Writeable.Reader<AddVotingConfigExclusionsResponse> getResponseReader()
Description copied from class:ActionGet a reader that can create a new instance of the class from aStreamInput- Overrides:
getResponseReaderin classAction<AddVotingConfigExclusionsResponse>
-
-