| Interface | Description |
|---|---|
| ExampleBigQueryTableOptions |
Options that can be used to configure BigQuery tables in Beam examples.
|
| ExampleOptions |
Options that can be used to configure the Beam examples.
|
| ExamplePubsubTopicAndSubscriptionOptions |
Options that can be used to configure Pub/Sub topic/subscription in Beam examples.
|
| ExamplePubsubTopicOptions |
Options that can be used to configure Pub/Sub topic in Beam examples.
|
| Class | Description |
|---|---|
| ExampleBigQueryTableOptions.BigQueryTableFactory |
Returns the job name as the default BigQuery table name.
|
| ExamplePubsubTopicAndSubscriptionOptions.PubsubSubscriptionFactory |
Returns a default Pub/Sub subscription based on the project and the job names.
|
| ExamplePubsubTopicOptions.PubsubTopicFactory |
Returns a default Pub/Sub topic based on the project and the job names.
|
| ExampleUtils |
The utility class that sets up and tears down external resources, and cancels the streaming
pipelines once the program terminates.
|
| WriteOneFilePerWindow |
A
DoFn that writes elements to files with names deterministically derived from the lower
and upper bounds of their key (an IntervalWindow). |
| WriteOneFilePerWindow.PerWindowFiles |
A
FileBasedSink.FilenamePolicy produces a base file name for a write based on metadata about the data
being written. |