Module org.elasticsearch.server
Class GetSynonymsAction.Response
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.synonyms.AbstractSynonymsPagedResultAction.AbstractPagedResultResponse<SynonymRule>
org.elasticsearch.action.synonyms.GetSynonymsAction.Response
- All Implemented Interfaces:
Writeable,RefCounted,ToXContent,ToXContentObject
- Enclosing class:
GetSynonymsAction
public static class GetSynonymsAction.Response
extends AbstractSynonymsPagedResultAction.AbstractPagedResultResponse<SynonymRule>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.action.ActionResponse
ActionResponse.EmptyNested classes/interfaces inherited from interface org.elasticsearch.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
Fields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCEDFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IntFunction<SynonymRule[]> protected Writeable.Reader<SynonymRule> reader()protected StringMethods inherited from class org.elasticsearch.action.synonyms.AbstractSynonymsPagedResultAction.AbstractPagedResultResponse
equals, hashCode, toXContent, writeToMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, tryIncRefMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.core.RefCounted
mustIncRefMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Constructor Details
-
Response
- Throws:
IOException
-
Response
-
-
Method Details
-
resultFieldName
- Specified by:
resultFieldNamein classAbstractSynonymsPagedResultAction.AbstractPagedResultResponse<SynonymRule>
-
reader
- Specified by:
readerin classAbstractSynonymsPagedResultAction.AbstractPagedResultResponse<SynonymRule>
-
arraySupplier
- Specified by:
arraySupplierin classAbstractSynonymsPagedResultAction.AbstractPagedResultResponse<SynonymRule>
-