Packages

class SnapshotCache extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SnapshotCache
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SnapshotCache()

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 addPipeline(pipeline: PipelineKey, snapshots: Seq[PipelineSnapshotInfo]): Unit
  5. def addPipelineOnTimeline(snapshot: PipelineSnapshotInfo, isStream: Boolean): ChangeInterval
  6. def addPipelineSnapshot(snapshot: PipelineSnapshotInfo): TreeMap[LocalDateTime, PipelineSnapshotInfo]
  7. def addSource(source: SourceKey, snapshots: Seq[SourceSnapshotInfo]): Unit
  8. def addSourceOnTimeline(snapshot: SourceSnapshotInfo, isStream: Boolean): ChangeInterval
  9. def addSourceSnapshot(snapshot: SourceSnapshotInfo): TreeMap[LocalDateTime, SourceSnapshotInfo]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. def getLatestSnapshotForPipeline(pipeline: PipelineKey, date: LocalDateTime): Option[PipelineSnapshotInfo]
  16. def getLatestSnapshotForSource(source: SourceKey, date: LocalDateTime): Option[SourceSnapshotInfo]
  17. def getPipelineStream(pipeline: PipelineKey, startDate: LocalDateTime, endDate: LocalDateTime): List[PipelineSnapshotInfo]
  18. def getSnapshotsForPipeline(pipeline: PipelineKey, emptyTagFallback: Boolean): List[PipelineSnapshotInfo]
  19. def getSnapshotsForSource(source: SourceKey, emptyTagFallback: Boolean): List[SourceSnapshotInfo]
  20. def getSourceStream(source: SourceKey, startDate: LocalDateTime, endDate: LocalDateTime): List[SourceSnapshotInfo]
  21. def getTagsForPipelineSnapshot(pipelineId: String): List[String]
  22. def getTagsForSourceSnapshot(sourceId: String): List[String]
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. def removePipelineFromTimeline(snapshot: PipelineSnapshotInfo, isStream: Boolean): ChangeInterval
  29. def removePipelineSnapshot(snapshot: PipelineSnapshotInfo): TreeMap[LocalDateTime, PipelineSnapshotInfo]
  30. def removeSourceFromTimeline(snapshot: SourceSnapshotInfo, isStream: Boolean): ChangeInterval
  31. def removeSourceSnapshot(snapshot: SourceSnapshotInfo): TreeMap[LocalDateTime, SourceSnapshotInfo]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped