类 CommandSubscribe


  • public final class CommandSubscribe
    extends java.lang.Object
    • 构造器详细资料

      • CommandSubscribe

        public CommandSubscribe()
    • 方法详细资料

      • hasTopic

        public boolean hasTopic()
      • getTopic

        public java.lang.String getTopic()
      • hasSubscription

        public boolean hasSubscription()
      • getSubscription

        public java.lang.String getSubscription()
      • setSubscription

        public CommandSubscribe setSubscription​(java.lang.String subscription)
      • hasSubType

        public boolean hasSubType()
      • hasConsumerId

        public boolean hasConsumerId()
      • getConsumerId

        public long getConsumerId()
      • hasRequestId

        public boolean hasRequestId()
      • getRequestId

        public long getRequestId()
      • hasConsumerName

        public boolean hasConsumerName()
      • getConsumerName

        public java.lang.String getConsumerName()
      • setConsumerName

        public CommandSubscribe setConsumerName​(java.lang.String consumerName)
      • hasPriorityLevel

        public boolean hasPriorityLevel()
      • getPriorityLevel

        public int getPriorityLevel()
      • setPriorityLevel

        public CommandSubscribe setPriorityLevel​(int priorityLevel)
      • hasDurable

        public boolean hasDurable()
      • isDurable

        public boolean isDurable()
      • hasStartMessageId

        public boolean hasStartMessageId()
      • getMetadatasCount

        public int getMetadatasCount()
      • getMetadataAt

        public KeyValue getMetadataAt​(int idx)
      • getMetadatasList

        public java.util.List<KeyValue> getMetadatasList()
      • addMetadata

        public KeyValue addMetadata()
      • hasReadCompacted

        public boolean hasReadCompacted()
      • isReadCompacted

        public boolean isReadCompacted()
      • setReadCompacted

        public CommandSubscribe setReadCompacted​(boolean readCompacted)
      • hasSchema

        public boolean hasSchema()
      • getSchema

        public Schema getSchema()
      • setSchema

        public Schema setSchema()
      • hasInitialPosition

        public boolean hasInitialPosition()
      • hasReplicateSubscriptionState

        public boolean hasReplicateSubscriptionState()
      • isReplicateSubscriptionState

        public boolean isReplicateSubscriptionState()
      • setReplicateSubscriptionState

        public CommandSubscribe setReplicateSubscriptionState​(boolean replicateSubscriptionState)
      • clearReplicateSubscriptionState

        public CommandSubscribe clearReplicateSubscriptionState()
      • hasForceTopicCreation

        public boolean hasForceTopicCreation()
      • isForceTopicCreation

        public boolean isForceTopicCreation()
      • setForceTopicCreation

        public CommandSubscribe setForceTopicCreation​(boolean forceTopicCreation)
      • hasStartMessageRollbackDurationSec

        public boolean hasStartMessageRollbackDurationSec()
      • getStartMessageRollbackDurationSec

        public long getStartMessageRollbackDurationSec()
      • setStartMessageRollbackDurationSec

        public CommandSubscribe setStartMessageRollbackDurationSec​(long startMessageRollbackDurationSec)
      • clearStartMessageRollbackDurationSec

        public CommandSubscribe clearStartMessageRollbackDurationSec()
      • hasKeySharedMeta

        public boolean hasKeySharedMeta()
      • writeTo

        public int writeTo​(io.netty.buffer.ByteBuf _b)
      • getSerializedSize

        public int getSerializedSize()
      • parseFrom

        public void parseFrom​(io.netty.buffer.ByteBuf _buffer,
                              int _size)
      • toByteArray

        public byte[] toByteArray()
      • parseFrom

        public void parseFrom​(byte[] a)