Class StaticRemoteEnvironmentFactory.Provider
java.lang.Object
org.apache.beam.runners.fnexecution.environment.StaticRemoteEnvironmentFactory.Provider
- All Implemented Interfaces:
EnvironmentFactory.Provider
- Enclosing class:
StaticRemoteEnvironmentFactory
public static class StaticRemoteEnvironmentFactory.Provider
extends Object
implements EnvironmentFactory.Provider
Provider for StaticRemoteEnvironmentFactory.
-
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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.beam.runners.fnexecution.environment.EnvironmentFactory.Provider
getServerFactory
-
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
-