Class GetIndexTemplatesResponse
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesResponse
- All Implemented Interfaces:
Writeable
,ToXContent
,ToXContentObject
public class GetIndexTemplatesResponse extends ActionResponse implements ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse
TransportResponse.Empty
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GetIndexTemplatesResponse(java.util.List<IndexTemplateMetaData> indexTemplates)
GetIndexTemplatesResponse(StreamInput in)
-
Method Summary
Modifier and Type Method Description static GetIndexTemplatesResponse
fromXContent(XContentParser parser)
java.util.List<IndexTemplateMetaData>
getIndexTemplates()
XContentBuilder
toXContent(XContentBuilder builder, ToXContent.Params params)
void
writeTo(StreamOutput out)
Write this into the StreamOutput.Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
Constructor Details
-
GetIndexTemplatesResponse
- Throws:
java.io.IOException
-
GetIndexTemplatesResponse
-
-
Method Details
-
getIndexTemplates
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput. -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContent
in interfaceToXContent
- Throws:
java.io.IOException
-
fromXContent
public static GetIndexTemplatesResponse fromXContent(XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-