Uses of Class
org.apache.pulsar.common.naming.TopicName
Packages that use TopicName
Package
Description
Classes implementing raw API messages.
Classes to work different configuration values.
-
Uses of TopicName in org.apache.pulsar.common.api.raw
Methods in org.apache.pulsar.common.api.raw with parameters of type TopicNameModifier and TypeMethodDescriptionstatic voidMessageParser.parseMessage(TopicName topicName, long ledgerId, long entryId, io.netty.buffer.ByteBuf headersAndPayload, MessageParser.MessageProcessor processor, int maxMessageSize) Parse a raw Pulsar entry payload and extract all the individual message that may be included in the batch.static io.netty.buffer.ByteBufMessageParser.uncompressPayloadIfNeeded(TopicName topic, MessageMetadata msgMetadata, io.netty.buffer.ByteBuf payload, long ledgerId, long entryId, int maxMessageSize) static booleanMessageParser.verifyChecksum(TopicName topic, io.netty.buffer.ByteBuf headersAndPayload, long ledgerId, long entryId) -
Uses of TopicName in org.apache.pulsar.common.naming
Fields in org.apache.pulsar.common.naming declared as TopicNameModifier and TypeFieldDescriptionstatic final TopicNameSystemTopicNames.RESOURCE_USAGE_TOPICstatic final TopicNameSystemTopicNames.TRANSACTION_COORDINATOR_ASSIGNstatic final TopicNameSystemTopicNames.TRANSACTION_COORDINATOR_LOGMethods in org.apache.pulsar.common.naming that return TopicNameModifier and TypeMethodDescriptionstatic TopicNamestatic TopicNamestatic TopicNamestatic TopicNameTopicName.get(String domain, NamespaceName namespaceName, String topic) TopicName.getPartition(int index) static TopicNameTopicName.getPartitionedTopicName(String topic) Methods in org.apache.pulsar.common.naming with parameters of type TopicNameModifier and TypeMethodDescriptionbooleanbooleanCheck whether a fully-qualified topic is included in thisServiceUnitIdobject.booleanstatic booleanSystemTopicNames.isEventSystemTopic(TopicName topicName) static booleanSystemTopicNames.isSystemTopic(TopicName topicName) static booleanSystemTopicNames.isTransactionCoordinatorAssign(TopicName topicName) static booleanSystemTopicNames.isTransactionInternalName(TopicName topicName)