| 程序包 | 说明 |
|---|---|
| io.ray.streaming.runtime.transfer | |
| io.ray.streaming.runtime.transfer.channel |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DataWriter.write(ChannelId id,
ByteBuffer item)
Write msg into the specified channel
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DataWriter.write(Set<ChannelId> ids,
ByteBuffer item)
Write msg into the specified channels
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ChannelId |
ChannelId.from(byte[] idBytes) |
static ChannelId |
ChannelId.from(String id) |
Copyright © 2021. All rights reserved.