public final class CommandProducer extends Object
| Constructor and Description |
|---|
CommandProducer() |
public boolean hasTopic()
public String getTopic()
public CommandProducer setTopic(String topic)
public CommandProducer clearTopic()
public boolean hasProducerId()
public long getProducerId()
public CommandProducer setProducerId(long producerId)
public CommandProducer clearProducerId()
public boolean hasRequestId()
public long getRequestId()
public CommandProducer setRequestId(long requestId)
public CommandProducer clearRequestId()
public boolean hasProducerName()
public String getProducerName()
public CommandProducer setProducerName(String producerName)
public CommandProducer clearProducerName()
public boolean hasEncrypted()
public boolean isEncrypted()
public CommandProducer setEncrypted(boolean encrypted)
public CommandProducer clearEncrypted()
public int getMetadatasCount()
public KeyValue getMetadataAt(int idx)
public KeyValue addMetadata()
public CommandProducer addAllMetadatas(Iterable<KeyValue> metadatas)
public CommandProducer clearMetadata()
public boolean hasSchema()
public Schema getSchema()
public Schema setSchema()
public CommandProducer clearSchema()
public boolean hasEpoch()
public long getEpoch()
public CommandProducer setEpoch(long epoch)
public CommandProducer clearEpoch()
public boolean hasUserProvidedProducerName()
public boolean isUserProvidedProducerName()
public CommandProducer setUserProvidedProducerName(boolean userProvidedProducerName)
public CommandProducer clearUserProvidedProducerName()
public boolean hasProducerAccessMode()
public ProducerAccessMode getProducerAccessMode()
public CommandProducer setProducerAccessMode(ProducerAccessMode producerAccessMode)
public CommandProducer clearProducerAccessMode()
public boolean hasTopicEpoch()
public long getTopicEpoch()
public CommandProducer setTopicEpoch(long topicEpoch)
public CommandProducer clearTopicEpoch()
public boolean hasTxnEnabled()
public boolean isTxnEnabled()
public CommandProducer setTxnEnabled(boolean txnEnabled)
public CommandProducer clearTxnEnabled()
public boolean hasInitialSubscriptionName()
public String getInitialSubscriptionName()
public CommandProducer setInitialSubscriptionName(String initialSubscriptionName)
public CommandProducer clearInitialSubscriptionName()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandProducer clear()
public CommandProducer copyFrom(CommandProducer _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.