Class LookupImpl
java.lang.Object
org.apache.pulsar.client.admin.internal.BaseResource
org.apache.pulsar.client.admin.internal.LookupImpl
- All Implemented Interfaces:
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, 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, 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, Topics topics)
-
-
Method Details
-
lookupTopic
- Specified by:
lookupTopicin interfaceLookup- Throws:
PulsarAdminException
-
lookupTopicAsync
- Specified by:
lookupTopicAsyncin interfaceLookup
-
lookupPartitionedTopic
- Specified by:
lookupPartitionedTopicin interfaceLookup- Throws:
PulsarAdminException
-
lookupPartitionedTopicAsync
- Specified by:
lookupPartitionedTopicAsyncin interfaceLookup
-
getBundleRange
- Specified by:
getBundleRangein interfaceLookup- Throws:
PulsarAdminException
-
getBundleRangeAsync
- Specified by:
getBundleRangeAsyncin interfaceLookup
-