Class ExternalTransformRegistrarImpl
java.lang.Object
org.apache.beam.sdk.io.gcp.pubsublite.internal.ExternalTransformRegistrarImpl
- All Implemented Interfaces:
ExternalTransformRegistrar
@AutoService(ExternalTransformRegistrar.class)
public class ExternalTransformRegistrarImpl
extends Object
implements ExternalTransformRegistrar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap
<String, ExternalTransformBuilder<?, ?, ?>> A mapping from URN to anExternalTransformBuilder
instance.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.beam.sdk.expansion.ExternalTransformRegistrar
knownBuilders
-
Field Details
-
WRITE_URN
- See Also:
-
READ_URN
- See Also:
-
-
Constructor Details
-
ExternalTransformRegistrarImpl
public ExternalTransformRegistrarImpl()
-
-
Method Details
-
knownBuilderInstances
Description copied from interface:ExternalTransformRegistrar
A mapping from URN to anExternalTransformBuilder
instance.- Specified by:
knownBuilderInstances
in interfaceExternalTransformRegistrar
-