Uses of Enum Class
org.apache.pulsar.broker.lookup.LookupResult.Type
Packages that use LookupResult.Type
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of LookupResult.Type in org.apache.pulsar.broker.lookup
Methods in org.apache.pulsar.broker.lookup that return LookupResult.TypeModifier and TypeMethodDescriptionstatic LookupResult.TypeReturns the enum constant of this class with the specified name.static LookupResult.Type[]LookupResult.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.pulsar.broker.lookup with parameters of type LookupResult.TypeModifierConstructorDescriptionLookupResult(String httpUrl, String httpUrlTls, String nativeUrl, String nativeUrlTls, LookupResult.Type type, boolean authoritativeRedirect)