Package org.elasticsearch.client.indices
Class CloseIndexResponse
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.client.indices.CloseIndexResponse
- All Implemented Interfaces:
Writeable,org.elasticsearch.core.RefCounted,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class org.elasticsearch.action.ActionResponse
ActionResponse.EmptyNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V extends Object>, Writeable.Writer<V extends Object> -
Field Summary
Fields inherited from class org.elasticsearch.action.support.master.ShardsAcknowledgedResponse
NOT_ACKNOWLEDGED, SHARDS_ACKNOWLEDGEDFields inherited from class org.elasticsearch.action.support.master.AcknowledgedResponse
acknowledged, FALSE, TRUEFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionCloseIndexResponse(boolean acknowledged, boolean shardsAcknowledged, List<CloseIndexResponse.IndexResult> indices) -
Method Summary
Modifier and TypeMethodDescriptionstatic CloseIndexResponsefromXContent(org.elasticsearch.xcontent.XContentParser parser) Methods inherited from class org.elasticsearch.action.support.master.ShardsAcknowledgedResponse
addCustomFields, declareAcknowledgedAndShardsAcknowledgedFields, equals, hashCode, isShardsAcknowledged, of, writeShardsAcknowledgedMethods inherited from class org.elasticsearch.action.support.master.AcknowledgedResponse
declareAcknowledgedField, isAcknowledged, of, readFrom, toXContent, writeToMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Constructor Details
-
CloseIndexResponse
public CloseIndexResponse(boolean acknowledged, boolean shardsAcknowledged, List<CloseIndexResponse.IndexResult> indices)
-
-
Method Details
-
getIndices
-
fromXContent
-