Class LogicalEndpoint

java.lang.Object
org.apache.beam.sdk.fn.data.LogicalEndpoint

public abstract class LogicalEndpoint extends Object
A logical endpoint is a pair of an instruction ID corresponding to the BeamFnApi.ProcessBundleRequest and the transform within the processing graph. This enables the same Data Service or Data Client to be re-used across multiple bundles.
  • Constructor Details

    • LogicalEndpoint

      public LogicalEndpoint()
  • Method Details