| Package | Description |
|---|---|
| org.apache.pulsar.common.naming |
| Modifier and Type | Method and Description |
|---|---|
static TopicName |
TopicName.get(String topic) |
static TopicName |
TopicName.get(String domain,
NamespaceName namespaceName,
String topic) |
static TopicName |
TopicName.get(String domain,
String tenant,
String namespace,
String topic) |
static TopicName |
TopicName.get(String domain,
String tenant,
String cluster,
String namespace,
String topic) |
TopicName |
TopicName.getPartition(int index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceUnitId.includes(TopicName topicName)
Check whether a fully-qualified topic is included in this
ServiceUnitId object |
boolean |
TopicName.includes(TopicName otherTopicName) |
boolean |
NamespaceName.includes(TopicName topicName) |
Copyright © 2017–2018 Apache Software Foundation. All rights reserved.