@AutoService(value=org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider.class) public class WindowIntoTransformProvider extends org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<WindowIntoTransformProvider.Configuration>
TypedSchemaTransformProvider for 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.
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowIntoTransformProvider.Configuration |
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
OUTPUT_ROWS_TAG |
| Constructor and Description |
|---|
WindowIntoTransformProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Class<WindowIntoTransformProvider.Configuration> |
configurationClass() |
protected org.apache.beam.sdk.schemas.transforms.SchemaTransform |
from(WindowIntoTransformProvider.Configuration configuration) |
java.lang.String |
identifier() |
java.util.List<java.lang.String> |
inputCollectionNames() |
java.util.List<java.lang.String> |
outputCollectionNames() |
configurationSchema, dependencies, fromprotected static final java.lang.String OUTPUT_ROWS_TAG
protected java.lang.Class<WindowIntoTransformProvider.Configuration> configurationClass()
configurationClass in class org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<WindowIntoTransformProvider.Configuration>protected org.apache.beam.sdk.schemas.transforms.SchemaTransform from(WindowIntoTransformProvider.Configuration configuration)
from in class org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<WindowIntoTransformProvider.Configuration>public java.lang.String identifier()
public java.util.List<java.lang.String> inputCollectionNames()
public java.util.List<java.lang.String> outputCollectionNames()