| Package | Description |
|---|---|
| org.brutusin.wava.core.plug | |
| org.brutusin.wava.core.plug.impl.promise |
| Modifier and Type | Method and Description |
|---|---|
abstract PromiseHandler.FailingAction |
PromiseHandler.promiseFailed(long availableMemory,
Scheduler.ProcessInfo pi,
long currentTotalUsedRss,
long schedulerManagedRss) |
static PromiseHandler.FailingAction |
PromiseHandler.FailingAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PromiseHandler.FailingAction[] |
PromiseHandler.FailingAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PromiseHandler.FailingAction |
StrictPromiseHandler.promiseFailed(long availableMemory,
Scheduler.ProcessInfo pi,
long currentTotalUsedRss,
long schedulerManagedRss) |
PromiseHandler.FailingAction |
LaxPromiseHandler.promiseFailed(long availableMemory,
Scheduler.ProcessInfo pi,
long currentTotalUsedRss,
long schedulerManagedRss) |
Copyright © 2010–2017. All rights reserved.