| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
StreamingSideInputLocation |
StreamingSideInputLocation.clone() |
StreamingSideInputLocation |
StreamLocation.getSideInputLocation()
The stream is a streaming side input.
|
StreamingSideInputLocation |
StreamingSideInputLocation.set(String fieldName,
Object value) |
StreamingSideInputLocation |
StreamingSideInputLocation.setStateFamily(String stateFamily)
Identifies the state family where this side input is stored.
|
StreamingSideInputLocation |
StreamingSideInputLocation.setTag(String tag)
Identifies the particular side input within the streaming Dataflow job.
|
| Modifier and Type | Method and Description |
|---|---|
StreamLocation |
StreamLocation.setSideInputLocation(StreamingSideInputLocation sideInputLocation)
The stream is a streaming side input.
|
Copyright © 2011–2022 Google. All rights reserved.