Uses of Interface
org.apache.pulsar.metadata.api.MetadataCache
Packages that use MetadataCache
Package
Description
-
Uses of MetadataCache in org.apache.pulsar.metadata.api
Methods in org.apache.pulsar.metadata.api that return MetadataCacheModifier and TypeMethodDescriptiondefault <T> MetadataCache<T>MetadataStore.getMetadataCache(com.fasterxml.jackson.core.type.TypeReference<T> typeRef) Create a metadata cache specialized for a specific class.<T> MetadataCache<T>MetadataStore.getMetadataCache(com.fasterxml.jackson.core.type.TypeReference<T> typeRef, MetadataCacheConfig cacheConfig) Create a metadata cache specialized for a specific class.default <T> MetadataCache<T>MetadataStore.getMetadataCache(Class<T> clazz) Create a metadata cache specialized for a specific class.<T> MetadataCache<T>MetadataStore.getMetadataCache(Class<T> clazz, MetadataCacheConfig cacheConfig) Create a metadata cache specialized for a specific class.default <T> MetadataCache<T>MetadataStore.getMetadataCache(MetadataSerde<T> serde) Create a metadata cache that uses a particular serde object.<T> MetadataCache<T>MetadataStore.getMetadataCache(MetadataSerde<T> serde, MetadataCacheConfig cacheConfig) Create a metadata cache that uses a particular serde object. -
Uses of MetadataCache in org.apache.pulsar.metadata.cache.impl
Classes in org.apache.pulsar.metadata.cache.impl that implement MetadataCache -
Uses of MetadataCache in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl that return MetadataCacheModifier and TypeMethodDescription<T> MetadataCache<T>AbstractMetadataStore.getMetadataCache(com.fasterxml.jackson.core.type.TypeReference<T> typeRef, MetadataCacheConfig cacheConfig) <T> MetadataCache<T>AbstractMetadataStore.getMetadataCache(Class<T> clazz, MetadataCacheConfig cacheConfig) <T> MetadataCache<T>AbstractMetadataStore.getMetadataCache(MetadataSerde<T> serde, MetadataCacheConfig cacheConfig) <T> MetadataCache<T>FaultInjectionMetadataStore.getMetadataCache(com.fasterxml.jackson.core.type.TypeReference<T> typeRef, MetadataCacheConfig cacheConfig) <T> MetadataCache<T>FaultInjectionMetadataStore.getMetadataCache(Class<T> clazz, MetadataCacheConfig cacheConfig) <T> MetadataCache<T>FaultInjectionMetadataStore.getMetadataCache(MetadataSerde<T> serde, MetadataCacheConfig cacheConfig)