Package | Description |
---|---|
org.apache.flink.statefun.flink.io.generated |
Modifier and Type | Method and Description |
---|---|
TargetFunctionType |
TargetFunctionType.Builder.build() |
TargetFunctionType |
TargetFunctionType.Builder.buildPartial() |
static TargetFunctionType |
TargetFunctionType.getDefaultInstance() |
TargetFunctionType |
TargetFunctionType.getDefaultInstanceForType() |
TargetFunctionType |
TargetFunctionType.Builder.getDefaultInstanceForType() |
TargetFunctionType |
RoutingConfigOrBuilder.getTargetFunctionTypes(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
TargetFunctionType |
RoutingConfig.getTargetFunctionTypes(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
TargetFunctionType |
RoutingConfig.Builder.getTargetFunctionTypes(int index)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
static TargetFunctionType |
TargetFunctionType.parseDelimitedFrom(java.io.InputStream input) |
static TargetFunctionType |
TargetFunctionType.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TargetFunctionType |
TargetFunctionType.parseFrom(byte[] data) |
static TargetFunctionType |
TargetFunctionType.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TargetFunctionType |
TargetFunctionType.parseFrom(java.nio.ByteBuffer data) |
static TargetFunctionType |
TargetFunctionType.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TargetFunctionType |
TargetFunctionType.parseFrom(com.google.protobuf.ByteString data) |
static TargetFunctionType |
TargetFunctionType.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TargetFunctionType |
TargetFunctionType.parseFrom(com.google.protobuf.CodedInputStream input) |
static TargetFunctionType |
TargetFunctionType.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TargetFunctionType |
TargetFunctionType.parseFrom(java.io.InputStream input) |
static TargetFunctionType |
TargetFunctionType.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<TargetFunctionType> |
TargetFunctionType.getParserForType() |
java.util.List<TargetFunctionType> |
RoutingConfigOrBuilder.getTargetFunctionTypesList()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
java.util.List<TargetFunctionType> |
RoutingConfig.getTargetFunctionTypesList()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
java.util.List<TargetFunctionType> |
RoutingConfig.Builder.getTargetFunctionTypesList()
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
static com.google.protobuf.Parser<TargetFunctionType> |
TargetFunctionType.parser() |
Modifier and Type | Method and Description |
---|---|
RoutingConfig.Builder |
RoutingConfig.Builder.addTargetFunctionTypes(int index,
TargetFunctionType value)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
RoutingConfig.Builder |
RoutingConfig.Builder.addTargetFunctionTypes(TargetFunctionType value)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
TargetFunctionType.Builder |
TargetFunctionType.Builder.mergeFrom(TargetFunctionType other) |
static TargetFunctionType.Builder |
TargetFunctionType.newBuilder(TargetFunctionType prototype) |
RoutingConfig.Builder |
RoutingConfig.Builder.setTargetFunctionTypes(int index,
TargetFunctionType value)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
Modifier and Type | Method and Description |
---|---|
RoutingConfig.Builder |
RoutingConfig.Builder.addAllTargetFunctionTypes(java.lang.Iterable<? extends TargetFunctionType> values)
repeated .org.apache.flink.statefun.flink.io.TargetFunctionType targetFunctionTypes = 2; |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.