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

Packages that use ApiEvent
com.cloudera.api.model Java models of the underlying API JSON objects, with JAX-B annotations. 
com.cloudera.api.v1 API version 1, introduced in Cloudera Manager 4.0. 
 

Uses of ApiEvent in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return types with arguments of type ApiEvent
 List<ApiEvent> ApiEventQueryResult.getEvents()
           
 

Method parameters in com.cloudera.api.model with type arguments of type ApiEvent
 void ApiEventQueryResult.setEvents(List<ApiEvent> values)
           
 

Constructor parameters in com.cloudera.api.model with type arguments of type ApiEvent
ApiEventQueryResult(long totalResults, List<ApiEvent> events)
           
 

Uses of ApiEvent in com.cloudera.api.v1
 

Methods in com.cloudera.api.v1 that return ApiEvent
 ApiEvent EventsResource.readEvent(String eventUUID)
          Returns a specific event in the system
 



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