Package | Description |
---|---|
org.apache.ambari.server.api.query | |
org.apache.ambari.server.api.services | |
org.apache.ambari.server.controller.internal | |
org.apache.ambari.server.controller.spi |
Modifier and Type | Method and Description |
---|---|
void |
Query.setPageRequest(PageRequest pageRequest)
Set the page request information for this query.
|
void |
QueryImpl.setPageRequest(PageRequest pageRequest) |
Modifier and Type | Method and Description |
---|---|
PageRequest |
BaseRequest.getPageRequest() |
PageRequest |
Request.getPageRequest()
Obtain the pagination request information.
|
Modifier and Type | Class and Description |
---|---|
class |
PageRequestImpl
Basic page request 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 © 2017. All rights reserved.