Class CommandEndTxnOnPartitionResponse
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.CommandEndTxnOnPartitionResponse
-
public final class CommandEndTxnOnPartitionResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandEndTxnOnPartitionResponse()
-
Method Summary
-
-
-
Method Detail
-
hasRequestId
public boolean hasRequestId()
-
getRequestId
public long getRequestId()
-
setRequestId
public CommandEndTxnOnPartitionResponse setRequestId(long requestId)
-
clearRequestId
public CommandEndTxnOnPartitionResponse clearRequestId()
-
hasTxnidLeastBits
public boolean hasTxnidLeastBits()
-
getTxnidLeastBits
public long getTxnidLeastBits()
-
setTxnidLeastBits
public CommandEndTxnOnPartitionResponse setTxnidLeastBits(long txnidLeastBits)
-
clearTxnidLeastBits
public CommandEndTxnOnPartitionResponse clearTxnidLeastBits()
-
hasTxnidMostBits
public boolean hasTxnidMostBits()
-
getTxnidMostBits
public long getTxnidMostBits()
-
setTxnidMostBits
public CommandEndTxnOnPartitionResponse setTxnidMostBits(long txnidMostBits)
-
clearTxnidMostBits
public CommandEndTxnOnPartitionResponse clearTxnidMostBits()
-
hasError
public boolean hasError()
-
getError
public ServerError getError()
-
setError
public CommandEndTxnOnPartitionResponse setError(ServerError error)
-
clearError
public CommandEndTxnOnPartitionResponse clearError()
-
hasMessage
public boolean hasMessage()
-
getMessage
public java.lang.String getMessage()
-
setMessage
public CommandEndTxnOnPartitionResponse setMessage(java.lang.String message)
-
clearMessage
public CommandEndTxnOnPartitionResponse clearMessage()
-
writeTo
public int writeTo(io.netty.buffer.ByteBuf _b)
-
getSerializedSize
public int getSerializedSize()
-
parseFrom
public void parseFrom(io.netty.buffer.ByteBuf _buffer, int _size)
-
clear
public CommandEndTxnOnPartitionResponse clear()
-
copyFrom
public CommandEndTxnOnPartitionResponse copyFrom(CommandEndTxnOnPartitionResponse _other)
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-