public final class CommandSend extends Object
| Constructor and Description |
|---|
CommandSend() |
public boolean hasProducerId()
public long getProducerId()
public CommandSend setProducerId(long producerId)
public CommandSend clearProducerId()
public boolean hasSequenceId()
public long getSequenceId()
public CommandSend setSequenceId(long sequenceId)
public CommandSend clearSequenceId()
public boolean hasNumMessages()
public int getNumMessages()
public CommandSend setNumMessages(int numMessages)
public CommandSend clearNumMessages()
public boolean hasTxnidLeastBits()
public long getTxnidLeastBits()
public CommandSend setTxnidLeastBits(long txnidLeastBits)
public CommandSend clearTxnidLeastBits()
public boolean hasTxnidMostBits()
public long getTxnidMostBits()
public CommandSend setTxnidMostBits(long txnidMostBits)
public CommandSend clearTxnidMostBits()
public boolean hasHighestSequenceId()
public long getHighestSequenceId()
public CommandSend setHighestSequenceId(long highestSequenceId)
public CommandSend clearHighestSequenceId()
public boolean hasIsChunk()
public boolean isIsChunk()
public CommandSend setIsChunk(boolean isChunk)
public CommandSend clearIsChunk()
public boolean hasMarker()
public boolean isMarker()
public CommandSend setMarker(boolean marker)
public CommandSend clearMarker()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandSend clear()
public CommandSend copyFrom(CommandSend _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.