Uses of Interface
org.neo4j.driver.NotificationSeverity
Packages that use NotificationSeverity
-
Uses of NotificationSeverity in org.neo4j.driver
Fields in org.neo4j.driver declared as NotificationSeverityModifier and TypeFieldDescriptionstatic final NotificationSeverityNotificationSeverity.INFORMATIONAn information severity level.static final NotificationSeverityNotificationSeverity.OFFA special severity level used in configuration to turn off all notifications.static final NotificationSeverityNotificationSeverity.WARNINGA warning severity level.Methods in org.neo4j.driver that return types with arguments of type NotificationSeverityModifier and TypeMethodDescriptionConfig.minimumNotificationSeverity()Returns a minimum notification severity.SessionConfig.minimumNotificationSeverity()Returns a minimum notification severity.Methods in org.neo4j.driver with parameters of type NotificationSeverityModifier and TypeMethodDescriptionNotificationConfig.enableMinimumSeverity(NotificationSeverity minimumSeverity) Deprecated.Returns a config that sets a minimum severity level for notifications.Config.ConfigBuilder.withMinimumNotificationSeverity(NotificationSeverity minimumNotificationSeverity) Sets a minimum severity for notifications produced by the server.SessionConfig.Builder.withMinimumNotificationSeverity(NotificationSeverity minimumNotificationSeverity) Sets a minimum severity for notifications produced by the server. -
Uses of NotificationSeverity in org.neo4j.driver.internal.summary
Methods in org.neo4j.driver.internal.summary that return types with arguments of type NotificationSeverityModifier and TypeMethodDescriptionInternalGqlNotification.severity()InternalNotification.severityLevel()Constructors in org.neo4j.driver.internal.summary with parameters of type NotificationSeverityModifierConstructorDescriptionInternalGqlNotification(String gqlStatus, String statusDescription, Map<String, Value> diagnosticRecord, InputPosition position, NotificationSeverity severityLevel, String rawSeverityLevel, NotificationClassification classification, String rawClassification, String code, String title, String description) InternalNotification(String code, String title, String description, NotificationSeverity severityLevel, String rawSeverityLevel, NotificationCategory category, String rawCategory, InputPosition position) -
Uses of NotificationSeverity in org.neo4j.driver.summary
Methods in org.neo4j.driver.summary that return types with arguments of type NotificationSeverityModifier and TypeMethodDescriptionGqlNotification.severity()Returns the severity level of the notification derived from the diagnostic record.default Optional<NotificationSeverity> Notification.severityLevel()Deprecated.Returns the severity level of the notification.