| 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,
QueryResponse queryResponse,
Request request,
Predicate predicate,
PageRequest pageRequest,
SortRequest sortRequest) |
protected PageResponse |
ClusterControllerImpl.getResources(Resource.Type type,
Request request,
Predicate predicate,
PageRequest pageRequest,
SortRequest sortRequest)
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,
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.