Uses of Interface
org.neo4j.driver.NotificationCategory
Packages that use NotificationCategory
-
Uses of NotificationCategory in org.neo4j.driver
Classes in org.neo4j.driver that implement NotificationCategoryFields in org.neo4j.driver declared as NotificationCategoryModifier and TypeFieldDescriptionstatic final NotificationCategory
NotificationCategory.DEPRECATION
A deprecation category.static final NotificationCategory
NotificationCategory.GENERIC
A generic category.static final NotificationCategory
NotificationCategory.HINT
A hint category.static final NotificationCategory
NotificationCategory.PERFORMANCE
A performance category.static final NotificationCategory
NotificationCategory.SCHEMA
A schema category.static final NotificationCategory
NotificationCategory.SECURITY
A security category.static final NotificationCategory
NotificationCategory.TOPOLOGY
A topology category.static final NotificationCategory
NotificationCategory.UNRECOGNIZED
An unrecognized category.static final NotificationCategory
NotificationCategory.UNSUPPORTED
An unsupported category.Method parameters in org.neo4j.driver with type arguments of type NotificationCategoryModifier and TypeMethodDescriptionNotificationConfig.disableCategories
(Set<NotificationCategory> disabledCategories) Returns a config that disables a set of notification categories. -
Uses of NotificationCategory in org.neo4j.driver.internal.summary
Methods in org.neo4j.driver.internal.summary that return types with arguments of type NotificationCategoryModifier and TypeMethodDescriptionInternalNotification.category()
static Optional<NotificationCategory>
-
Uses of NotificationCategory in org.neo4j.driver.summary
Methods in org.neo4j.driver.summary that return types with arguments of type NotificationCategoryModifier and TypeMethodDescriptiondefault Optional<NotificationCategory>
Notification.category()
Returns the category of the notification.