public final class SamzaPipelineTranslatorUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
escape(java.lang.String name)
Escape the non-alphabet chars in the name so we can create a physical stream out of it.
|
static org.apache.beam.sdk.util.WindowedValue.WindowedValueCoder |
instantiateCoder(java.lang.String collectionId,
org.apache.beam.model.pipeline.v1.RunnerApi.Components components) |
static org.apache.beam.sdk.values.PCollection.IsBounded |
isBounded(org.apache.beam.model.pipeline.v1.RunnerApi.PCollection pCollection) |
public static org.apache.beam.sdk.util.WindowedValue.WindowedValueCoder instantiateCoder(java.lang.String collectionId,
org.apache.beam.model.pipeline.v1.RunnerApi.Components components)
public static java.lang.String escape(java.lang.String name)
This escape will replace any non-alphanumeric characters other than "-" and "_" with "_" including whitespace.
public static org.apache.beam.sdk.values.PCollection.IsBounded isBounded(org.apache.beam.model.pipeline.v1.RunnerApi.PCollection pCollection)