Constructor and Description |
---|
InputCollectionCache()
Initialize collection cache
|
Modifier and Type | Method and Description |
---|---|
org.apache.beam.sdk.values.PCollection<String> |
fileInput(org.apache.beam.sdk.values.PBegin begin,
String name)
Request file input
|
org.apache.beam.sdk.values.PCollection<String> |
kinesisInput(org.apache.beam.sdk.values.PBegin begin,
String name,
String project)
Request Kinesis input
|
org.apache.beam.sdk.values.PCollection<String> |
pubsubInput(org.apache.beam.sdk.values.PBegin begin,
String name)
Request Pubsub input
|
public org.apache.beam.sdk.values.PCollection<String> fileInput(org.apache.beam.sdk.values.PBegin begin, String name)
begin
- Pipeline beginname
- File input pathpublic org.apache.beam.sdk.values.PCollection<String> pubsubInput(org.apache.beam.sdk.values.PBegin begin, String name)
begin
- Pipeline beginname
- Pubsub topicpublic org.apache.beam.sdk.values.PCollection<String> kinesisInput(org.apache.beam.sdk.values.PBegin begin, String name, String project)
begin
- Pipeline beginname
- Kinesis input specificationproject
- Project name if CloudKMS decryption is required for specificationCopyright © 2022. All rights reserved.