Uses of Class
org.apache.pulsar.metadata.api.MetadataCacheConfig
Packages that use MetadataCacheConfig
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
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 MetadataCacheConfigModifier and TypeMethodDescriptiondefault MetadataCacheConfigMetadataStore.getDefaultMetadataCacheConfig()Returns the default metadata cache config.Methods in org.apache.pulsar.metadata.api with parameters of type MetadataCacheConfigModifier and TypeMethodDescription<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(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 MetadataCacheConfigModifierConstructorDescriptionMetadataCacheImpl(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 MetadataCacheConfigModifier 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)