Index
All Classes and Interfaces|All Packages|Serialized Form
A
- Application - Class in com.vaadin.observability.tests.starter
-
The JDBC/H2 stack that backs
DatabaseViewis deliberately confined to thedb-demoSpring profile (seeDbDemoConfig); Boot'sDataSourceAutoConfigurationis excluded so that, outside that profile, noDataSourceexists at all. - Application() - Constructor for class com.vaadin.observability.tests.starter.Application
C
- com.vaadin.observability.tests.starter - package com.vaadin.observability.tests.starter
D
- DatabaseView - Class in com.vaadin.observability.tests.starter
-
View that issues real JDBC queries through the (proxied)
DataSourceso thevaadin.db.fetch.rowssummary is recorded under routedb. - DatabaseView(JdbcTemplate) - Constructor for class com.vaadin.observability.tests.starter.DatabaseView
- DbDemoConfig - Class in com.vaadin.observability.tests.starter
- DbDemoConfig() - Constructor for class com.vaadin.observability.tests.starter.DbDemoConfig
H
- HelloView - Class in com.vaadin.observability.tests.starter
-
Simple landing view; opening it drives a real Vaadin session, UI and navigation through the framework so the Micrometer binders fire.
- HelloView() - Constructor for class com.vaadin.observability.tests.starter.HelloView
M
- main(String[]) - Static method in class com.vaadin.observability.tests.starter.Application
N
- NumbersInitializer - Class in com.vaadin.observability.tests.starter
-
Seeds the embedded H2 database with 1000 rows so
DatabaseViewcan issue both a small and a large fetch against real JDBC, driving thevaadin.db.fetch.rowssummary. - NumbersInitializer(JdbcTemplate) - Constructor for class com.vaadin.observability.tests.starter.NumbersInitializer
R
- run(String...) - Method in class com.vaadin.observability.tests.starter.NumbersInitializer
All Classes and Interfaces|All Packages|Serialized Form