Module org.elasticsearch.server
Class GetSynonymsSetsAction.Response
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.synonyms.AbstractSynonymsPagedResultAction.AbstractPagedResultResponse<SynonymSetSummary>
org.elasticsearch.action.synonyms.GetSynonymsSetsAction.Response
- All Implemented Interfaces:
Writeable,RefCounted,ToXContent,ToXContentObject
- Enclosing class:
GetSynonymsSetsAction
public static class GetSynonymsSetsAction.Response
extends AbstractSynonymsPagedResultAction.AbstractPagedResultResponse<SynonymSetSummary>
-
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
FieldsFields 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<SynonymSetSummary[]> protected Writeable.Reader<SynonymSetSummary> 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
-
Field Details
-
RESULTS_FIELD
- See Also:
-
-
Constructor Details
-
Response
- Throws:
IOException
-
Response
-
-
Method Details
-
resultFieldName
- Specified by:
resultFieldNamein classAbstractSynonymsPagedResultAction.AbstractPagedResultResponse<SynonymSetSummary>
-
reader
- Specified by:
readerin classAbstractSynonymsPagedResultAction.AbstractPagedResultResponse<SynonymSetSummary>
-
arraySupplier
- Specified by:
arraySupplierin classAbstractSynonymsPagedResultAction.AbstractPagedResultResponse<SynonymSetSummary>
-