Module org.elasticsearch.server
Class SimulateTemplateAction.Request
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.action.support.master.MasterNodeRequest<Request>
org.elasticsearch.action.support.master.MasterNodeReadRequest<SimulateTemplateAction.Request>
org.elasticsearch.action.admin.indices.template.post.SimulateTemplateAction.Request
- All Implemented Interfaces:
- Writeable,- RefCounted,- TaskAwareRequest
- Enclosing class:
- SimulateTemplateAction
public static class SimulateTemplateAction.Request
extends MasterNodeReadRequest<SimulateTemplateAction.Request>
- 
Nested Class SummaryNested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequestTransportRequest.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.WriteableWriteable.Reader<V>, Writeable.Writer<V>
- 
Field SummaryFields inherited from class org.elasticsearch.action.support.master.MasterNodeReadRequestlocalFields inherited from class org.elasticsearch.action.support.master.MasterNodeRequestDEFAULT_MASTER_NODE_TIMEOUT, masterNodeTimeout
- 
Constructor SummaryConstructorsConstructorDescriptionRequest()Request(PutComposableIndexTemplateAction.Request indexTemplateRequest) Request(StreamInput in) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()indexTemplateRequest(PutComposableIndexTemplateAction.Request indexTemplateRequest) templateName(String templateName) validate()voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class org.elasticsearch.action.support.master.MasterNodeReadRequestlocal, localMethods inherited from class org.elasticsearch.action.support.master.MasterNodeRequestmasterNodeTimeout, masterNodeTimeout, masterNodeTimeoutMethods inherited from class org.elasticsearch.action.ActionRequestgetShouldStoreResultMethods inherited from class org.elasticsearch.transport.TransportRequestgetParentTask, setParentTask, toStringMethods inherited from class org.elasticsearch.transport.TransportMessagedecRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequestcreateTask, getDescription, setParentTask
- 
Constructor Details- 
Requestpublic Request()
- 
Request
- 
Request
- 
Request- Throws:
- IOException
 
 
- 
- 
Method Details- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Overrides:
- writeToin class- MasterNodeReadRequest<SimulateTemplateAction.Request>
- Throws:
- IOException
 
- 
validate- Specified by:
- validatein class- ActionRequest
 
- 
getTemplateName
- 
getIndexTemplateRequest
- 
templateName
- 
indexTemplateRequestpublic SimulateTemplateAction.Request indexTemplateRequest(PutComposableIndexTemplateAction.Request indexTemplateRequest) 
- 
equals
- 
hashCodepublic int hashCode()
 
-