Packages

c

org.apache.spark.sql.execution.streaming.state

StateStoreChangelogReader

abstract class StateStoreChangelogReader extends NextIterator[(state.RecordType.Value, Array[Byte], Array[Byte])] with Logging

Base class for state store changelog reader

Linear Supertypes
Logging, NextIterator[(RecordType.Value, Array[Byte], Array[Byte])], Iterator[(RecordType.Value, Array[Byte], Array[Byte])], IterableOnceOps[(RecordType.Value, Array[Byte], Array[Byte]), Iterator, Iterator[(RecordType.Value, Array[Byte], Array[Byte])]], IterableOnce[(RecordType.Value, Array[Byte], Array[Byte])], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StateStoreChangelogReader
  2. Logging
  3. NextIterator
  4. Iterator
  5. IterableOnceOps
  6. IterableOnce
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StateStoreChangelogReader(fm: CheckpointFileManager, fileToRead: Path, compressionCodec: CompressionCodec)

    fm

    - checkpoint file manager used to manage streaming query checkpoint

    fileToRead

    - name of file to use to read changelog

    compressionCodec

    - de-compression method using for reading changelog file

Type Members

  1. class GroupedIterator[B >: A] extends AbstractIterator[Seq[B]]
    Definition Classes
    Iterator
  2. implicit class LogStringContext extends AnyRef
    Definition Classes
    Logging

