Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.runners.inprocess
Interface ExecutorServiceFactory
-
public interface ExecutorServiceFactory
A factory that createsExecutorServices
.ExecutorServices
created by this factory should be independent of one another (e.g., if any executor is shut down the remaining executors should continue to process work).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ExecutorService
create()
Create a newExecutorService
.
-
-
-
Method Detail
-
create
ExecutorService create()
Create a newExecutorService
.
-
-