Uses of Class
org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse.NodeView
-
Packages that use VerifyRepositoryResponse.NodeView Package Description org.elasticsearch.action.admin.cluster.repositories.verify -
-
Uses of VerifyRepositoryResponse.NodeView in org.elasticsearch.action.admin.cluster.repositories.verify
Methods in org.elasticsearch.action.admin.cluster.repositories.verify that return types with arguments of type VerifyRepositoryResponse.NodeView Modifier and Type Method Description List<VerifyRepositoryResponse.NodeView>VerifyRepositoryResponse. getNodes()Method parameters in org.elasticsearch.action.admin.cluster.repositories.verify with type arguments of type VerifyRepositoryResponse.NodeView Modifier and Type Method Description protected voidVerifyRepositoryResponse. setNodes(List<VerifyRepositoryResponse.NodeView> nodes)Constructor parameters in org.elasticsearch.action.admin.cluster.repositories.verify with type arguments of type VerifyRepositoryResponse.NodeView Constructor Description VerifyRepositoryResponse(List<VerifyRepositoryResponse.NodeView> nodes)
-