public final class BaseCommand extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseCommand.Type |
| Constructor and Description |
|---|
BaseCommand() |
public boolean hasType()
public BaseCommand.Type getType()
public BaseCommand setType(BaseCommand.Type type)
public BaseCommand clearType()
public boolean hasConnect()
public CommandConnect getConnect()
public CommandConnect setConnect()
public BaseCommand clearConnect()
public boolean hasConnected()
public CommandConnected getConnected()
public CommandConnected setConnected()
public BaseCommand clearConnected()
public boolean hasSubscribe()
public CommandSubscribe getSubscribe()
public CommandSubscribe setSubscribe()
public BaseCommand clearSubscribe()
public boolean hasProducer()
public CommandProducer getProducer()
public CommandProducer setProducer()
public BaseCommand clearProducer()
public boolean hasSend()
public CommandSend getSend()
public CommandSend setSend()
public BaseCommand clearSend()
public boolean hasSendReceipt()
public CommandSendReceipt getSendReceipt()
public CommandSendReceipt setSendReceipt()
public BaseCommand clearSendReceipt()
public boolean hasSendError()
public CommandSendError getSendError()
public CommandSendError setSendError()
public BaseCommand clearSendError()
public boolean hasMessage()
public CommandMessage getMessage()
public CommandMessage setMessage()
public BaseCommand clearMessage()
public boolean hasAck()
public CommandAck getAck()
public CommandAck setAck()
public BaseCommand clearAck()
public boolean hasFlow()
public CommandFlow getFlow()
public CommandFlow setFlow()
public BaseCommand clearFlow()
public boolean hasUnsubscribe()
public CommandUnsubscribe getUnsubscribe()
public CommandUnsubscribe setUnsubscribe()
public BaseCommand clearUnsubscribe()
public boolean hasSuccess()
public CommandSuccess getSuccess()
public CommandSuccess setSuccess()
public BaseCommand clearSuccess()
public boolean hasError()
public CommandError getError()
public CommandError setError()
public BaseCommand clearError()
public boolean hasCloseProducer()
public CommandCloseProducer getCloseProducer()
public CommandCloseProducer setCloseProducer()
public BaseCommand clearCloseProducer()
public boolean hasCloseConsumer()
public CommandCloseConsumer getCloseConsumer()
public CommandCloseConsumer setCloseConsumer()
public BaseCommand clearCloseConsumer()
public boolean hasProducerSuccess()
public CommandProducerSuccess getProducerSuccess()
public CommandProducerSuccess setProducerSuccess()
public BaseCommand clearProducerSuccess()
public boolean hasPing()
public CommandPing getPing()
public CommandPing setPing()
public BaseCommand clearPing()
public boolean hasPong()
public CommandPong getPong()
public CommandPong setPong()
public BaseCommand clearPong()
public boolean hasRedeliverUnacknowledgedMessages()
public CommandRedeliverUnacknowledgedMessages getRedeliverUnacknowledgedMessages()
public CommandRedeliverUnacknowledgedMessages setRedeliverUnacknowledgedMessages()
public BaseCommand clearRedeliverUnacknowledgedMessages()
public boolean hasPartitionMetadata()
public CommandPartitionedTopicMetadata getPartitionMetadata()
public CommandPartitionedTopicMetadata setPartitionMetadata()
public BaseCommand clearPartitionMetadata()
public boolean hasPartitionMetadataResponse()
public CommandPartitionedTopicMetadataResponse getPartitionMetadataResponse()
public CommandPartitionedTopicMetadataResponse setPartitionMetadataResponse()
public BaseCommand clearPartitionMetadataResponse()
public boolean hasLookupTopic()
public CommandLookupTopic getLookupTopic()
public CommandLookupTopic setLookupTopic()
public BaseCommand clearLookupTopic()
public boolean hasLookupTopicResponse()
public CommandLookupTopicResponse getLookupTopicResponse()
public CommandLookupTopicResponse setLookupTopicResponse()
public BaseCommand clearLookupTopicResponse()
public boolean hasConsumerStats()
public CommandConsumerStats getConsumerStats()
public CommandConsumerStats setConsumerStats()
public BaseCommand clearConsumerStats()
public boolean hasConsumerStatsResponse()
public CommandConsumerStatsResponse getConsumerStatsResponse()
public CommandConsumerStatsResponse setConsumerStatsResponse()
public BaseCommand clearConsumerStatsResponse()
public boolean hasReachedEndOfTopic()
public CommandReachedEndOfTopic getReachedEndOfTopic()
public CommandReachedEndOfTopic setReachedEndOfTopic()
public BaseCommand clearReachedEndOfTopic()
public boolean hasSeek()
public CommandSeek getSeek()
public CommandSeek setSeek()
public BaseCommand clearSeek()
public boolean hasGetLastMessageId()
public CommandGetLastMessageId getGetLastMessageId()
public CommandGetLastMessageId setGetLastMessageId()
public BaseCommand clearGetLastMessageId()
public boolean hasGetLastMessageIdResponse()
public CommandGetLastMessageIdResponse getGetLastMessageIdResponse()
public CommandGetLastMessageIdResponse setGetLastMessageIdResponse()
public BaseCommand clearGetLastMessageIdResponse()
public boolean hasActiveConsumerChange()
public CommandActiveConsumerChange getActiveConsumerChange()
public CommandActiveConsumerChange setActiveConsumerChange()
public BaseCommand clearActiveConsumerChange()
public boolean hasGetTopicsOfNamespace()
public CommandGetTopicsOfNamespace getGetTopicsOfNamespace()
public CommandGetTopicsOfNamespace setGetTopicsOfNamespace()
public BaseCommand clearGetTopicsOfNamespace()
public boolean hasGetTopicsOfNamespaceResponse()
public CommandGetTopicsOfNamespaceResponse getGetTopicsOfNamespaceResponse()
public CommandGetTopicsOfNamespaceResponse setGetTopicsOfNamespaceResponse()
public BaseCommand clearGetTopicsOfNamespaceResponse()
public boolean hasGetSchema()
public CommandGetSchema getGetSchema()
public CommandGetSchema setGetSchema()
public BaseCommand clearGetSchema()
public boolean hasGetSchemaResponse()
public CommandGetSchemaResponse getGetSchemaResponse()
public CommandGetSchemaResponse setGetSchemaResponse()
public BaseCommand clearGetSchemaResponse()
public boolean hasAuthChallenge()
public CommandAuthChallenge getAuthChallenge()
public CommandAuthChallenge setAuthChallenge()
public BaseCommand clearAuthChallenge()
public boolean hasAuthResponse()
public CommandAuthResponse getAuthResponse()
public CommandAuthResponse setAuthResponse()
public BaseCommand clearAuthResponse()
public boolean hasAckResponse()
public CommandAckResponse getAckResponse()
public CommandAckResponse setAckResponse()
public BaseCommand clearAckResponse()
public boolean hasGetOrCreateSchema()
public CommandGetOrCreateSchema getGetOrCreateSchema()
public CommandGetOrCreateSchema setGetOrCreateSchema()
public BaseCommand clearGetOrCreateSchema()
public boolean hasGetOrCreateSchemaResponse()
public CommandGetOrCreateSchemaResponse getGetOrCreateSchemaResponse()
public CommandGetOrCreateSchemaResponse setGetOrCreateSchemaResponse()
public BaseCommand clearGetOrCreateSchemaResponse()
public boolean hasNewTxn()
public CommandNewTxn getNewTxn()
public CommandNewTxn setNewTxn()
public BaseCommand clearNewTxn()
public boolean hasNewTxnResponse()
public CommandNewTxnResponse getNewTxnResponse()
public CommandNewTxnResponse setNewTxnResponse()
public BaseCommand clearNewTxnResponse()
public boolean hasAddPartitionToTxn()
public CommandAddPartitionToTxn getAddPartitionToTxn()
public CommandAddPartitionToTxn setAddPartitionToTxn()
public BaseCommand clearAddPartitionToTxn()
public boolean hasAddPartitionToTxnResponse()
public CommandAddPartitionToTxnResponse getAddPartitionToTxnResponse()
public CommandAddPartitionToTxnResponse setAddPartitionToTxnResponse()
public BaseCommand clearAddPartitionToTxnResponse()
public boolean hasAddSubscriptionToTxn()
public CommandAddSubscriptionToTxn getAddSubscriptionToTxn()
public CommandAddSubscriptionToTxn setAddSubscriptionToTxn()
public BaseCommand clearAddSubscriptionToTxn()
public boolean hasAddSubscriptionToTxnResponse()
public CommandAddSubscriptionToTxnResponse getAddSubscriptionToTxnResponse()
public CommandAddSubscriptionToTxnResponse setAddSubscriptionToTxnResponse()
public BaseCommand clearAddSubscriptionToTxnResponse()
public boolean hasEndTxn()
public CommandEndTxn getEndTxn()
public CommandEndTxn setEndTxn()
public BaseCommand clearEndTxn()
public boolean hasEndTxnResponse()
public CommandEndTxnResponse getEndTxnResponse()
public CommandEndTxnResponse setEndTxnResponse()
public BaseCommand clearEndTxnResponse()
public boolean hasEndTxnOnPartition()
public CommandEndTxnOnPartition getEndTxnOnPartition()
public CommandEndTxnOnPartition setEndTxnOnPartition()
public BaseCommand clearEndTxnOnPartition()
public boolean hasEndTxnOnPartitionResponse()
public CommandEndTxnOnPartitionResponse getEndTxnOnPartitionResponse()
public CommandEndTxnOnPartitionResponse setEndTxnOnPartitionResponse()
public BaseCommand clearEndTxnOnPartitionResponse()
public boolean hasEndTxnOnSubscription()
public CommandEndTxnOnSubscription getEndTxnOnSubscription()
public CommandEndTxnOnSubscription setEndTxnOnSubscription()
public BaseCommand clearEndTxnOnSubscription()
public boolean hasEndTxnOnSubscriptionResponse()
public CommandEndTxnOnSubscriptionResponse getEndTxnOnSubscriptionResponse()
public CommandEndTxnOnSubscriptionResponse setEndTxnOnSubscriptionResponse()
public BaseCommand clearEndTxnOnSubscriptionResponse()
public boolean hasTcClientConnectRequest()
public CommandTcClientConnectRequest getTcClientConnectRequest()
public CommandTcClientConnectRequest setTcClientConnectRequest()
public BaseCommand clearTcClientConnectRequest()
public boolean hasTcClientConnectResponse()
public CommandTcClientConnectResponse getTcClientConnectResponse()
public CommandTcClientConnectResponse setTcClientConnectResponse()
public BaseCommand clearTcClientConnectResponse()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public BaseCommand clear()
public BaseCommand copyFrom(BaseCommand _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.