| Package | Description |
|---|---|
| io.ray.streaming.runtime.transfer.channel |
| Modifier and Type | Field and Description |
|---|---|
Map<String,ChannelRecoverInfo.ChannelCreationStatus> |
ChannelRecoverInfo.queueCreationStatusMap |
| Modifier and Type | Method and Description |
|---|---|
static ChannelRecoverInfo.ChannelCreationStatus |
ChannelRecoverInfo.ChannelCreationStatus.fromInt(int id) |
static ChannelRecoverInfo.ChannelCreationStatus |
ChannelRecoverInfo.ChannelCreationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelRecoverInfo.ChannelCreationStatus[] |
ChannelRecoverInfo.ChannelCreationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChannelRecoverInfo(Map<String,ChannelRecoverInfo.ChannelCreationStatus> queueCreationStatusMap) |
Copyright © 2021. All rights reserved.