Uses of Class
org.elasticsearch.action.admin.indices.close.CloseIndexResponse.ShardResult
-
Packages that use CloseIndexResponse.ShardResult Package Description org.elasticsearch.action.admin.indices.close -
-
Uses of CloseIndexResponse.ShardResult in org.elasticsearch.action.admin.indices.close
Methods in org.elasticsearch.action.admin.indices.close that return CloseIndexResponse.ShardResult Modifier and Type Method Description CloseIndexResponse.ShardResult[]CloseIndexResponse.IndexResult. getShards()Constructors in org.elasticsearch.action.admin.indices.close with parameters of type CloseIndexResponse.ShardResult Constructor Description IndexResult(Index index, CloseIndexResponse.ShardResult[] shards)
-