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.Empty
Nested classes/interfaces inherited from interface org.elasticsearch.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
Fields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED
Fields 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 String
Methods inherited from class org.elasticsearch.action.synonyms.AbstractSynonymsPagedResultAction.AbstractPagedResultResponse
equals, hashCode, toXContent, writeTo
Methods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRef
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.core.RefCounted
mustIncRef
Methods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Constructor Details
-
Response
- Throws:
IOException
-
Response
-
-
Method Details
-
resultFieldName
- Specified by:
resultFieldName
in classAbstractSynonymsPagedResultAction.AbstractPagedResultResponse<SynonymRule>
-
reader
- Specified by:
reader
in classAbstractSynonymsPagedResultAction.AbstractPagedResultResponse<SynonymRule>
-
arraySupplier
- Specified by:
arraySupplier
in classAbstractSynonymsPagedResultAction.AbstractPagedResultResponse<SynonymRule>
-