Class ExternalEnvironmentFactory.Provider
java.lang.Object
org.apache.beam.runners.fnexecution.environment.ExternalEnvironmentFactory.Provider
- All Implemented Interfaces:
EnvironmentFactory.Provider
- Enclosing class:
ExternalEnvironmentFactory
public static class ExternalEnvironmentFactory.Provider
extends Object
implements EnvironmentFactory.Provider
Provider of ExternalEnvironmentFactory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEnvironmentFactory(GrpcFnServer<FnApiControlClientPoolService> controlServiceServer, GrpcFnServer<GrpcLoggingService> loggingServiceServer, GrpcFnServer<ArtifactRetrievalService> retrievalServiceServer, GrpcFnServer<StaticGrpcProvisionService> provisioningServiceServer, ControlClientPool clientPool, IdGenerator idGenerator) CreatesEnvironmentFactoryfor the provided GrpcServices.Create theServerFactoryapplicable to this environment.
-
Constructor Details
-
Provider
public 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.ProviderCreatesEnvironmentFactoryfor the provided GrpcServices.- Specified by:
createEnvironmentFactoryin interfaceEnvironmentFactory.Provider
-
getServerFactory
Description copied from interface:EnvironmentFactory.ProviderCreate theServerFactoryapplicable to this environment.- Specified by:
getServerFactoryin interfaceEnvironmentFactory.Provider
-