Uses of Class
org.apache.pulsar.metadata.api.CacheGetResult
Packages that use CacheGetResult
Package
Description
-
Uses of CacheGetResult in org.apache.pulsar.metadata.api
Methods in org.apache.pulsar.metadata.api that return types with arguments of type CacheGetResultModifier and TypeMethodDescriptionMetadataCache.getWithStats(String path) Tries to fetch one item from the cache or fallback to the store if not present. -
Uses of CacheGetResult in org.apache.pulsar.metadata.bookkeeper
Methods in org.apache.pulsar.metadata.bookkeeper that return types with arguments of type CacheGetResultModifier and TypeMethodDescriptionCompletableFuture<Optional<CacheGetResult<org.apache.bookkeeper.discover.BookieServiceInfo>>>PulsarRegistrationClient.readBookieInfoAsWritableBookie(org.apache.bookkeeper.net.BookieId bookieId) -
Uses of CacheGetResult in org.apache.pulsar.metadata.cache.impl
Methods in org.apache.pulsar.metadata.cache.impl that return types with arguments of type CacheGetResult