public interface WorkerProcessPool extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getCapacity() |
com.google.common.hash.HashCode |
getPoolHash() |
com.google.common.util.concurrent.ListenableFuture<WorkerJobResult> |
submitJob(String expandedJobArgs) |
com.google.common.hash.HashCode getPoolHash()
int getCapacity()
com.google.common.util.concurrent.ListenableFuture<WorkerJobResult> submitJob(String expandedJobArgs) throws IOException, InterruptedException
IOExceptionInterruptedExceptionvoid close()
close in interface AutoCloseableclose in interface Closeable