Class WindowIntoTransformProvider
- java.lang.Object
-
- org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<WindowIntoTransformProvider.Configuration>
-
- org.apache.beam.sdk.expansion.service.WindowIntoTransformProvider
-
- All Implemented Interfaces:
org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider
@AutoService(org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider.class) public class WindowIntoTransformProvider extends org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<WindowIntoTransformProvider.Configuration>
An implementation ofTypedSchemaTransformProviderfor WindowInto.Internal only: This class is actively being worked on, and it will likely change. We provide no backwards compatibility guarantees, and it should not be implemented outside the Beam repository.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowIntoTransformProvider.Configuration
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringOUTPUT_ROWS_TAG
-
Constructor Summary
Constructors Constructor Description WindowIntoTransformProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class<WindowIntoTransformProvider.Configuration>configurationClass()protected org.apache.beam.sdk.schemas.transforms.SchemaTransformfrom(WindowIntoTransformProvider.Configuration configuration)java.lang.Stringidentifier()java.util.List<java.lang.String>inputCollectionNames()java.util.List<java.lang.String>outputCollectionNames()-
Methods inherited from class org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider
configurationSchema, dependencies, from
-
-
-
-
Field Detail
-
OUTPUT_ROWS_TAG
protected static final java.lang.String OUTPUT_ROWS_TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
configurationClass
protected java.lang.Class<WindowIntoTransformProvider.Configuration> configurationClass()
- Overrides:
configurationClassin classorg.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<WindowIntoTransformProvider.Configuration>
-
from
protected org.apache.beam.sdk.schemas.transforms.SchemaTransform from(WindowIntoTransformProvider.Configuration configuration)
- Specified by:
fromin classorg.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<WindowIntoTransformProvider.Configuration>
-
identifier
public java.lang.String identifier()
-
inputCollectionNames
public java.util.List<java.lang.String> inputCollectionNames()
-
outputCollectionNames
public java.util.List<java.lang.String> outputCollectionNames()
-
-