Uses of Class
org.apache.pulsar.metadata.api.MetadataStoreConfig
-
Packages that use MetadataStoreConfig 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.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 MetadataStoreConfig in org.apache.pulsar.metadata.api
Methods in org.apache.pulsar.metadata.api with parameters of type MetadataStoreConfig Modifier and Type Method Description static MetadataStoreMetadataStoreFactory. create(java.lang.String metadataURL, MetadataStoreConfig metadataStoreConfig)Create a newMetadataStoreinstance based on the given configuration. -
Uses of MetadataStoreConfig in org.apache.pulsar.metadata.api.extended
Methods in org.apache.pulsar.metadata.api.extended with parameters of type MetadataStoreConfig Modifier and Type Method Description static MetadataStoreExtendedMetadataStoreExtended. create(java.lang.String metadataURL, MetadataStoreConfig metadataStoreConfig) -
Uses of MetadataStoreConfig in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl with parameters of type MetadataStoreConfig Modifier and Type Method Description static MetadataStoreMetadataStoreFactoryImpl. create(java.lang.String metadataURL, MetadataStoreConfig metadataStoreConfig)static MetadataStoreExtendedMetadataStoreFactoryImpl. createExtended(java.lang.String metadataURL, MetadataStoreConfig metadataStoreConfig)static RocksdbMetadataStoreRocksdbMetadataStore. get(java.lang.String metadataStoreUri, MetadataStoreConfig conf)Constructors in org.apache.pulsar.metadata.impl with parameters of type MetadataStoreConfig Constructor Description EtcdMetadataStore(java.lang.String metadataURL, MetadataStoreConfig conf, boolean enableSessionWatcher)LocalMemoryMetadataStore(java.lang.String metadataURL, MetadataStoreConfig metadataStoreConfig)ZKMetadataStore(java.lang.String metadataURL, MetadataStoreConfig metadataStoreConfig, boolean enableSessionWatcher) -
Uses of MetadataStoreConfig in org.apache.pulsar.metadata.impl.batching
Constructors in org.apache.pulsar.metadata.impl.batching with parameters of type MetadataStoreConfig Constructor Description AbstractBatchedMetadataStore(MetadataStoreConfig conf)
-