Uses of Interface
org.apache.pulsar.metadata.api.MetadataCache
-
Packages that use MetadataCache 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.org.apache.pulsar.metadata.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MetadataCache in org.apache.pulsar.metadata.api
Methods in org.apache.pulsar.metadata.api that return MetadataCache Modifier and Type Method Description default <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(java.lang.Class<T> clazz)Create a metadata cache specialized for a specific class.<T> MetadataCache<T>MetadataStore. getMetadataCache(java.lang.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 Modifier and Type Class Description classMetadataCacheImpl<T> -
Uses of MetadataCache in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl that return MetadataCache Modifier and Type Method Description <T> MetadataCache<T>AbstractMetadataStore. getMetadataCache(com.fasterxml.jackson.core.type.TypeReference<T> typeRef, MetadataCacheConfig cacheConfig)<T> MetadataCache<T>AbstractMetadataStore. getMetadataCache(java.lang.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(java.lang.Class<T> clazz, MetadataCacheConfig cacheConfig)<T> MetadataCache<T>FaultInjectionMetadataStore. getMetadataCache(MetadataSerde<T> serde, MetadataCacheConfig cacheConfig)
-