public final class CommandAddSubscriptionToTxn extends Object
| Constructor and Description |
|---|
CommandAddSubscriptionToTxn() |
public boolean hasRequestId()
public long getRequestId()
public CommandAddSubscriptionToTxn setRequestId(long requestId)
public CommandAddSubscriptionToTxn clearRequestId()
public boolean hasTxnidLeastBits()
public long getTxnidLeastBits()
public CommandAddSubscriptionToTxn setTxnidLeastBits(long txnidLeastBits)
public CommandAddSubscriptionToTxn clearTxnidLeastBits()
public boolean hasTxnidMostBits()
public long getTxnidMostBits()
public CommandAddSubscriptionToTxn setTxnidMostBits(long txnidMostBits)
public CommandAddSubscriptionToTxn clearTxnidMostBits()
public int getSubscriptionsCount()
public Subscription getSubscriptionAt(int idx)
public List<Subscription> getSubscriptionsList()
public Subscription addSubscription()
public CommandAddSubscriptionToTxn addAllSubscriptions(Iterable<Subscription> subscriptions)
public CommandAddSubscriptionToTxn clearSubscription()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandAddSubscriptionToTxn clear()
public CommandAddSubscriptionToTxn copyFrom(CommandAddSubscriptionToTxn _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.