Class 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
      void close()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)
    • Method Detail

      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception