Uses of Class
org.apache.pulsar.metadata.api.MetadataEvent
Packages that use MetadataEvent
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.
-
Uses of MetadataEvent in org.apache.pulsar.metadata.api
Methods in org.apache.pulsar.metadata.api with parameters of type MetadataEventModifier and TypeMethodDescriptionMetadataEventSynchronizer.notify(MetadataEvent event) Notify metadata change event.Method parameters in org.apache.pulsar.metadata.api with type arguments of type MetadataEventModifier and TypeMethodDescriptionvoidMetadataEventSynchronizer.registerSyncListener(Function<MetadataEvent, CompletableFuture<Void>> event) Register notification listener to sync metadata event in local cluster. -
Uses of MetadataEvent in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl with parameters of type MetadataEventModifier and TypeMethodDescriptionprotected booleanAbstractMetadataStore.shouldIgnoreEvent(MetadataEvent event, GetResult existingValue)