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> |
ActionManager.getRequestsByStatus(RequestStatus status)
Returns last 20 requests
|
List<Long> |
ActionDBAccessorImpl.getRequestsByStatus(RequestStatus status) |
List<Long> |
ActionDBAccessor.getRequestsByStatus(RequestStatus status)
Gets request id of request that are in the specified status
|
Copyright © 2016. All rights reserved.