Uses of Class
org.apache.pulsar.metadata.api.MetadataStoreException
-
Packages that use MetadataStoreException 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. -
-
Uses of MetadataStoreException in org.apache.pulsar.metadata.api
Subclasses of MetadataStoreException in org.apache.pulsar.metadata.api Modifier and Type Class Description static classMetadataStoreException.AlreadyClosedExceptionThe store was already closed.static classMetadataStoreException.AlreadyExistsExceptionKey was already in store.static classMetadataStoreException.BadVersionExceptionUnsuccessful update due to mismatched expected version.static classMetadataStoreException.ContentDeserializationExceptionFailed to de-serialize the metadata.static classMetadataStoreException.InvalidImplementationExceptionImplementation is invalid.static classMetadataStoreException.InvalidPathExceptionstatic classMetadataStoreException.LockBusyExceptionA resource lock is already taken by a different instance.static classMetadataStoreException.NotFoundExceptionKey not found in store.Methods in org.apache.pulsar.metadata.api that return MetadataStoreException Modifier and Type Method Description static MetadataStoreExceptionMetadataStoreException. unwrap(java.lang.Throwable t)static MetadataStoreExceptionMetadataStoreException. wrap(java.lang.Throwable t)Methods in org.apache.pulsar.metadata.api that throw MetadataStoreException Modifier and Type Method Description static MetadataStoreMetadataStoreFactory. create(java.lang.String metadataURL, MetadataStoreConfig metadataStoreConfig)Create a newMetadataStoreinstance based on the given configuration. -
Uses of MetadataStoreException in org.apache.pulsar.metadata.api.extended
Methods in org.apache.pulsar.metadata.api.extended that throw MetadataStoreException Modifier and Type Method Description static MetadataStoreExtendedMetadataStoreExtended. create(java.lang.String metadataURL, MetadataStoreConfig metadataStoreConfig) -
Uses of MetadataStoreException in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl with parameters of type MetadataStoreException Modifier and Type Method Description voidFaultInjectionMetadataStore. failConditional(MetadataStoreException ex, java.util.function.BiPredicate<FaultInjectionMetadataStore.OperationType,java.lang.String> predicate)voidFaultInjectionMetadataStore. setAlwaysFail(MetadataStoreException ex)Methods in org.apache.pulsar.metadata.impl that throw MetadataStoreException Modifier and Type Method Description voidRocksdbMetadataStore. close()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 that throw MetadataStoreException 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)
-