Packages

p

pl.touk.nussknacker.ui

statistics

package statistics

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

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

Ungrouped