Uses of Class
org.apache.pulsar.metadata.api.Notification
-
Packages that use Notification 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.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. -
-
Uses of Notification in org.apache.pulsar.metadata.api
Method parameters in org.apache.pulsar.metadata.api with type arguments of type Notification Modifier and Type Method Description voidMetadataStore. registerListener(java.util.function.Consumer<Notification> listener)Register a listener that will be called on changes in the underlying store. -
Uses of Notification in org.apache.pulsar.metadata.cache.impl
Methods in org.apache.pulsar.metadata.cache.impl with parameters of type Notification Modifier and Type Method Description voidMetadataCacheImpl. accept(Notification t) -
Uses of Notification in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl with parameters of type Notification Modifier and Type Method Description voidAbstractMetadataStore. accept(Notification n)protected java.util.concurrent.CompletableFuture<java.lang.Void>AbstractMetadataStore. receivedNotification(Notification notification)Method parameters in org.apache.pulsar.metadata.impl with type arguments of type Notification Modifier and Type Method Description voidAbstractMetadataStore. registerListener(java.util.function.Consumer<Notification> listener)voidFaultInjectionMetadataStore. registerListener(java.util.function.Consumer<Notification> listener)
-