| Interface and Description |
|---|
| org.apache.beam.sdk.io.AvroIO.RecordFormatter
Users can achieve the same by providing this transform in a
ParDo before using write in AvroIO AvroIO.write(Class). |
| org.apache.beam.sdk.testing.StreamingIT
tests which use unbounded PCollections should be in the category
UsesUnboundedPCollections. Beyond that, it is up to the runner and test configuration to
decide whether to run in streaming mode. |
| Enum and Description |
|---|
| org.apache.beam.sdk.io.CompressedSource.CompressionMode
Use
Compression instead |
| org.apache.beam.sdk.transforms.DoFnTester.CloningBehavior
Use
TestPipeline with the DirectRunner. |
| org.apache.beam.sdk.io.FileBasedSink.CompressionType
use
Compression. |
| org.apache.beam.sdk.io.TextIO.CompressionType
Use
Compression. |
| org.apache.beam.sdk.io.TFRecordIO.CompressionType
Use
Compression. |
| Field and Description |
|---|
| org.apache.beam.sdk.schemas.parser.generated.FieldSpecifierNotationLexer.tokenNames
Use
FieldSpecifierNotationLexer.VOCABULARY instead. |
| org.apache.beam.sdk.schemas.parser.generated.FieldSpecifierNotationParser.tokenNames
Use
FieldSpecifierNotationParser.VOCABULARY instead. |