Uses of Class
org.apache.pulsar.broker.loadbalance.extensions.store.LoadDataStoreException
Packages that use LoadDataStoreException
-
Uses of LoadDataStoreException in org.apache.pulsar.broker.loadbalance.extensions.store
Methods in org.apache.pulsar.broker.loadbalance.extensions.store that throw LoadDataStoreExceptionModifier and TypeMethodDescriptionstatic <T> LoadDataStore<T>LoadDataStoreFactory.create(PulsarService pulsar, String name, Class<T> clazz) voidLoadDataStore.start()Starts the data store (both producer and table view).voidTableViewLoadDataStoreImpl.start()voidLoadDataStore.startProducer()Starts the producer.voidTableViewLoadDataStoreImpl.startProducer()voidLoadDataStore.startTableView()Starts the table view.voidTableViewLoadDataStoreImpl.startTableView()Constructors in org.apache.pulsar.broker.loadbalance.extensions.store that throw LoadDataStoreExceptionModifierConstructorDescriptionTableViewLoadDataStoreImpl(PulsarService pulsar, String topic, Class<T> clazz)