Uses of Class
org.apache.pulsar.broker.namespace.NamespaceService.AddressType
-
Packages that use NamespaceService.AddressType Package Description org.apache.pulsar.broker.namespace Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of NamespaceService.AddressType in org.apache.pulsar.broker.namespace
Methods in org.apache.pulsar.broker.namespace that return NamespaceService.AddressType Modifier and Type Method Description static NamespaceService.AddressTypeNamespaceService.AddressType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NamespaceService.AddressType[]NamespaceService.AddressType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-