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