Uses of Class
org.apache.pulsar.common.naming.TopicName
-
Packages that use TopicName Package Description org.apache.pulsar.common.api.raw Classes implementing raw API messages.org.apache.pulsar.common.events Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.common.naming 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 TopicName Modifier and Type Method Description static 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.events
Methods in org.apache.pulsar.common.events with parameters of type TopicName Modifier and Type Method Description static booleanEventsTopicNames. checkTopicIsEventsNames(TopicName topicName)static booleanEventsTopicNames. checkTopicIsTransactionCoordinatorAssign(TopicName topicName) -
Uses of TopicName in org.apache.pulsar.common.naming
Fields in org.apache.pulsar.common.naming declared as TopicName Modifier and Type Field Description static TopicNameTopicName. TRANSACTION_COORDINATOR_ASSIGNstatic TopicNameTopicName. TRANSACTION_COORDINATOR_LOGMethods in org.apache.pulsar.common.naming that return TopicName Modifier and Type Method Description static TopicNameTopicName. get(java.lang.String topic)static TopicNameTopicName. get(java.lang.String domain, java.lang.String tenant, java.lang.String namespace, java.lang.String topic)static TopicNameTopicName. get(java.lang.String domain, java.lang.String tenant, java.lang.String cluster, java.lang.String namespace, java.lang.String topic)static TopicNameTopicName. get(java.lang.String domain, NamespaceName namespaceName, java.lang.String topic)TopicNameTopicName. getPartition(int index)static TopicNameTopicName. getPartitionedTopicName(java.lang.String topic)Methods in org.apache.pulsar.common.naming with parameters of type TopicName Modifier and Type Method Description booleanNamespaceName. includes(TopicName topicName)booleanServiceUnitId. includes(TopicName topicName)Check whether a fully-qualified topic is included in thisServiceUnitIdobject.booleanTopicName. includes(TopicName otherTopicName)
-