Uses of Class
com.google.dataflow.v1beta3.StateFamilyConfig
-
Packages that use StateFamilyConfig Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of StateFamilyConfig in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return StateFamilyConfig Modifier and Type Method Description StateFamilyConfig
StateFamilyConfig.Builder. build()
StateFamilyConfig
StateFamilyConfig.Builder. buildPartial()
static StateFamilyConfig
StateFamilyConfig. getDefaultInstance()
StateFamilyConfig
StateFamilyConfig.Builder. getDefaultInstanceForType()
StateFamilyConfig
StateFamilyConfig. getDefaultInstanceForType()
StateFamilyConfig
ComputationTopology.Builder. getStateFamilies(int index)
The state family values.StateFamilyConfig
ComputationTopology. getStateFamilies(int index)
The state family values.StateFamilyConfig
ComputationTopologyOrBuilder. getStateFamilies(int index)
The state family values.static StateFamilyConfig
StateFamilyConfig. parseDelimitedFrom(InputStream input)
static StateFamilyConfig
StateFamilyConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StateFamilyConfig
StateFamilyConfig. parseFrom(byte[] data)
static StateFamilyConfig
StateFamilyConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StateFamilyConfig
StateFamilyConfig. parseFrom(com.google.protobuf.ByteString data)
static StateFamilyConfig
StateFamilyConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StateFamilyConfig
StateFamilyConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static StateFamilyConfig
StateFamilyConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StateFamilyConfig
StateFamilyConfig. parseFrom(InputStream input)
static StateFamilyConfig
StateFamilyConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StateFamilyConfig
StateFamilyConfig. parseFrom(ByteBuffer data)
static StateFamilyConfig
StateFamilyConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type StateFamilyConfig Modifier and Type Method Description com.google.protobuf.Parser<StateFamilyConfig>
StateFamilyConfig. getParserForType()
List<StateFamilyConfig>
ComputationTopology.Builder. getStateFamiliesList()
The state family values.List<StateFamilyConfig>
ComputationTopology. getStateFamiliesList()
The state family values.List<StateFamilyConfig>
ComputationTopologyOrBuilder. getStateFamiliesList()
The state family values.static com.google.protobuf.Parser<StateFamilyConfig>
StateFamilyConfig. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type StateFamilyConfig Modifier and Type Method Description ComputationTopology.Builder
ComputationTopology.Builder. addStateFamilies(int index, StateFamilyConfig value)
The state family values.ComputationTopology.Builder
ComputationTopology.Builder. addStateFamilies(StateFamilyConfig value)
The state family values.StateFamilyConfig.Builder
StateFamilyConfig.Builder. mergeFrom(StateFamilyConfig other)
static StateFamilyConfig.Builder
StateFamilyConfig. newBuilder(StateFamilyConfig prototype)
ComputationTopology.Builder
ComputationTopology.Builder. setStateFamilies(int index, StateFamilyConfig value)
The state family values.Method parameters in com.google.dataflow.v1beta3 with type arguments of type StateFamilyConfig Modifier and Type Method Description ComputationTopology.Builder
ComputationTopology.Builder. addAllStateFamilies(Iterable<? extends StateFamilyConfig> values)
The state family values.
-