Package org.apache.pulsar.metadata.api
Class MetadataEvent
java.lang.Object
org.apache.pulsar.metadata.api.MetadataEvent
Metadata event used by
MetadataEventSynchronizer.-
Constructor Summary
ConstructorsConstructorDescriptionMetadataEvent(String path, byte[] value, HashSet<CreateOption> options, Long expectedVersion, long lastUpdatedTimestamp, String sourceCluster, NotificationType type) -
Method Summary
-
Constructor Details
-
MetadataEvent
public MetadataEvent(String path, byte[] value, HashSet<CreateOption> options, Long expectedVersion, long lastUpdatedTimestamp, String sourceCluster, NotificationType type)
-