| 程序包 | 说明 |
|---|---|
| io.ray.streaming.runtime.generated |
| 限定符和类型 | 方法和说明 |
|---|---|
static Streaming.FlowControlType |
Streaming.FlowControlType.forNumber(int value) |
Streaming.FlowControlType |
Streaming.StreamingConfigOrBuilder.getFlowControlType()
.ray.streaming.proto.FlowControlType flow_control_type = 8 [json_name = "flowControlType"]; |
Streaming.FlowControlType |
Streaming.StreamingConfig.getFlowControlType()
.ray.streaming.proto.FlowControlType flow_control_type = 8 [json_name = "flowControlType"]; |
Streaming.FlowControlType |
Streaming.StreamingConfig.Builder.getFlowControlType()
.ray.streaming.proto.FlowControlType flow_control_type = 8 [json_name = "flowControlType"]; |
static Streaming.FlowControlType |
Streaming.FlowControlType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Streaming.FlowControlType |
Streaming.FlowControlType.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static Streaming.FlowControlType |
Streaming.FlowControlType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Streaming.FlowControlType[] |
Streaming.FlowControlType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Streaming.FlowControlType> |
Streaming.FlowControlType.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
Streaming.StreamingConfig.Builder |
Streaming.StreamingConfig.Builder.setFlowControlType(Streaming.FlowControlType value)
.ray.streaming.proto.FlowControlType flow_control_type = 8 [json_name = "flowControlType"]; |
Copyright © 2022. All rights reserved.