You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.base.devserver.stats.

Class StatisticsStorage

java.lang.Object
com.vaadin.base.devserver.stats.StatisticsStorage
public class StatisticsStorage extends Object

Development more usage statistic storage and methods for updating the data.

  • Constructor Details

    • StatisticsStorage

      public StatisticsStorage()

      Creates an instance.

  • Method Details

    • access

      public void access(Command whenLocked)

      Runs the given command with the store locked.

      Parameters:

      whenLocked - the command to run