Uses of Class
com.cloudera.api.model.ApiHealthCheck

Packages that use ApiHealthCheck
com.cloudera.api.model Java models of the underlying API JSON objects, with JAX-B annotations. 
 

Uses of ApiHealthCheck in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return types with arguments of type ApiHealthCheck
 List<ApiHealthCheck> ApiNameservice.getHealthChecks()
          Requires "full" view.
 List<ApiHealthCheck> ApiHost.getHealthChecks()
          Readonly.
 List<ApiHealthCheck> ApiRole.getHealthChecks()
          Readonly.
 List<ApiHealthCheck> ApiService.getHealthChecks()
          Readonly.
 

Method parameters in com.cloudera.api.model with type arguments of type ApiHealthCheck
 void ApiNameservice.setHealthChecks(List<ApiHealthCheck> healthChecks)
           
 void ApiHost.setHealthChecks(List<ApiHealthCheck> healthChecks)
           
 void ApiRole.setHealthChecks(List<ApiHealthCheck> healthChecks)
           
 void ApiService.setHealthChecks(List<ApiHealthCheck> healthChecks)
           
 



Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.