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) CreatesEnvironmentFactoryfor the provided GrpcServices.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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.ProviderCreatesEnvironmentFactoryfor the provided GrpcServices.- Specified by:
 createEnvironmentFactoryin interfaceEnvironmentFactory.Provider
 
 -