public static interface BeamFnApi.ProcessBundleSplitRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getFraction()
(Required) The fraction of work (when compared to the known amount of work)
the process bundle request should try to split at.
|
String |
getInstructionReference()
(Required) A reference to an active process bundle request with the given
instruction id.
|
com.google.protobuf.ByteString |
getInstructionReferenceBytes()
(Required) A reference to an active process bundle request with the given
instruction id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInstructionReference()
(Required) A reference to an active process bundle request with the given instruction id.
string instruction_reference = 1;com.google.protobuf.ByteString getInstructionReferenceBytes()
(Required) A reference to an active process bundle request with the given instruction id.
string instruction_reference = 1;double getFraction()
(Required) The fraction of work (when compared to the known amount of work) the process bundle request should try to split at.
double fraction = 2;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.