类 ControlledClusterFailover
java.lang.Object
org.apache.pulsar.client.impl.ControlledClusterFailover
- 所有已实现的接口:
AutoCloseable,ServiceUrlProvider
-
嵌套类概要
嵌套类修饰符和类型类说明static classprotected static class -
方法概要
修饰符和类型方法说明builder()voidclose()protected org.asynchttpclient.BoundRequestBuildervoidinitialize(PulsarClient client)
-
方法详细资料
-
initialize
- 指定者:
initialize在接口中ServiceUrlProvider
-
getCurrentPulsarServiceUrl
-
getRequestBuilder
protected org.asynchttpclient.BoundRequestBuilder getRequestBuilder() -
fetchControlledConfiguration
protected ControlledClusterFailover.ControlledConfiguration fetchControlledConfiguration() throws IOException- 抛出:
IOException
-
getServiceUrl
- 指定者:
getServiceUrl在接口中ServiceUrlProvider
-
close
public void close()- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中ServiceUrlProvider
-
builder
-