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:
org.elasticsearch.common.io.stream.Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class CloseIndexResponse
extends org.elasticsearch.action.support.master.ShardsAcknowledgedResponse
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloseIndexResponse.IndexResultstatic classCloseIndexResponse.ShardResultNested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse
org.elasticsearch.transport.TransportResponse.Empty -
Field Summary
Fields inherited from class org.elasticsearch.action.support.master.ShardsAcknowledgedResponse
SHARDS_ACKNOWLEDGED -
Constructor Summary
Constructors Constructor Description CloseIndexResponse(boolean acknowledged, boolean shardsAcknowledged, java.util.List<CloseIndexResponse.IndexResult> indices) -
Method Summary
Modifier and Type Method Description static CloseIndexResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)java.util.List<CloseIndexResponse.IndexResult>getIndices()Methods inherited from class org.elasticsearch.action.support.master.ShardsAcknowledgedResponse
addCustomFields, declareAcknowledgedAndShardsAcknowledgedFields, equals, hashCode, isShardsAcknowledged, writeShardsAcknowledgedMethods inherited from class org.elasticsearch.action.support.master.AcknowledgedResponse
declareAcknowledgedField, isAcknowledged, toXContent, writeToMethods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
Constructor Details
-
CloseIndexResponse
public CloseIndexResponse(boolean acknowledged, boolean shardsAcknowledged, java.util.List<CloseIndexResponse.IndexResult> indices)
-
-
Method Details
-
getIndices
-
fromXContent
public static CloseIndexResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser)
-