Class BrokerInfoImpl
- java.lang.Object
-
- org.apache.pulsar.common.policies.data.impl.BrokerInfoImpl
-
- All Implemented Interfaces:
BrokerInfo
public final class BrokerInfoImpl extends java.lang.Object implements BrokerInfo
Broker Information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBrokerInfoImpl.BrokerInfoImplBuilder-
Nested classes/interfaces inherited from interface org.apache.pulsar.common.policies.data.BrokerInfo
BrokerInfo.Builder
-
-
Constructor Summary
Constructors Constructor Description BrokerInfoImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BrokerInfoImpl.BrokerInfoImplBuilderbuilder()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.pulsar.common.policies.data.BrokerInfo
getServiceUrl
-
-
-
-
Method Detail
-
builder
public static BrokerInfoImpl.BrokerInfoImplBuilder builder()
-
-