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