public static interface RunnerApi.ParDoPayloadOrBuilder
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.
|
boolean |
containsStateSpecs(String key)
(Optional) A mapping of local state names to state specifications.
|
boolean |
containsTimerSpecs(String key)
(Optional) A mapping of local timer names to timer specifications.
|
RunnerApi.SdkFunctionSpec |
getDoFn()
(Required) The SdkFunctionSpec of the DoFn.
|
RunnerApi.SdkFunctionSpecOrBuilder |
getDoFnOrBuilder()
(Required) The SdkFunctionSpec of the DoFn.
|
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 |
getSplittable()
Whether the DoFn is splittable
|
Map<String,RunnerApi.StateSpec> |
getStateSpecs()
Deprecated.
|
int |
getStateSpecsCount()
(Optional) A mapping of local state names to state specifications.
|
Map<String,RunnerApi.StateSpec> |
getStateSpecsMap()
(Optional) A mapping of local state names to state specifications.
|
RunnerApi.StateSpec |
getStateSpecsOrDefault(String key,
RunnerApi.StateSpec defaultValue)
(Optional) A mapping of local state names to state specifications.
|
RunnerApi.StateSpec |
getStateSpecsOrThrow(String key)
(Optional) A mapping of local state names to state specifications.
|
Map<String,RunnerApi.TimerSpec> |
getTimerSpecs()
Deprecated.
|
int |
getTimerSpecsCount()
(Optional) A mapping of local timer names to timer specifications.
|
Map<String,RunnerApi.TimerSpec> |
getTimerSpecsMap()
(Optional) A mapping of local timer names to timer specifications.
|
RunnerApi.TimerSpec |
getTimerSpecsOrDefault(String key,
RunnerApi.TimerSpec defaultValue)
(Optional) A mapping of local timer names to timer specifications.
|
RunnerApi.TimerSpec |
getTimerSpecsOrThrow(String key)
(Optional) A mapping of local timer names to timer specifications.
|
boolean |
hasDoFn()
(Required) The SdkFunctionSpec of the DoFn.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDoFn()
(Required) The SdkFunctionSpec of the DoFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec do_fn = 1;RunnerApi.SdkFunctionSpec getDoFn()
(Required) The SdkFunctionSpec of the DoFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec do_fn = 1;RunnerApi.SdkFunctionSpecOrBuilder getDoFnOrBuilder()
(Required) The SdkFunctionSpec of the DoFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec do_fn = 1;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 = 2;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 = 2;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 = 2;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 = 2;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 = 2;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 = 3;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 = 3;@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 = 3;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 = 3;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 = 3;int getStateSpecsCount()
(Optional) A mapping of local state names to state specifications.
map<string, .org.apache.beam.runner_api.v1.StateSpec> state_specs = 4;boolean containsStateSpecs(String key)
(Optional) A mapping of local state names to state specifications.
map<string, .org.apache.beam.runner_api.v1.StateSpec> state_specs = 4;@Deprecated Map<String,RunnerApi.StateSpec> getStateSpecs()
getStateSpecsMap() instead.Map<String,RunnerApi.StateSpec> getStateSpecsMap()
(Optional) A mapping of local state names to state specifications.
map<string, .org.apache.beam.runner_api.v1.StateSpec> state_specs = 4;RunnerApi.StateSpec getStateSpecsOrDefault(String key, RunnerApi.StateSpec defaultValue)
(Optional) A mapping of local state names to state specifications.
map<string, .org.apache.beam.runner_api.v1.StateSpec> state_specs = 4;RunnerApi.StateSpec getStateSpecsOrThrow(String key)
(Optional) A mapping of local state names to state specifications.
map<string, .org.apache.beam.runner_api.v1.StateSpec> state_specs = 4;int getTimerSpecsCount()
(Optional) A mapping of local timer names to timer specifications.
map<string, .org.apache.beam.runner_api.v1.TimerSpec> timer_specs = 5;boolean containsTimerSpecs(String key)
(Optional) A mapping of local timer names to timer specifications.
map<string, .org.apache.beam.runner_api.v1.TimerSpec> timer_specs = 5;@Deprecated Map<String,RunnerApi.TimerSpec> getTimerSpecs()
getTimerSpecsMap() instead.Map<String,RunnerApi.TimerSpec> getTimerSpecsMap()
(Optional) A mapping of local timer names to timer specifications.
map<string, .org.apache.beam.runner_api.v1.TimerSpec> timer_specs = 5;RunnerApi.TimerSpec getTimerSpecsOrDefault(String key, RunnerApi.TimerSpec defaultValue)
(Optional) A mapping of local timer names to timer specifications.
map<string, .org.apache.beam.runner_api.v1.TimerSpec> timer_specs = 5;RunnerApi.TimerSpec getTimerSpecsOrThrow(String key)
(Optional) A mapping of local timer names to timer specifications.
map<string, .org.apache.beam.runner_api.v1.TimerSpec> timer_specs = 5;boolean getSplittable()
Whether the DoFn is splittable
bool splittable = 6;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.