public static interface RunnerApi.CombinePayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSideInputs(String key)
(Optional) A mapping of local input names to side inputs, describing
the expected access pattern.
|
String |
getAccumulatorCoderId()
(Required) A reference to the Coder to use for accumulators of the CombineFn
|
com.google.protobuf.ByteString |
getAccumulatorCoderIdBytes()
(Required) A reference to the Coder to use for accumulators of the CombineFn
|
RunnerApi.SdkFunctionSpec |
getCombineFn()
(Required) The SdkFunctionSpec of the CombineFn.
|
RunnerApi.SdkFunctionSpecOrBuilder |
getCombineFnOrBuilder()
(Required) The SdkFunctionSpec of the CombineFn.
|
RunnerApi.Parameter |
getParameters(int index)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
int |
getParametersCount()
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
List<RunnerApi.Parameter> |
getParametersList()
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.ParameterOrBuilder |
getParametersOrBuilder(int index)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
List<? extends RunnerApi.ParameterOrBuilder> |
getParametersOrBuilderList()
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
Map<String,RunnerApi.SideInput> |
getSideInputs()
Deprecated.
|
int |
getSideInputsCount()
(Optional) A mapping of local input names to side inputs, describing
the expected access pattern.
|
Map<String,RunnerApi.SideInput> |
getSideInputsMap()
(Optional) A mapping of local input names to side inputs, describing
the expected access pattern.
|
RunnerApi.SideInput |
getSideInputsOrDefault(String key,
RunnerApi.SideInput defaultValue)
(Optional) A mapping of local input names to side inputs, describing
the expected access pattern.
|
RunnerApi.SideInput |
getSideInputsOrThrow(String key)
(Optional) A mapping of local input names to side inputs, describing
the expected access pattern.
|
boolean |
hasCombineFn()
(Required) The SdkFunctionSpec of the CombineFn.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCombineFn()
(Required) The SdkFunctionSpec of the CombineFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec combine_fn = 1;RunnerApi.SdkFunctionSpec getCombineFn()
(Required) The SdkFunctionSpec of the CombineFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec combine_fn = 1;RunnerApi.SdkFunctionSpecOrBuilder getCombineFnOrBuilder()
(Required) The SdkFunctionSpec of the CombineFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec combine_fn = 1;String getAccumulatorCoderId()
(Required) A reference to the Coder to use for accumulators of the CombineFn
string accumulator_coder_id = 2;com.google.protobuf.ByteString getAccumulatorCoderIdBytes()
(Required) A reference to the Coder to use for accumulators of the CombineFn
string accumulator_coder_id = 2;List<RunnerApi.Parameter> getParametersList()
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 3;RunnerApi.Parameter getParameters(int index)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 3;int getParametersCount()
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 3;List<? extends RunnerApi.ParameterOrBuilder> getParametersOrBuilderList()
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 3;RunnerApi.ParameterOrBuilder getParametersOrBuilder(int index)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 3;int getSideInputsCount()
(Optional) A mapping of local input names to side inputs, describing the expected access pattern.
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 4;boolean containsSideInputs(String key)
(Optional) A mapping of local input names to side inputs, describing the expected access pattern.
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 4;@Deprecated Map<String,RunnerApi.SideInput> getSideInputs()
getSideInputsMap() instead.Map<String,RunnerApi.SideInput> getSideInputsMap()
(Optional) A mapping of local input names to side inputs, describing the expected access pattern.
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 4;RunnerApi.SideInput getSideInputsOrDefault(String key, RunnerApi.SideInput defaultValue)
(Optional) A mapping of local input names to side inputs, describing the expected access pattern.
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 4;RunnerApi.SideInput getSideInputsOrThrow(String key)
(Optional) A mapping of local input names to side inputs, describing the expected access pattern.
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 4;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.