Package | Description |
---|---|
org.apache.ambari.server.actionmanager |
Modifier and Type | Method and Description |
---|---|
static RequestStatus |
RequestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestStatus[] |
RequestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Long> |
ActionDBAccessor.getRequestsByStatus(RequestStatus status,
int maxResults,
boolean ascOrder)
Get first or last maxResults requests that are in the specified status
|
List<Long> |
ActionDBAccessorImpl.getRequestsByStatus(RequestStatus status,
int maxResults,
boolean ascOrder) |
List<Long> |
ActionManager.getRequestsByStatus(RequestStatus status,
int maxResults,
boolean ascOrder)
Get first or last maxResults requests that are in the specified status
|
Copyright © 2022 Apache Software Foundation. All rights reserved.