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 anExternalTransformBuilderinstance.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:ExternalTransformRegistrarA mapping from URN to anExternalTransformBuilderinstance.- Specified by:
knownBuilderInstancesin interfaceExternalTransformRegistrar
-