Uses of Interface
org.apache.pulsar.metadata.api.MetadataSerde
-
Packages that use MetadataSerde 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.api.coordination Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.metadata.bookkeeper 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.coordination.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 MetadataSerde in org.apache.pulsar.metadata.api
Methods in org.apache.pulsar.metadata.api with parameters of type MetadataSerde Modifier and Type Method Description 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 MetadataSerde in org.apache.pulsar.metadata.api.coordination
Methods in org.apache.pulsar.metadata.api.coordination with parameters of type MetadataSerde Modifier and Type Method Description <T> LockManager<T>CoordinationService. getLockManager(MetadataSerde<T> serde) -
Uses of MetadataSerde in org.apache.pulsar.metadata.bookkeeper
Classes in org.apache.pulsar.metadata.bookkeeper that implement MetadataSerde Modifier and Type Class Description classBookieServiceInfoSerde -
Uses of MetadataSerde in org.apache.pulsar.metadata.cache.impl
Classes in org.apache.pulsar.metadata.cache.impl that implement MetadataSerde Modifier and Type Class Description classJSONMetadataSerdeSimpleType<T>classJSONMetadataSerdeTypeRef<T>Constructors in org.apache.pulsar.metadata.cache.impl with parameters of type MetadataSerde Constructor Description MetadataCacheImpl(MetadataStore store, MetadataSerde<T> serde, MetadataCacheConfig cacheConfig) -
Uses of MetadataSerde in org.apache.pulsar.metadata.coordination.impl
Methods in org.apache.pulsar.metadata.coordination.impl with parameters of type MetadataSerde Modifier and Type Method Description <T> LockManager<T>CoordinationServiceImpl. getLockManager(MetadataSerde<T> serde)Constructors in org.apache.pulsar.metadata.coordination.impl with parameters of type MetadataSerde Constructor Description ResourceLockImpl(MetadataStoreExtended store, MetadataSerde<T> serde, java.lang.String path) -
Uses of MetadataSerde in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl with parameters of type MetadataSerde Modifier and Type Method Description <T> MetadataCache<T>AbstractMetadataStore. getMetadataCache(MetadataSerde<T> serde, MetadataCacheConfig cacheConfig)<T> MetadataCache<T>FaultInjectionMetadataStore. getMetadataCache(MetadataSerde<T> serde, MetadataCacheConfig cacheConfig)
-