Class UpdateSettingsAction
- java.lang.Object
-
- org.elasticsearch.action.Action<AcknowledgedResponse>
-
- org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsAction
-
public class UpdateSettingsAction extends Action<AcknowledgedResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static UpdateSettingsActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description AcknowledgedResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.Action
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final UpdateSettingsAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public AcknowledgedResponse newResponse()
Description copied from class:ActionCreates a new response instance.- Specified by:
newResponsein classAction<AcknowledgedResponse>
-
-