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