case class EventMultiplexer(initialRunPaths: Map[String, Path] = Map.empty[String, Path], sizeGuidance: Map[EventType, Int] = ..., histogramCompressionBps: Seq[Int] = ..., purgeOrphanedData: Boolean = true) extends Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventMultiplexer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EventMultiplexer(initialRunPaths: Map[String, Path] = Map.empty[String, Path], sizeGuidance: Map[EventType, Int] = ..., histogramCompressionBps: Seq[Int] = ..., purgeOrphanedData: Boolean = true)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def accumulator(run: String): Option[EventAccumulator]
  5. def addRun(path: Path, name: String = null): EventMultiplexer
  6. def addRunsFromDirectory(directory: Path, name: String = null): EventMultiplexer
    Annotations
    @throws( ... )
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def audio(run: String, tag: String): Option[List[AudioEventRecord]]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def compressedHistograms(run: String, tag: String): Option[List[CompressedHistogramEventRecord]]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def firstEventTimeStamp(run: String): Option[Double]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def graph(run: String): Option[GraphDef]
  16. val histogramCompressionBps: Seq[Int]
  17. def histograms(run: String, tag: String): Option[List[HistogramEventRecord]]
  18. def images(run: String, tag: String): Option[List[ImageEventRecord]]
  19. val initialRunPaths: Map[String, Path]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def metaGraph(run: String): Option[MetaGraphDef]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def pluginAssets(pluginName: String): Map[String, Seq[Path]]
  26. def pluginTagToContent(pluginName: String): Map[String, Map[String, String]]
  27. val purgeOrphanedData: Boolean
  28. def reload(): EventMultiplexer
  29. def retrievePluginAsset(run: String, pluginName: String, assetName: String): Option[String]
  30. def runMetadata(run: String, tag: String): Option[RunMetadata]
  31. def runPaths: Map[String, Path]
  32. def runTags: Map[String, Map[EventType, Seq[String]]]
  33. def scalars(run: String, tag: String): Option[List[ScalarEventRecord]]
  34. val sizeGuidance: Map[EventType, Int]
  35. def summaryMetadata(run: String, tag: String): Option[SummaryMetadata]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def tensors(run: String, tag: String): Option[List[TensorEventRecord]]
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped