| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
MultiOutputInfo |
MultiOutputInfo.clone() |
MultiOutputInfo |
MultiOutputInfo.set(java.lang.String fieldName,
java.lang.Object value) |
MultiOutputInfo |
MultiOutputInfo.setTag(java.lang.String tag)
The id of the tag the user code will emit to this output by; this should correspond to the tag
of some SideInputInfo.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MultiOutputInfo> |
ParDoInstruction.getMultiOutputInfos()
Information about each of the outputs, if user_fn is a MultiDoFn.
|
| Modifier and Type | Method and Description |
|---|---|
ParDoInstruction |
ParDoInstruction.setMultiOutputInfos(java.util.List<MultiOutputInfo> multiOutputInfos)
Information about each of the outputs, if user_fn is a MultiDoFn.
|