Class ResizeResponse
- java.lang.Object
-
- org.elasticsearch.transport.TransportMessage
-
- org.elasticsearch.transport.TransportResponse
-
- org.elasticsearch.action.ActionResponse
-
- org.elasticsearch.action.support.master.AcknowledgedResponse
-
- org.elasticsearch.action.support.master.ShardsAcknowledgedResponse
-
- org.elasticsearch.action.admin.indices.create.CreateIndexResponse
-
- org.elasticsearch.action.admin.indices.shrink.ResizeResponse
-
- All Implemented Interfaces:
Streamable
,Writeable
,ToXContent
,ToXContentObject
public final class ResizeResponse extends CreateIndexResponse
A response for a resize index action, either shrink or split index.
-
-
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
-
Fields inherited from class org.elasticsearch.action.support.master.AcknowledgedResponse
acknowledged
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description ResizeResponse(boolean acknowledged, boolean shardsAcknowledged, java.lang.String index)
-
Method Summary
Modifier and Type Method Description static ResizeResponse
fromXContent(XContentParser parser)
-
Methods inherited from class org.elasticsearch.action.admin.indices.create.CreateIndexResponse
addCustomFields, declareFields, equals, hashCode, index, isShardsAcked, readFrom, writeTo
-
Methods inherited from class org.elasticsearch.action.support.master.ShardsAcknowledgedResponse
declareAcknowledgedAndShardsAcknowledgedFields, isShardsAcknowledged, readShardsAcknowledged, writeShardsAcknowledged
-
Methods inherited from class org.elasticsearch.action.support.master.AcknowledgedResponse
declareAcknowledgedField, isAcknowledged, toXContent
-
Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Method Detail
-
fromXContent
public static ResizeResponse fromXContent(XContentParser parser)
-
-