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