Uses of Class
org.elasticsearch.client.indices.CloseIndexResponse.IndexResult
-
Packages that use CloseIndexResponse.IndexResult Package Description org.elasticsearch.client.indices -
-
Uses of CloseIndexResponse.IndexResult in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return types with arguments of type CloseIndexResponse.IndexResult Modifier and Type Method Description List<CloseIndexResponse.IndexResult>CloseIndexResponse. getIndices()Constructor parameters in org.elasticsearch.client.indices with type arguments of type CloseIndexResponse.IndexResult Constructor Description CloseIndexResponse(boolean acknowledged, boolean shardsAcknowledged, List<CloseIndexResponse.IndexResult> indices)
-