Uses of Class
org.apache.pulsar.common.api.proto.CommandPartitionedTopicMetadataResponse
Packages that use CommandPartitionedTopicMetadataResponse
Package
Description
Common protocol.
-
Uses of CommandPartitionedTopicMetadataResponse in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandPartitionedTopicMetadataResponseModifier and TypeMethodDescriptionCommandPartitionedTopicMetadataResponse.clear()CommandPartitionedTopicMetadataResponse.clearError()CommandPartitionedTopicMetadataResponse.clearMessage()CommandPartitionedTopicMetadataResponse.clearPartitions()CommandPartitionedTopicMetadataResponse.clearRequestId()CommandPartitionedTopicMetadataResponse.clearResponse()CommandPartitionedTopicMetadataResponse.copyFrom(CommandPartitionedTopicMetadataResponse _other) BaseCommand.getPartitionMetadataResponse()CommandPartitionedTopicMetadataResponse.setError(ServerError error) CommandPartitionedTopicMetadataResponse.setMessage(String message) BaseCommand.setPartitionMetadataResponse()CommandPartitionedTopicMetadataResponse.setPartitions(int partitions) CommandPartitionedTopicMetadataResponse.setRequestId(long requestId) CommandPartitionedTopicMetadataResponse.setResponse(CommandPartitionedTopicMetadataResponse.LookupType response) Methods in org.apache.pulsar.common.api.proto with parameters of type CommandPartitionedTopicMetadataResponseModifier and TypeMethodDescriptionCommandPartitionedTopicMetadataResponse.copyFrom(CommandPartitionedTopicMetadataResponse _other) -
Uses of CommandPartitionedTopicMetadataResponse in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandPartitionedTopicMetadataResponseModifier and TypeMethodDescriptionprotected voidPulsarDecoder.handlePartitionResponse(CommandPartitionedTopicMetadataResponse response)