Uses of Class
org.apache.pulsar.metadata.api.CacheGetResult
-
Packages that use CacheGetResult Package Description org.apache.pulsar.metadata.api Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.metadata.cache.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of CacheGetResult in org.apache.pulsar.metadata.api
Methods in org.apache.pulsar.metadata.api that return types with arguments of type CacheGetResult Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.Optional<CacheGetResult<T>>>MetadataCache. getWithStats(java.lang.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.cache.impl
Methods in org.apache.pulsar.metadata.cache.impl that return types with arguments of type CacheGetResult Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.Optional<CacheGetResult<T>>>MetadataCacheImpl. getWithStats(java.lang.String path)
-