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