Package | Description |
---|---|
org.apache.ambari.server.controller.internal | |
org.apache.ambari.server.controller.spi |
Modifier and Type | Class and Description |
---|---|
class |
QueryResponseImpl
Simple
QueryResponse implementation. |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
ClusterControllerImpl.getResources(Resource.Type type,
Request request,
Predicate predicate) |
QueryResponse |
AlertHistoryResourceProvider.queryForResources(Request request,
Predicate predicate) |
QueryResponse |
AlertResourceProvider.queryForResources(Request request,
Predicate predicate)
Query for resources that match the given predicate.
|
QueryResponse |
AlertNoticeResourceProvider.queryForResources(Request request,
Predicate predicate) |
QueryResponse |
StageResourceProvider.queryForResources(Request request,
Predicate predicate) |
Modifier and Type | Method and Description |
---|---|
Iterable<Resource> |
ClusterControllerImpl.getIterable(Resource.Type type,
QueryResponse queryResponse,
Request request,
Predicate predicate,
PageRequest pageRequest,
SortRequest sortRequest) |
PageResponse |
ClusterControllerImpl.getPage(Resource.Type type,
QueryResponse queryResponse,
Request request,
Predicate predicate,
PageRequest pageRequest,
SortRequest sortRequest) |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
ClusterController.getResources(Resource.Type type,
Request request,
Predicate predicate)
Get the resources of the given type filtered by the given request and
predicate objects.
|
QueryResponse |
ExtendedResourceProvider.queryForResources(Request request,
Predicate predicate)
Query for resources that match the given predicate.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Resource> |
ClusterController.getIterable(Resource.Type type,
QueryResponse queryResponse,
Request request,
Predicate predicate,
PageRequest pageRequest,
SortRequest sortRequest)
Get an iterable set of resources from the given set of resources filtered by the
given request and predicate objects.
|
PageResponse |
ClusterController.getPage(Resource.Type type,
QueryResponse queryResponse,
Request request,
Predicate predicate,
PageRequest pageRequest,
SortRequest sortRequest)
Get a page of resources from the given set filtered by the given request,
predicate objects and page request.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.