Uses of Class
org.apache.pulsar.broker.lookup.LookupResult.Type
-
Packages that use LookupResult.Type Package Description org.apache.pulsar.broker.lookup 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.Type Modifier and Type Method Description static LookupResult.TypeLookupResult.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LookupResult.Type[]LookupResult.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pulsar.broker.lookup with parameters of type LookupResult.Type Constructor Description LookupResult(java.lang.String httpUrl, java.lang.String httpUrlTls, java.lang.String nativeUrl, java.lang.String nativeUrlTls, LookupResult.Type type, boolean authoritativeRedirect)
-