Package org.apache.beam.sdk.fn.data
Class LogicalEndpoint
java.lang.Object
org.apache.beam.sdk.fn.data.LogicalEndpoint
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LogicalEndpoint
abstract String
abstract String
boolean
isTimer()
static LogicalEndpoint
-
Constructor Details
-
LogicalEndpoint
public LogicalEndpoint()
-
-
Method Details
-
getInstructionId
-
getTransformId
-
getTimerFamilyId
-
isTimer
public boolean isTimer() -
data
-
timer
-