Uses of Class
org.apache.pulsar.metadata.api.MetadataCacheConfig
-
Packages that use MetadataCacheConfig 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 MetadataCacheConfig in org.apache.pulsar.metadata.api
Methods in org.apache.pulsar.metadata.api that return MetadataCacheConfig Modifier and Type Method Description default MetadataCacheConfigMetadataStore. getDefaultMetadataCacheConfig()Returns the default metadata cache config.Methods in org.apache.pulsar.metadata.api with parameters of type MetadataCacheConfig Modifier and Type Method Description <T> MetadataCache<T>MetadataStore. getMetadataCache(com.fasterxml.jackson.core.type.TypeReference<T> typeRef, MetadataCacheConfig cacheConfig)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.<T> MetadataCache<T>MetadataStore. getMetadataCache(MetadataSerde<T> serde, MetadataCacheConfig cacheConfig)Create a metadata cache that uses a particular serde object. -
Uses of MetadataCacheConfig in org.apache.pulsar.metadata.cache.impl
Constructors in org.apache.pulsar.metadata.cache.impl with parameters of type MetadataCacheConfig Constructor Description MetadataCacheImpl(MetadataStore store, com.fasterxml.jackson.core.type.TypeReference<T> typeRef, MetadataCacheConfig cacheConfig)MetadataCacheImpl(MetadataStore store, com.fasterxml.jackson.databind.JavaType type, MetadataCacheConfig cacheConfig)MetadataCacheImpl(MetadataStore store, MetadataSerde<T> serde, MetadataCacheConfig cacheConfig) -
Uses of MetadataCacheConfig in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl with parameters of type MetadataCacheConfig 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)
-