Uses of Interface
org.apache.pulsar.metadata.api.MetadataSerde
Packages that use MetadataSerde
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.
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 MetadataSerde in org.apache.pulsar.metadata.api
Methods in org.apache.pulsar.metadata.api with parameters of type MetadataSerdeModifier and TypeMethodDescriptiondefault <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 MetadataSerdeModifier and TypeMethodDescription<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 -
Uses of MetadataSerde in org.apache.pulsar.metadata.cache.impl
Classes in org.apache.pulsar.metadata.cache.impl that implement MetadataSerdeModifier and TypeClassDescriptionclassclassConstructors in org.apache.pulsar.metadata.cache.impl with parameters of type MetadataSerdeModifierConstructorDescriptionMetadataCacheImpl(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 MetadataSerdeModifier and TypeMethodDescription<T> LockManager<T>CoordinationServiceImpl.getLockManager(MetadataSerde<T> serde) Constructors in org.apache.pulsar.metadata.coordination.impl with parameters of type MetadataSerdeModifierConstructorDescriptionResourceLockImpl(MetadataStoreExtended store, MetadataSerde<T> serde, String path) -
Uses of MetadataSerde in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl with parameters of type MetadataSerdeModifier and TypeMethodDescription<T> MetadataCache<T>AbstractMetadataStore.getMetadataCache(MetadataSerde<T> serde, MetadataCacheConfig cacheConfig) <T> MetadataCache<T>FaultInjectionMetadataStore.getMetadataCache(MetadataSerde<T> serde, MetadataCacheConfig cacheConfig)