public final class CommandAckResponse extends Object
| Constructor and Description |
|---|
CommandAckResponse() |
public boolean hasConsumerId()
public long getConsumerId()
public CommandAckResponse setConsumerId(long consumerId)
public CommandAckResponse clearConsumerId()
public boolean hasTxnidLeastBits()
public long getTxnidLeastBits()
public CommandAckResponse setTxnidLeastBits(long txnidLeastBits)
public CommandAckResponse clearTxnidLeastBits()
public boolean hasTxnidMostBits()
public long getTxnidMostBits()
public CommandAckResponse setTxnidMostBits(long txnidMostBits)
public CommandAckResponse clearTxnidMostBits()
public boolean hasError()
public ServerError getError()
public CommandAckResponse setError(ServerError error)
public CommandAckResponse clearError()
public boolean hasMessage()
public String getMessage()
public CommandAckResponse setMessage(String message)
public CommandAckResponse clearMessage()
public boolean hasRequestId()
public long getRequestId()
public CommandAckResponse setRequestId(long requestId)
public CommandAckResponse clearRequestId()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandAckResponse clear()
public CommandAckResponse copyFrom(CommandAckResponse _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.