Class LookupImpl
java.lang.Object
org.apache.pulsar.client.admin.internal.BaseResource
org.apache.pulsar.client.admin.internal.LookupImpl
- All Implemented Interfaces:
org.apache.pulsar.client.admin.Lookup
-
Field Summary
Fields inherited from class org.apache.pulsar.client.admin.internal.BaseResource
auth, readTimeoutMs -
Constructor Summary
ConstructorsConstructorDescriptionLookupImpl(javax.ws.rs.client.WebTarget web, org.apache.pulsar.client.api.Authentication auth, boolean useTls, long readTimeoutMs, org.apache.pulsar.client.admin.Topics topics) -
Method Summary
Modifier and TypeMethodDescriptiongetBundleRange(String topic) getBundleRangeAsync(String topic) lookupPartitionedTopic(String topic) lookupTopic(String topic) lookupTopicAsync(String topic) Methods inherited from class org.apache.pulsar.client.admin.internal.BaseResource
asyncDeleteRequest, asyncDeleteRequest, asyncGetRequest, asyncGetRequest, asyncPostRequest, asyncPostRequestWithResponse, asyncPutRequest, getApiException, getApiException, getReasonFromServer, request, requestAsync, sync
-
Constructor Details
-
LookupImpl
public LookupImpl(javax.ws.rs.client.WebTarget web, org.apache.pulsar.client.api.Authentication auth, boolean useTls, long readTimeoutMs, org.apache.pulsar.client.admin.Topics topics)
-
-
Method Details
-
lookupTopic
- Specified by:
lookupTopicin interfaceorg.apache.pulsar.client.admin.Lookup- Throws:
org.apache.pulsar.client.admin.PulsarAdminException
-
lookupTopicAsync
- Specified by:
lookupTopicAsyncin interfaceorg.apache.pulsar.client.admin.Lookup
-
lookupPartitionedTopic
public Map<String,String> lookupPartitionedTopic(String topic) throws org.apache.pulsar.client.admin.PulsarAdminException - Specified by:
lookupPartitionedTopicin interfaceorg.apache.pulsar.client.admin.Lookup- Throws:
org.apache.pulsar.client.admin.PulsarAdminException
-
lookupPartitionedTopicAsync
- Specified by:
lookupPartitionedTopicAsyncin interfaceorg.apache.pulsar.client.admin.Lookup
-
getBundleRange
public String getBundleRange(String topic) throws org.apache.pulsar.client.admin.PulsarAdminException - Specified by:
getBundleRangein interfaceorg.apache.pulsar.client.admin.Lookup- Throws:
org.apache.pulsar.client.admin.PulsarAdminException
-
getBundleRangeAsync
- Specified by:
getBundleRangeAsyncin interfaceorg.apache.pulsar.client.admin.Lookup
-