| Constructor and Description |
|---|
Stage(String name,
int capacity,
int maxThreads,
boolean blockOnAdd) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addThread() |
void |
close() |
void |
enqueue(V v) |
String |
getName() |
void |
run() |
public Stage(String name, int capacity, int maxThreads, boolean blockOnAdd)
protected void addThread()
public String getName()
public void enqueue(V v)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2021 McEvoy Software Ltd. All rights reserved.