public final class CommandFlow extends Object
| Constructor and Description |
|---|
CommandFlow() |
| Modifier and Type | Method and Description |
|---|---|
CommandFlow |
clear() |
CommandFlow |
clearConsumerId() |
CommandFlow |
clearMessagePermits() |
CommandFlow |
copyFrom(CommandFlow _other) |
long |
getConsumerId() |
int |
getMessagePermits() |
int |
getSerializedSize() |
boolean |
hasConsumerId() |
boolean |
hasMessagePermits() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
CommandFlow |
setConsumerId(long consumerId) |
CommandFlow |
setMessagePermits(int messagePermits) |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public boolean hasConsumerId()
public long getConsumerId()
public CommandFlow setConsumerId(long consumerId)
public CommandFlow clearConsumerId()
public boolean hasMessagePermits()
public int getMessagePermits()
public CommandFlow setMessagePermits(int messagePermits)
public CommandFlow clearMessagePermits()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandFlow clear()
public CommandFlow copyFrom(CommandFlow _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.