Class SimulateTemplateAction
java.lang.Object
org.elasticsearch.action.ActionType<SimulateIndexTemplateResponse>
org.elasticsearch.action.admin.indices.template.post.SimulateTemplateAction
public class SimulateTemplateAction extends ActionType<SimulateIndexTemplateResponse>
An action for simulating the complete composed settings of the specified
index template name, or index template configuration
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SimulateTemplateAction.Request
-
Field Summary
Fields Modifier and Type Field Description static SimulateTemplateAction
INSTANCE
static java.lang.String
NAME
-
Method Summary
Methods inherited from class org.elasticsearch.action.ActionType
equals, getResponseReader, hashCode, name, transportOptions
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
INSTANCE
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-