public static interface RunnerApi.WriteFilesPayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSideInputs(String key)
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5; |
RunnerApi.SdkFunctionSpec |
getFormatFunction()
(Required) The format function.
|
RunnerApi.SdkFunctionSpecOrBuilder |
getFormatFunctionOrBuilder()
(Required) The format function.
|
boolean |
getRunnerDeterminedSharding()
bool runner_determined_sharding = 4; |
Map<String,RunnerApi.SideInput> |
getSideInputs()
Deprecated.
|
int |
getSideInputsCount()
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5; |
Map<String,RunnerApi.SideInput> |
getSideInputsMap()
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5; |
RunnerApi.SideInput |
getSideInputsOrDefault(String key,
RunnerApi.SideInput defaultValue)
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5; |
RunnerApi.SideInput |
getSideInputsOrThrow(String key)
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5; |
RunnerApi.SdkFunctionSpec |
getSink()
(Required) The SdkFunctionSpec of the FileBasedSink.
|
RunnerApi.SdkFunctionSpecOrBuilder |
getSinkOrBuilder()
(Required) The SdkFunctionSpec of the FileBasedSink.
|
boolean |
getWindowedWrites()
bool windowed_writes = 3; |
boolean |
hasFormatFunction()
(Required) The format function.
|
boolean |
hasSink()
(Required) The SdkFunctionSpec of the FileBasedSink.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSink()
(Required) The SdkFunctionSpec of the FileBasedSink.
.org.apache.beam.runner_api.v1.SdkFunctionSpec sink = 1;RunnerApi.SdkFunctionSpec getSink()
(Required) The SdkFunctionSpec of the FileBasedSink.
.org.apache.beam.runner_api.v1.SdkFunctionSpec sink = 1;RunnerApi.SdkFunctionSpecOrBuilder getSinkOrBuilder()
(Required) The SdkFunctionSpec of the FileBasedSink.
.org.apache.beam.runner_api.v1.SdkFunctionSpec sink = 1;boolean hasFormatFunction()
(Required) The format function.
.org.apache.beam.runner_api.v1.SdkFunctionSpec format_function = 2;RunnerApi.SdkFunctionSpec getFormatFunction()
(Required) The format function.
.org.apache.beam.runner_api.v1.SdkFunctionSpec format_function = 2;RunnerApi.SdkFunctionSpecOrBuilder getFormatFunctionOrBuilder()
(Required) The format function.
.org.apache.beam.runner_api.v1.SdkFunctionSpec format_function = 2;boolean getWindowedWrites()
bool windowed_writes = 3;boolean getRunnerDeterminedSharding()
bool runner_determined_sharding = 4;int getSideInputsCount()
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5;boolean containsSideInputs(String key)
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5;@Deprecated Map<String,RunnerApi.SideInput> getSideInputs()
getSideInputsMap() instead.Map<String,RunnerApi.SideInput> getSideInputsMap()
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5;RunnerApi.SideInput getSideInputsOrDefault(String key, RunnerApi.SideInput defaultValue)
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5;RunnerApi.SideInput getSideInputsOrThrow(String key)
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 5;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.