Package org.apache.beam.sdk.fn.data
Class RemoteGrpcPortRead
- java.lang.Object
-
- org.apache.beam.sdk.fn.data.RemoteGrpcPortRead
-
public abstract class RemoteGrpcPortRead extends java.lang.ObjectAn execution-time onlyRunnerApi.PTransformwhich represents an SDK harness reading from aBeamFnApi.RemoteGrpcPort.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringURN
-
Constructor Summary
Constructors Constructor Description RemoteGrpcPortRead()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static RemoteGrpcPortReadfromPTransform(org.apache.beam.model.pipeline.v1.RunnerApi.PTransform pTransform)abstract org.apache.beam.model.fnexecution.v1.BeamFnApi.RemoteGrpcPortgetPort()static RemoteGrpcPortReadreadFromPort(org.apache.beam.model.fnexecution.v1.BeamFnApi.RemoteGrpcPort port, java.lang.String outputPCollectionId)org.apache.beam.model.pipeline.v1.RunnerApi.PTransformtoPTransform()
-
-
-
Field Detail
-
URN
public static final java.lang.String URN
- See Also:
- Constant Field Values
-
-
Method Detail
-
readFromPort
public static RemoteGrpcPortRead readFromPort(org.apache.beam.model.fnexecution.v1.BeamFnApi.RemoteGrpcPort port, java.lang.String outputPCollectionId)
-
fromPTransform
public static RemoteGrpcPortRead fromPTransform(org.apache.beam.model.pipeline.v1.RunnerApi.PTransform pTransform) throws org.apache.beam.vendor.grpc.v1p48p1.com.google.protobuf.InvalidProtocolBufferException
- Throws:
org.apache.beam.vendor.grpc.v1p48p1.com.google.protobuf.InvalidProtocolBufferException
-
toPTransform
public org.apache.beam.model.pipeline.v1.RunnerApi.PTransform toPTransform()
-
getPort
public abstract org.apache.beam.model.fnexecution.v1.BeamFnApi.RemoteGrpcPort getPort()
-
-