Class DockerEnvironmentFactory.Provider
java.lang.Object
org.apache.beam.runners.fnexecution.environment.DockerEnvironmentFactory.Provider
- All Implemented Interfaces:
EnvironmentFactory.Provider
- Enclosing class:
DockerEnvironmentFactory
public static class DockerEnvironmentFactory.Provider
extends Object
implements EnvironmentFactory.Provider
Provider for DockerEnvironmentFactory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEnvironmentFactory
(GrpcFnServer<FnApiControlClientPoolService> controlServiceServer, GrpcFnServer<GrpcLoggingService> loggingServiceServer, GrpcFnServer<ArtifactRetrievalService> retrievalServiceServer, GrpcFnServer<StaticGrpcProvisionService> provisioningServiceServer, ControlClientPool clientPool, IdGenerator idGenerator) CreatesEnvironmentFactory
for the provided GrpcServices.Create theServerFactory
applicable to this environment.
-
Constructor Details
-
Provider
-
-
Method Details
-
createEnvironmentFactory
public EnvironmentFactory createEnvironmentFactory(GrpcFnServer<FnApiControlClientPoolService> controlServiceServer, GrpcFnServer<GrpcLoggingService> loggingServiceServer, GrpcFnServer<ArtifactRetrievalService> retrievalServiceServer, GrpcFnServer<StaticGrpcProvisionService> provisioningServiceServer, ControlClientPool clientPool, IdGenerator idGenerator) Description copied from interface:EnvironmentFactory.Provider
CreatesEnvironmentFactory
for the provided GrpcServices.- Specified by:
createEnvironmentFactory
in interfaceEnvironmentFactory.Provider
-
getServerFactory
Description copied from interface:EnvironmentFactory.Provider
Create theServerFactory
applicable to this environment.- Specified by:
getServerFactory
in interfaceEnvironmentFactory.Provider
-