Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiEventQueryResult |
EventsResourceApi.readEvents(Integer maxResults,
String query,
Integer resultOffset)
Allows you to query events in the system.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiEventQueryResult> |
EventsResourceApi.readEventsWithHttpInfo(Integer maxResults,
String query,
Integer resultOffset)
Allows you to query events in the system.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
EventsResourceApi.readEventsAsync(Integer maxResults,
String query,
Integer resultOffset,
ApiCallback<ApiEventQueryResult> callback)
Allows you to query events in the system.
|
Modifier and Type | Method and Description |
---|---|
ApiEventQueryResult |
ApiEventQueryResult.addItemsItem(ApiEvent itemsItem) |
ApiEventQueryResult |
ApiEventQueryResult.items(List<ApiEvent> items) |
ApiEventQueryResult |
ApiEventQueryResult.totalResults(BigDecimal totalResults) |
Copyright © 2019. All rights reserved.