Uses of Class
org.apache.pulsar.metadata.api.MetadataStoreException
Packages that use MetadataStoreException
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.
-
Uses of MetadataStoreException in org.apache.pulsar.metadata.api
Subclasses of MetadataStoreException in org.apache.pulsar.metadata.apiModifier and TypeClassDescriptionstatic classThe store was already closed.static classKey was already in store.static classUnsuccessful update due to mismatched expected version.static classFailed to de-serialize the metadata.static classImplementation is invalid.static classstatic classA resource lock is already taken by a different instance.static classKey not found in store.Methods in org.apache.pulsar.metadata.api that return MetadataStoreExceptionMethods in org.apache.pulsar.metadata.api that throw MetadataStoreExceptionModifier 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 MetadataStoreException in org.apache.pulsar.metadata.api.extended
Methods in org.apache.pulsar.metadata.api.extended that throw MetadataStoreExceptionModifier and TypeMethodDescriptionstatic MetadataStoreExtendedMetadataStoreExtended.create(String metadataURL, MetadataStoreConfig metadataStoreConfig) -
Uses of MetadataStoreException in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl with parameters of type MetadataStoreExceptionModifier and TypeMethodDescriptionvoidFaultInjectionMetadataStore.failConditional(MetadataStoreException ex, BiPredicate<FaultInjectionMetadataStore.OperationType, String> predicate) voidFaultInjectionMetadataStore.setAlwaysFail(MetadataStoreException ex) Methods in org.apache.pulsar.metadata.impl that throw MetadataStoreExceptionModifier and TypeMethodDescriptionvoidRocksdbMetadataStore.close()static MetadataStoreMetadataStoreFactoryImpl.create(String metadataURL, MetadataStoreConfig metadataStoreConfig) static MetadataStoreExtendedMetadataStoreFactoryImpl.createExtended(String metadataURL, MetadataStoreConfig metadataStoreConfig) static RocksdbMetadataStoreRocksdbMetadataStore.get(String metadataStoreUri, MetadataStoreConfig conf) Constructors in org.apache.pulsar.metadata.impl that throw MetadataStoreExceptionModifierConstructorDescriptionEtcdMetadataStore(String metadataURL, MetadataStoreConfig conf, boolean enableSessionWatcher) LocalMemoryMetadataStore(String metadataURL, MetadataStoreConfig metadataStoreConfig) ZKMetadataStore(String metadataURL, MetadataStoreConfig metadataStoreConfig, boolean enableSessionWatcher)