Class RemoteInputDestination<T>
- java.lang.Object
-
- org.apache.beam.runners.fnexecution.data.RemoteInputDestination<T>
-
public abstract class RemoteInputDestination<T> extends java.lang.ObjectA pair ofCoderandBeamFnApi.Targetwhich specifies the arguments to aFnDataServiceto send data to a remote harness.
-
-
Constructor Summary
Constructors Constructor Description RemoteInputDestination()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract org.apache.beam.sdk.coders.Coder<T>getCoder()abstract java.lang.StringgetPTransformId()static <T> RemoteInputDestination<T>of(org.apache.beam.sdk.coders.Coder<T> coder, java.lang.String ptransformId)
-
-
-
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()
-
-