| Package | Description |
|---|---|
| io.ray.streaming.runtime.transfer | |
| io.ray.streaming.runtime.transfer.channel |
| Modifier and Type | Method and Description |
|---|---|
void |
DataWriter.write(ChannelId id,
ByteBuffer item)
Write msg into the specified channel
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataWriter.write(Set<ChannelId> ids,
ByteBuffer item)
Write msg into the specified channels
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelId |
ChannelId.from(byte[] idBytes) |
static ChannelId |
ChannelId.from(String id) |
Copyright © 2021. All rights reserved.