Uses of Interface
org.apache.pulsar.metadata.api.MetadataStore
Packages that use MetadataStore
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 MetadataStore in org.apache.pulsar.metadata.api
Methods in org.apache.pulsar.metadata.api that return MetadataStoreModifier and TypeMethodDescriptionstatic MetadataStoreMetadataStoreFactory.create(String metadataURL, MetadataStoreConfig metadataStoreConfig) Create a newMetadataStoreinstance based on the given configuration.MetadataStoreProvider.create(String metadataURL, MetadataStoreConfig metadataStoreConfig, boolean enableSessionWatcher) Creates a new MetadataStore. -
Uses of MetadataStore in org.apache.pulsar.metadata.api.extended
Subinterfaces of MetadataStore in org.apache.pulsar.metadata.api.extendedModifier and TypeInterfaceDescriptioninterfaceExtension of theMetadataStoreinterface that includes more methods which might not be supported by all implementations. -
Uses of MetadataStore in org.apache.pulsar.metadata.bookkeeper
Constructors in org.apache.pulsar.metadata.bookkeeper with parameters of type MetadataStoreModifierConstructorDescriptionLegacyHierarchicalLedgerRangeIterator(MetadataStore store, String ledgersRoot) PulsarRegistrationClient(MetadataStore store, String ledgersRootPath) -
Uses of MetadataStore in org.apache.pulsar.metadata.cache.impl
Constructors in org.apache.pulsar.metadata.cache.impl with parameters of type MetadataStoreModifierConstructorDescriptionMetadataCacheImpl(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 MetadataStore in org.apache.pulsar.metadata.impl
Classes in org.apache.pulsar.metadata.impl that implement MetadataStoreModifier and TypeClassDescriptionclassclassclassAdd possibility to inject failures during tests that interact with MetadataStore.classclassclassMethods in org.apache.pulsar.metadata.impl that return MetadataStoreModifier and TypeMethodDescriptionstatic MetadataStoreMetadataStoreFactoryImpl.create(String metadataURL, MetadataStoreConfig metadataStoreConfig) -
Uses of MetadataStore in org.apache.pulsar.metadata.impl.batching
Classes in org.apache.pulsar.metadata.impl.batching that implement MetadataStore