public abstract class PromiseHandler extends Object
| Constructor and Description |
|---|
PromiseHandler() |
| Modifier and Type | Method and Description |
|---|---|
static PromiseHandler |
getInstance() |
abstract boolean |
promiseFailed(long availableMemory,
Scheduler.ProcessInfo pi,
long treeRSS) |
public static PromiseHandler getInstance()
public abstract boolean promiseFailed(long availableMemory,
Scheduler.ProcessInfo pi,
long treeRSS)
throws IOException,
InterruptedException
availableMemory - pi - treeRSS - IOExceptionInterruptedExceptionCopyright © 2010–2016. All rights reserved.