Uses of Class
org.apache.pulsar.common.api.proto.CommandWatchTopicUpdate
Packages that use CommandWatchTopicUpdate
Package
Description
Common protocol.
-
Uses of CommandWatchTopicUpdate in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandWatchTopicUpdateModifier and TypeMethodDescriptionCommandWatchTopicUpdate.addAllDeletedTopics(Iterable<String> deletedTopics) CommandWatchTopicUpdate.addAllNewTopics(Iterable<String> newTopics) CommandWatchTopicUpdate.clear()CommandWatchTopicUpdate.clearDeletedTopics()CommandWatchTopicUpdate.clearNewTopics()CommandWatchTopicUpdate.clearTopicsHash()CommandWatchTopicUpdate.clearWatcherId()CommandWatchTopicUpdate.copyFrom(CommandWatchTopicUpdate _other) BaseCommand.getWatchTopicUpdate()CommandWatchTopicUpdate.setTopicsHash(String topicsHash) CommandWatchTopicUpdate.setWatcherId(long watcherId) BaseCommand.setWatchTopicUpdate()Methods in org.apache.pulsar.common.api.proto with parameters of type CommandWatchTopicUpdateModifier and TypeMethodDescriptionCommandWatchTopicUpdate.copyFrom(CommandWatchTopicUpdate _other) -
Uses of CommandWatchTopicUpdate in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandWatchTopicUpdateModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handleCommandWatchTopicUpdate(CommandWatchTopicUpdate commandWatchTopicUpdate)