public final class CommandEndTxn extends Object
| Constructor and Description |
|---|
CommandEndTxn() |
| Modifier and Type | Method and Description |
|---|---|
CommandEndTxn |
clear() |
CommandEndTxn |
clearRequestId() |
CommandEndTxn |
clearTxnAction() |
CommandEndTxn |
clearTxnidLeastBits() |
CommandEndTxn |
clearTxnidMostBits() |
CommandEndTxn |
copyFrom(CommandEndTxn _other) |
long |
getRequestId() |
int |
getSerializedSize() |
TxnAction |
getTxnAction() |
long |
getTxnidLeastBits() |
long |
getTxnidMostBits() |
boolean |
hasRequestId() |
boolean |
hasTxnAction() |
boolean |
hasTxnidLeastBits() |
boolean |
hasTxnidMostBits() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
CommandEndTxn |
setRequestId(long requestId) |
CommandEndTxn |
setTxnAction(TxnAction txnAction) |
CommandEndTxn |
setTxnidLeastBits(long txnidLeastBits) |
CommandEndTxn |
setTxnidMostBits(long txnidMostBits) |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public boolean hasRequestId()
public long getRequestId()
public CommandEndTxn setRequestId(long requestId)
public CommandEndTxn clearRequestId()
public boolean hasTxnidLeastBits()
public long getTxnidLeastBits()
public CommandEndTxn setTxnidLeastBits(long txnidLeastBits)
public CommandEndTxn clearTxnidLeastBits()
public boolean hasTxnidMostBits()
public long getTxnidMostBits()
public CommandEndTxn setTxnidMostBits(long txnidMostBits)
public CommandEndTxn clearTxnidMostBits()
public boolean hasTxnAction()
public TxnAction getTxnAction()
public CommandEndTxn setTxnAction(TxnAction txnAction)
public CommandEndTxn clearTxnAction()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandEndTxn clear()
public CommandEndTxn copyFrom(CommandEndTxn _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.