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.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested 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 GetIndexTemplatesResponsefromXContent(XContentParser parser)java.util.List<IndexTemplateMetaData>getIndexTemplates()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(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:WriteableWrite this into the StreamOutput. -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
fromXContent
public static GetIndexTemplatesResponse fromXContent(XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-