Abstract Value Members

  1. abstract def getNext(): (RecordType.Value, Array[Byte], Array[Byte])
    Definition Classes
    StateStoreChangelogReader → NextIterator
  2. abstract def version: Short

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: (RecordType.Value, Array[Byte], Array[Byte])](xs: => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @inline()
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def MDC(key: LogKey, value: Any): MDC
    Attributes
    protected
    Definition Classes
    Logging
  6. final def addString(b: StringBuilder): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  7. final def addString(b: StringBuilder, sep: String): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  8. def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def buffered: BufferedIterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def close(): Unit
    Attributes
    protected
    Definition Classes
    StateStoreChangelogReader → NextIterator
  13. def closeIfNeeded(): Unit
    Definition Classes
    NextIterator
  14. def collect[B](pf: PartialFunction[(RecordType.Value, Array[Byte], Array[Byte]), B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  15. def collectFirst[B](pf: PartialFunction[(RecordType.Value, Array[Byte], Array[Byte]), B]): Option[B]
    Definition Classes
    IterableOnceOps
  16. def concat[B >: (RecordType.Value, Array[Byte], Array[Byte])](xs: => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
  17. def contains(elem: Any): Boolean
    Definition Classes
    Iterator
  18. def copyToArray[B >: (RecordType.Value, Array[Byte], Array[Byte])](dest: Array[B], start: Int, n: Int): Int
    Definition Classes
    IterableOnceOps
  19. def copyToArray[B >: (RecordType.Value, Array[Byte], Array[Byte])](dest: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  20. def copyToArray[B >: (RecordType.Value, Array[Byte], Array[Byte])](dest: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  21. def corresponds[B](that: IterableOnce[B])(p: ((RecordType.Value, Array[Byte], Array[Byte]), B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  22. def count(p: ((RecordType.Value, Array[Byte], Array[Byte])) => Boolean): Int
    Definition Classes
    IterableOnceOps
  23. def distinct: Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator
  24. def distinctBy[B](f: ((RecordType.Value, Array[Byte], Array[Byte])) => B): Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator
  25. def drop(n: Int): Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator → IterableOnceOps
  26. def dropWhile(p: ((RecordType.Value, Array[Byte], Array[Byte])) => Boolean): Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator → IterableOnceOps
  27. def duplicate: (Iterator[(RecordType.Value, Array[Byte], Array[Byte])], Iterator[(RecordType.Value, Array[Byte], Array[Byte])])
    Definition Classes
    Iterator
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  30. def exists(p: ((RecordType.Value, Array[Byte], Array[Byte])) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  31. def filter(p: ((RecordType.Value, Array[Byte], Array[Byte])) => Boolean): Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator → IterableOnceOps
  32. def filterNot(p: ((RecordType.Value, Array[Byte], Array[Byte])) => Boolean): Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator → IterableOnceOps
  33. def find(p: ((RecordType.Value, Array[Byte], Array[Byte])) => Boolean): Option[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    IterableOnceOps
  34. var finished: Boolean
    Attributes
    protected
    Definition Classes
    NextIterator
  35. def flatMap[B](f: ((RecordType.Value, Array[Byte], Array[Byte])) => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  36. def flatten[B](implicit ev: ((RecordType.Value, Array[Byte], Array[Byte])) => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  37. def fold[A1 >: (RecordType.Value, Array[Byte], Array[Byte])](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  38. def foldLeft[B](z: B)(op: (B, (RecordType.Value, Array[Byte], Array[Byte])) => B): B
    Definition Classes
    IterableOnceOps
  39. def foldRight[B](z: B)(op: ((RecordType.Value, Array[Byte], Array[Byte]), B) => B): B
    Definition Classes
    IterableOnceOps
  40. def forall(p: ((RecordType.Value, Array[Byte], Array[Byte])) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  41. def foreach[U](f: ((RecordType.Value, Array[Byte], Array[Byte])) => U): Unit
    Definition Classes
    IterableOnceOps
  42. implicit val formats: Formats
  43. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  44. def grouped[B >: (RecordType.Value, Array[Byte], Array[Byte])](size: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  45. def hasNext: Boolean
    Definition Classes
    NextIterator → Iterator
  46. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  47. def indexOf[B >: (RecordType.Value, Array[Byte], Array[Byte])](elem: B, from: Int): Int
    Definition Classes
    Iterator
  48. def indexOf[B >: (RecordType.Value, Array[Byte], Array[Byte])](elem: B): Int
    Definition Classes
    Iterator
  49. def indexWhere(p: ((RecordType.Value, Array[Byte], Array[Byte])) => Boolean, from: Int): Int
    Definition Classes
    Iterator
  50. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  51. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  52. val input: DataInputStream
    Attributes
    protected
  53. def isEmpty: Boolean
    Definition Classes
    Iterator → IterableOnceOps
    Annotations
    @deprecatedOverriding()
  54. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  55. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  56. def isTraversableAgain: Boolean
    Definition Classes
    IterableOnceOps
  57. final def iterator: Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator → IterableOnce
    Annotations
    @inline()
  58. def knownSize: Int
    Definition Classes
    IterableOnce
  59. final def length: Int
    Definition Classes
    Iterator
    Annotations
    @inline()
  60. lazy val lineage: Array[LineageItem]
  61. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  62. def logBasedOnLevel(level: Level)(f: => MessageWithContext): Unit
    Attributes
    protected
    Definition Classes
    Logging
  63. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  64. def logDebug(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  65. def logDebug(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  66. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  67. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  68. def logError(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  69. def logError(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  70. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  71. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  72. def logInfo(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  73. def logInfo(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  74. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  75. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  76. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  77. def logTrace(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  78. def logTrace(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  79. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  80. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  81. def logWarning(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  82. def logWarning(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  83. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  84. def map[B](f: ((RecordType.Value, Array[Byte], Array[Byte])) => B): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  85. def max[B >: (RecordType.Value, Array[Byte], Array[Byte])](implicit ord: Ordering[B]): (RecordType.Value, Array[Byte], Array[Byte])
    Definition Classes
    IterableOnceOps
  86. def maxBy[B](f: ((RecordType.Value, Array[Byte], Array[Byte])) => B)(implicit ord: Ordering[B]): (RecordType.Value, Array[Byte], Array[Byte])
    Definition Classes
    IterableOnceOps
  87. def maxByOption[B](f: ((RecordType.Value, Array[Byte], Array[Byte])) => B)(implicit ord: Ordering[B]): Option[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    IterableOnceOps
  88. def maxOption[B >: (RecordType.Value, Array[Byte], Array[Byte])](implicit ord: Ordering[B]): Option[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    IterableOnceOps
  89. def min[B >: (RecordType.Value, Array[Byte], Array[Byte])](implicit ord: Ordering[B]): (RecordType.Value, Array[Byte], Array[Byte])
    Definition Classes
    IterableOnceOps
  90. def minBy[B](f: ((RecordType.Value, Array[Byte], Array[Byte])) => B)(implicit ord: Ordering[B]): (RecordType.Value, Array[Byte], Array[Byte])
    Definition Classes
    IterableOnceOps
  91. def minByOption[B](f: ((RecordType.Value, Array[Byte], Array[Byte])) => B)(implicit ord: Ordering[B]): Option[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    IterableOnceOps
  92. def minOption[B >: (RecordType.Value, Array[Byte], Array[Byte])](implicit ord: Ordering[B]): Option[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    IterableOnceOps
  93. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  94. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  95. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  96. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  97. def next(): (RecordType.Value, Array[Byte], Array[Byte])
    Definition Classes
    NextIterator → Iterator
  98. def nextOption(): Option[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator
  99. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  100. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  101. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  102. def padTo[B >: (RecordType.Value, Array[Byte], Array[Byte])](len: Int, elem: B): Iterator[B]
    Definition Classes
    Iterator
  103. def partition(p: ((RecordType.Value, Array[Byte], Array[Byte])) => Boolean): (Iterator[(RecordType.Value, Array[Byte], Array[Byte])], Iterator[(RecordType.Value, Array[Byte], Array[Byte])])
    Definition Classes
    Iterator
  104. def patch[B >: (RecordType.Value, Array[Byte], Array[Byte])](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
    Definition Classes
    Iterator
  105. def product[B >: (RecordType.Value, Array[Byte], Array[Byte])](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  106. def readVersion(): String
    Attributes
    protected
  107. def reduce[B >: (RecordType.Value, Array[Byte], Array[Byte])](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  108. def reduceLeft[B >: (RecordType.Value, Array[Byte], Array[Byte])](op: (B, (RecordType.Value, Array[Byte], Array[Byte])) => B): B
    Definition Classes
    IterableOnceOps
  109. def reduceLeftOption[B >: (RecordType.Value, Array[Byte], Array[Byte])](op: (B, (RecordType.Value, Array[Byte], Array[Byte])) => B): Option[B]
    Definition Classes
    IterableOnceOps
  110. def reduceOption[B >: (RecordType.Value, Array[Byte], Array[Byte])](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  111. def reduceRight[B >: (RecordType.Value, Array[Byte], Array[Byte])](op: ((RecordType.Value, Array[Byte], Array[Byte]), B) => B): B
    Definition Classes
    IterableOnceOps
  112. def reduceRightOption[B >: (RecordType.Value, Array[Byte], Array[Byte])](op: ((RecordType.Value, Array[Byte], Array[Byte]), B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  113. def reversed: Iterable[(RecordType.Value, Array[Byte], Array[Byte])]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  114. def sameElements[B >: (RecordType.Value, Array[Byte], Array[Byte])](that: IterableOnce[B]): Boolean
    Definition Classes
    Iterator
  115. def scanLeft[B](z: B)(op: (B, (RecordType.Value, Array[Byte], Array[Byte])) => B): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  116. def size: Int
    Definition Classes
    IterableOnceOps
  117. def slice(from: Int, until: Int): Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator → IterableOnceOps
  118. def sliceIterator(from: Int, until: Int): Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Attributes
    protected
    Definition Classes
    Iterator
  119. def sliding[B >: (RecordType.Value, Array[Byte], Array[Byte])](size: Int, step: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  120. def span(p: ((RecordType.Value, Array[Byte], Array[Byte])) => Boolean): (Iterator[(RecordType.Value, Array[Byte], Array[Byte])], Iterator[(RecordType.Value, Array[Byte], Array[Byte])])
    Definition Classes
    Iterator → IterableOnceOps
  121. def splitAt(n: Int): (Iterator[(RecordType.Value, Array[Byte], Array[Byte])], Iterator[(RecordType.Value, Array[Byte], Array[Byte])])
    Definition Classes
    IterableOnceOps
  122. def stepper[S <: Stepper[_]](implicit shape: StepperShape[(RecordType.Value, Array[Byte], Array[Byte]), S]): S
    Definition Classes
    IterableOnce
  123. def sum[B >: (RecordType.Value, Array[Byte], Array[Byte])](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  124. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  125. def take(n: Int): Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator → IterableOnceOps
  126. def takeWhile(p: ((RecordType.Value, Array[Byte], Array[Byte])) => Boolean): Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator → IterableOnceOps
  127. def tapEach[U](f: ((RecordType.Value, Array[Byte], Array[Byte])) => U): Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator → IterableOnceOps
  128. def to[C1](factory: Factory[(RecordType.Value, Array[Byte], Array[Byte]), C1]): C1
    Definition Classes
    IterableOnceOps
  129. def toArray[B >: (RecordType.Value, Array[Byte], Array[Byte])](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  130. final def toBuffer[B >: (RecordType.Value, Array[Byte], Array[Byte])]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  131. def toIndexedSeq: IndexedSeq[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    IterableOnceOps
  132. def toList: List[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    IterableOnceOps
  133. def toMap[K, V](implicit ev: <:<[(RecordType.Value, Array[Byte], Array[Byte]), (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  134. def toSeq: Seq[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    IterableOnceOps
  135. def toSet[B >: (RecordType.Value, Array[Byte], Array[Byte])]: Set[B]
    Definition Classes
    IterableOnceOps
  136. def toString(): String
    Definition Classes
    Iterator → AnyRef → Any
  137. def toVector: Vector[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    IterableOnceOps
  138. def verifyVersion(): Unit
    Attributes
    protected
  139. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  140. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  141. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  142. def withFilter(p: ((RecordType.Value, Array[Byte], Array[Byte])) => Boolean): Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    Iterator
  143. def withLogContext(context: Map[String, String])(body: => Unit): Unit
    Attributes
    protected
    Definition Classes
    Logging
  144. def zip[B](that: IterableOnce[B]): Iterator[((RecordType.Value, Array[Byte], Array[Byte]), B)]
    Definition Classes
    Iterator
  145. def zipAll[A1 >: (RecordType.Value, Array[Byte], Array[Byte]), B](that: IterableOnce[B], thisElem: A1, thatElem: B): Iterator[(A1, B)]
    Definition Classes
    Iterator
  146. def zipWithIndex: Iterator[((RecordType.Value, Array[Byte], Array[Byte]), Int)]
    Definition Classes
    Iterator → IterableOnceOps

Deprecated Value Members

  1. final def /:[B](z: B)(op: (B, (RecordType.Value, Array[Byte], Array[Byte])) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  2. final def :\[B](z: B)(op: ((RecordType.Value, Array[Byte], Array[Byte]), B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  3. def aggregate[B](z: => B)(seqop: (B, (RecordType.Value, Array[Byte], Array[Byte])) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) For sequential collections, prefer foldLeft(z)(seqop). For parallel collections, use ParIterableLike#aggregate.

  4. final def copyToBuffer[B >: (RecordType.Value, Array[Byte], Array[Byte])](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

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

    (Since version 9)

  6. final def hasDefiniteSize: Boolean
    Definition Classes
    Iterator → IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) hasDefiniteSize on Iterator is the same as isEmpty

  7. def scanRight[B](z: B)(op: ((RecordType.Value, Array[Byte], Array[Byte]), B) => B): Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Call scanRight on an Iterable instead.

  8. def seq: StateStoreChangelogReader.this.type
    Definition Classes
    Iterator
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterator.seq always returns the iterator itself

  9. final def toIterator: Iterator[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  10. final def toStream: Stream[(RecordType.Value, Array[Byte], Array[Byte])]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

Inherited from Logging

Inherited from NextIterator[(RecordType.Value, Array[Byte], Array[Byte])]

Inherited from Iterator[(RecordType.Value, Array[Byte], Array[Byte])]

Inherited from IterableOnceOps[(RecordType.Value, Array[Byte], Array[Byte]), Iterator, Iterator[(RecordType.Value, Array[Byte], Array[Byte])]]

Inherited from IterableOnce[(RecordType.Value, Array[Byte], Array[Byte])]

Inherited from AnyRef

Inherited from Any

Ungrouped