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
Deprecated.A deprecation category.static final NotificationCategory
NotificationCategory.GENERIC
Deprecated.A generic category.static final NotificationCategory
NotificationCategory.HINT
Deprecated.A hint category.static final NotificationCategory
NotificationCategory.PERFORMANCE
Deprecated.A performance category.static final NotificationCategory
NotificationCategory.SCHEMA
Deprecated.A schema category.static final NotificationCategory
NotificationCategory.SECURITY
Deprecated.A security category.static final NotificationCategory
NotificationCategory.TOPOLOGY
Deprecated.A topology category.static final NotificationCategory
NotificationCategory.UNRECOGNIZED
Deprecated.An unrecognized category.static final NotificationCategory
NotificationCategory.UNSUPPORTED
Deprecated.An unsupported category.Method parameters in org.neo4j.driver with type arguments of type NotificationCategoryModifier and TypeMethodDescriptionNotificationConfig.disableCategories
(Set<NotificationCategory> disabledCategories) Deprecated.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> Constructors in org.neo4j.driver.internal.summary with parameters of type NotificationCategoryModifierConstructorDescriptionInternalNotification
(String code, String title, String description, NotificationSeverity severityLevel, String rawSeverityLevel, NotificationCategory category, String rawCategory, InputPosition position) -
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()
Deprecated.Returns the category of the notification.