public final class CommandProducerSuccess extends Object
| Constructor and Description |
|---|
CommandProducerSuccess() |
public boolean hasRequestId()
public long getRequestId()
public CommandProducerSuccess setRequestId(long requestId)
public CommandProducerSuccess clearRequestId()
public boolean hasProducerName()
public String getProducerName()
public CommandProducerSuccess setProducerName(String producerName)
public CommandProducerSuccess clearProducerName()
public boolean hasLastSequenceId()
public long getLastSequenceId()
public CommandProducerSuccess setLastSequenceId(long lastSequenceId)
public CommandProducerSuccess clearLastSequenceId()
public boolean hasSchemaVersion()
public int getSchemaVersionSize()
public byte[] getSchemaVersion()
public io.netty.buffer.ByteBuf getSchemaVersionSlice()
public CommandProducerSuccess setSchemaVersion(byte[] schemaVersion)
public CommandProducerSuccess setSchemaVersion(io.netty.buffer.ByteBuf schemaVersion)
public CommandProducerSuccess clearSchemaVersion()
public boolean hasTopicEpoch()
public long getTopicEpoch()
public CommandProducerSuccess setTopicEpoch(long topicEpoch)
public CommandProducerSuccess clearTopicEpoch()
public boolean hasProducerReady()
public boolean isProducerReady()
public CommandProducerSuccess setProducerReady(boolean producerReady)
public CommandProducerSuccess clearProducerReady()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandProducerSuccess clear()
public CommandProducerSuccess copyFrom(CommandProducerSuccess _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.