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
IOException
InterruptedException
void close()
close
in interface AutoCloseable
close
in interface Closeable