Class BinaryProtoLookupService.LookupDataResult

  • Enclosing class:
    BinaryProtoLookupService

    public static class BinaryProtoLookupService.LookupDataResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LookupDataResult​(int partitions)  
      LookupDataResult​(org.apache.pulsar.common.api.proto.CommandLookupTopicResponse result)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • brokerUrl

        public final java.lang.String brokerUrl
      • brokerUrlTls

        public final java.lang.String brokerUrlTls
      • partitions

        public final int partitions
      • authoritative

        public final boolean authoritative
      • proxyThroughServiceUrl

        public final boolean proxyThroughServiceUrl
      • redirect

        public final boolean redirect
    • Constructor Detail

      • LookupDataResult

        public LookupDataResult​(org.apache.pulsar.common.api.proto.CommandLookupTopicResponse result)
      • LookupDataResult

        public LookupDataResult​(int partitions)