| Package | Description |
|---|---|
| org.apache.ambari.server.controller.internal | |
| org.apache.ambari.server.controller.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
PageResponseImpl
Basic page response implementation.
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse |
ClusterControllerImpl.getPage(Resource.Type type,
Set<Resource> providerResources,
Request request,
Predicate predicate,
PageRequest pageRequest) |
protected PageResponse |
ClusterControllerImpl.getResources(Resource.Type type,
Request request,
Predicate predicate,
PageRequest pageRequest)
Get a page of resources filtered by the given request, predicate objects and
page request.
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse |
ClusterController.getPage(Resource.Type type,
Set<Resource> providerResources,
Request request,
Predicate predicate,
PageRequest pageRequest)
Get a page of resources from the given set filtered by the given request,
predicate objects and page request.
|
Copyright © 2016. All rights reserved.