public class BarrierMessage extends ChannelMessage
| 构造器和说明 |
|---|
BarrierMessage(long msgId,
long timestamp,
String channelId,
ByteBuffer data,
long checkpointId,
Map<String,OffsetInfo> inputOffsets) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCheckpointId() |
ByteBuffer |
getData() |
Map<String,OffsetInfo> |
getInputOffsets() |
getChannelId, getMsgId, getTimestamppublic BarrierMessage(long msgId,
long timestamp,
String channelId,
ByteBuffer data,
long checkpointId,
Map<String,OffsetInfo> inputOffsets)
public ByteBuffer getData()
public long getCheckpointId()
public Map<String,OffsetInfo> getInputOffsets()
Copyright © 2021. All rights reserved.