Class BeamFnStatusClient
- java.lang.Object
-
- org.apache.beam.fn.harness.status.BeamFnStatusClient
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class BeamFnStatusClient extends java.lang.Object implements java.lang.AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description BeamFnStatusClient(org.apache.beam.model.pipeline.v1.Endpoints.ApiServiceDescriptor apiServiceDescriptor, java.util.function.Function<org.apache.beam.model.pipeline.v1.Endpoints.ApiServiceDescriptor,org.apache.beam.vendor.grpc.v1p69p0.io.grpc.ManagedChannel> channelFactory, ProcessBundleHandler.BundleProcessorCache processBundleCache, org.apache.beam.sdk.options.PipelineOptions options, Cache<?,?> cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()
-
-
-
Constructor Detail
-
BeamFnStatusClient
public BeamFnStatusClient(org.apache.beam.model.pipeline.v1.Endpoints.ApiServiceDescriptor apiServiceDescriptor, java.util.function.Function<org.apache.beam.model.pipeline.v1.Endpoints.ApiServiceDescriptor,org.apache.beam.vendor.grpc.v1p69p0.io.grpc.ManagedChannel> channelFactory, ProcessBundleHandler.BundleProcessorCache processBundleCache, org.apache.beam.sdk.options.PipelineOptions options, Cache<?,?> cache)
-
-