Uses of Interface
org.apache.pulsar.metadata.api.MetadataStore
-
Packages that use MetadataStore 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.extended 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.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.metadata.impl.batching 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 MetadataStore Modifier and Type Method Description static MetadataStoreMetadataStoreFactory. create(java.lang.String metadataURL, MetadataStoreConfig metadataStoreConfig)Create a newMetadataStoreinstance based on the given configuration. -
Uses of MetadataStore in org.apache.pulsar.metadata.api.extended
Subinterfaces of MetadataStore in org.apache.pulsar.metadata.api.extended Modifier and Type Interface Description interfaceMetadataStoreExtendedExtension 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 MetadataStore Constructor Description LegacyHierarchicalLedgerRangeIterator(MetadataStore store, java.lang.String ledgersRoot)PulsarRegistrationClient(MetadataStore store, java.lang.String ledgersRootPath) -
Uses of MetadataStore in org.apache.pulsar.metadata.cache.impl
Constructors in org.apache.pulsar.metadata.cache.impl with parameters of type MetadataStore 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 MetadataStore in org.apache.pulsar.metadata.impl
Classes in org.apache.pulsar.metadata.impl that implement MetadataStore Modifier and Type Class Description classAbstractMetadataStoreclassEtcdMetadataStoreclassFaultInjectionMetadataStoreAdd possibility to inject failures during tests that interact with MetadataStore.classLocalMemoryMetadataStoreclassRocksdbMetadataStoreclassZKMetadataStoreMethods in org.apache.pulsar.metadata.impl that return MetadataStore Modifier and Type Method Description static MetadataStoreMetadataStoreFactoryImpl. create(java.lang.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 Modifier and Type Class Description classAbstractBatchedMetadataStore
-