Class RemoteInputDestination<T>


  • public abstract class RemoteInputDestination<T>
    extends java.lang.Object
    A pair of Coder and BeamFnApi.Target which specifies the arguments to a FnDataService to send data to a remote harness.
    • Constructor Detail

      • RemoteInputDestination

        public RemoteInputDestination()
    • Method Detail

      • of

        public static <T> RemoteInputDestination<T> of​(org.apache.beam.sdk.coders.Coder<T> coder,
                                                       java.lang.String ptransformId)
      • getCoder

        public abstract org.apache.beam.sdk.coders.Coder<T> getCoder()
      • getPTransformId

        public abstract java.lang.String getPTransformId()