Index

A C D H M N R 
All Classes and Interfaces|All Packages|Serialized Form

A

Application - Class in com.vaadin.observability.tests.starter
The JDBC/H2 stack that backs DatabaseView is deliberately confined to the db-demo Spring profile (see DbDemoConfig); Boot's DataSourceAutoConfiguration is excluded so that, outside that profile, no DataSource exists 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) DataSource so the vaadin.db.fetch.rows summary is recorded under route db.
DatabaseView(JdbcTemplate) - Constructor for class com.vaadin.observability.tests.starter.DatabaseView
 
DbDemoConfig - Class in com.vaadin.observability.tests.starter
Provides the embedded H2 DataSource and JdbcTemplate that back DatabaseView and NumbersInitializer.
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 DatabaseView can issue both a small and a large fetch against real JDBC, driving the vaadin.db.fetch.rows summary.
NumbersInitializer(JdbcTemplate) - Constructor for class com.vaadin.observability.tests.starter.NumbersInitializer
 

R

run(String...) - Method in class com.vaadin.observability.tests.starter.NumbersInitializer
 
A C D H M N R 
All Classes and Interfaces|All Packages|Serialized Form