public final class CommandAddPartitionToTxn extends Object
| Constructor and Description |
|---|
CommandAddPartitionToTxn() |
public boolean hasRequestId()
public long getRequestId()
public CommandAddPartitionToTxn setRequestId(long requestId)
public CommandAddPartitionToTxn clearRequestId()
public boolean hasTxnidLeastBits()
public long getTxnidLeastBits()
public CommandAddPartitionToTxn setTxnidLeastBits(long txnidLeastBits)
public CommandAddPartitionToTxn clearTxnidLeastBits()
public boolean hasTxnidMostBits()
public long getTxnidMostBits()
public CommandAddPartitionToTxn setTxnidMostBits(long txnidMostBits)
public CommandAddPartitionToTxn clearTxnidMostBits()
public int getPartitionsCount()
public String getPartitionAt(int idx)
public void addPartition(String partition)
public CommandAddPartitionToTxn addAllPartitions(Iterable<String> partitions)
public CommandAddPartitionToTxn clearPartitions()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandAddPartitionToTxn clear()
public CommandAddPartitionToTxn copyFrom(CommandAddPartitionToTxn _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.