public static class ExecutorService.ExecutorStatus extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
dumpTo(Writer out,
String indent)
Dump a textual representation of the executor's status to the given writer.
|
List<EventHandler> |
getQueuedEvents() |
List<ExecutorService.RunningEventStatus> |
getRunning() |
public List<EventHandler> getQueuedEvents()
public List<ExecutorService.RunningEventStatus> getRunning()
public void dumpTo(Writer out, String indent) throws IOException
out - the stream to write toindent - a string prefix for each line, used for indentationIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.