Uses of Class
org.apache.pulsar.common.api.proto.CommandSubscribe
Packages that use CommandSubscribe
Package
Description
Common protocol.
-
Uses of CommandSubscribe in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandSubscribeModifier and TypeMethodDescriptionCommandSubscribe.addAllMetadatas(Iterable<KeyValue> metadatas) CommandSubscribe.addAllSubscriptionProperties(Iterable<KeyValue> subscriptionProperties) CommandSubscribe.clear()CommandSubscribe.clearConsumerEpoch()CommandSubscribe.clearConsumerId()CommandSubscribe.clearConsumerName()CommandSubscribe.clearDurable()CommandSubscribe.clearForceTopicCreation()CommandSubscribe.clearInitialPosition()CommandSubscribe.clearKeySharedMeta()CommandSubscribe.clearMetadata()CommandSubscribe.clearPriorityLevel()CommandSubscribe.clearReadCompacted()CommandSubscribe.clearReplicateSubscriptionState()CommandSubscribe.clearRequestId()CommandSubscribe.clearSchema()CommandSubscribe.clearStartMessageId()CommandSubscribe.clearStartMessageRollbackDurationSec()CommandSubscribe.clearSubscription()CommandSubscribe.clearSubscriptionProperties()CommandSubscribe.clearSubType()CommandSubscribe.clearTopic()CommandSubscribe.copyFrom(CommandSubscribe _other) BaseCommand.getSubscribe()CommandSubscribe.setConsumerEpoch(long consumerEpoch) CommandSubscribe.setConsumerId(long consumerId) CommandSubscribe.setConsumerName(String consumerName) CommandSubscribe.setDurable(boolean durable) CommandSubscribe.setForceTopicCreation(boolean forceTopicCreation) CommandSubscribe.setInitialPosition(CommandSubscribe.InitialPosition initialPosition) CommandSubscribe.setPriorityLevel(int priorityLevel) CommandSubscribe.setReadCompacted(boolean readCompacted) CommandSubscribe.setReplicateSubscriptionState(boolean replicateSubscriptionState) CommandSubscribe.setRequestId(long requestId) CommandSubscribe.setStartMessageRollbackDurationSec(long startMessageRollbackDurationSec) BaseCommand.setSubscribe()CommandSubscribe.setSubscription(String subscription) CommandSubscribe.setSubType(CommandSubscribe.SubType subType) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandSubscribe -
Uses of CommandSubscribe in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandSubscribeModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleSubscribe(CommandSubscribe subscribe) CommandUtils.metadataFromCommand(CommandSubscribe commandSubscribe)