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