Package | Description |
---|---|
org.apache.ambari.server.controller.internal | |
org.apache.ambari.server.controller.spi |
Modifier and Type | Method and Description |
---|---|
PageRequest.StartingPoint |
PageRequestImpl.getStartingPoint() |
Constructor and Description |
---|
PageRequestImpl(PageRequest.StartingPoint startingPoint,
int pageSize,
int offset,
Predicate predicate,
Comparator<Resource> comparator) |
Modifier and Type | Method and Description |
---|---|
PageRequest.StartingPoint |
PageRequest.getStartingPoint()
Get the starting point for the page being requested.
|
static PageRequest.StartingPoint |
PageRequest.StartingPoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageRequest.StartingPoint[] |
PageRequest.StartingPoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.