Packages

package statistics

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package repository

Type Members

  1. final case class EncryptionResult(encryptedSymmetricKey: String, encryptedValue: String) extends Product with Serializable
  2. final class FileName extends AnyVal
  3. final class Fingerprint extends AnyVal
  4. class FingerprintService extends LazyLogging with DBIOActionExtensions
  5. final case class PublicEncryptionKey(key: PublicKey) extends Product with Serializable
  6. final case class RawFEStatistics(raw: Map[String, Long]) extends Product with Serializable
  7. final class RequestId extends AnyVal
  8. sealed trait StatisticError extends AnyRef
  9. sealed abstract class StatisticKey extends AnyRef
  10. final case class StatisticUrlConfig(urlBytesSizeLimit: Int = 4900, nuStatsUrl: String = "https://stats.nussknacker.io/?", queryParamsSeparator: String = "&", emptyString: String = "", publicEncryptionKey: PublicEncryptionKey) extends Product with Serializable
  11. sealed trait Statistics extends AnyRef
  12. class UsageStatisticsReportsSettingsService extends AnyRef

Value Members

  1. case object ActiveScenarioCount extends StatisticKey with Product with Serializable
  2. case object AttachmentsAverage extends StatisticKey with Product with Serializable
  3. case object AttachmentsTotal extends StatisticKey with Product with Serializable
  4. case object AuthorsCount extends StatisticKey with Product with Serializable
  5. case object BoundedStreamCount extends StatisticKey with Product with Serializable
  6. object CannotEncryptURLError extends StatisticError
  7. object CannotGenerateStatisticsError extends StatisticError
  8. case object CategoriesCount extends StatisticKey with Product with Serializable
  9. case object CommentsAverage extends StatisticKey with Product with Serializable
  10. case object CommentsTotal extends StatisticKey with Product with Serializable
  11. case object ComponentsCount extends StatisticKey with Product with Serializable
  12. case object DesignerUptimeInSeconds extends StatisticKey with Product with Serializable
  13. object Encryption extends LazyLogging
  14. object EncryptionType extends Enumeration
  15. case object FlinkDMCount extends StatisticKey with Product with Serializable
  16. case object FragmentCount extends StatisticKey with Product with Serializable
  17. case object FragmentsUsedAverage extends StatisticKey with Product with Serializable
  18. case object FragmentsUsedMedian extends StatisticKey with Product with Serializable
  19. case object LiteEmbeddedDMCount extends StatisticKey with Product with Serializable
  20. case object LiteK8sDMCount extends StatisticKey with Product with Serializable
  21. case object NodesAverage extends StatisticKey with Product with Serializable
  22. case object NodesMax extends StatisticKey with Product with Serializable
  23. case object NodesMedian extends StatisticKey with Product with Serializable
  24. case object NodesMin extends StatisticKey with Product with Serializable
  25. case object NuFingerprint extends StatisticKey with Product with Serializable
  26. case object NuSource extends StatisticKey with Product with Serializable
  27. case object NuVersion extends StatisticKey with Product with Serializable
  28. object PublicEncryptionKey extends Serializable
  29. object RawFEStatistics extends Serializable
  30. object RequestId
  31. case object RequestIdStat extends StatisticKey with Product with Serializable
  32. case object RequestResponseCount extends StatisticKey with Product with Serializable
  33. case object ScenarioCount extends StatisticKey with Product with Serializable
  34. object ScenarioStatistics
  35. object Statistics extends LazyLogging
  36. case object UnboundedStreamCount extends StatisticKey with Product with Serializable
  37. case object UnknownDMCount extends StatisticKey with Product with Serializable
  38. case object UptimeInSecondsAverage extends StatisticKey with Product with Serializable
  39. case object UptimeInSecondsMax extends StatisticKey with Product with Serializable
  40. case object UptimeInSecondsMin extends StatisticKey with Product with Serializable
  41. object UsageStatisticsReportsSettingsService extends LazyLogging
  42. case object VersionsAverage extends StatisticKey with Product with Serializable
  43. case object VersionsMax extends StatisticKey with Product with Serializable
  44. case object VersionsMedian extends StatisticKey with Product with Serializable
  45. case object VersionsMin extends StatisticKey with Product with Serializable

Ungrouped