| Package | Description |
|---|---|
| io.ray.streaming.runtime.config.global | |
| io.ray.streaming.runtime.config.types |
| Modifier and Type | Method and Description |
|---|---|
TransferChannelType |
TransferConfig.channelType()
Data transfer channel type, support memory queue and native queue.
|
| Modifier and Type | Method and Description |
|---|---|
static TransferChannelType |
TransferChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferChannelType[] |
TransferChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.