Packages

c

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

RocksDBStateStoreChangeDataReader

class RocksDBStateStoreChangeDataReader extends StateStoreChangeDataReader

StateStoreChangeDataReader implementation for RocksDBStateStoreProvider

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

Instance Constructors

  1. new RocksDBStateStoreChangeDataReader(fm: CheckpointFileManager, stateLocation: Path, startVersion: Long, endVersion: Long, compressionCodec: CompressionCodec, keyValueEncoderMap: ConcurrentHashMap[String, (RocksDBKeyStateEncoder, RocksDBValueStateEncoder, Short)], colFamilyNameOpt: Option[String] = None)

Type Members

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

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, UnsafeRow, UnsafeRow, Long)](xs: => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @inline()
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def addString(b: StringBuilder): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  6. final def addString(b: StringBuilder, sep: String): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  7. def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def buffered: BufferedIterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator
  10. var changelogSuffix: String

    file format of the changelog files

    file format of the changelog files

    Attributes
    protected
    Definition Classes
    RocksDBStateStoreChangeDataReaderStateStoreChangeDataReader
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def close(): Unit
    Definition Classes
    StateStoreChangeDataReader → NextIterator
  13. def closeIfNeeded(): Unit
    Definition Classes
    NextIterator
  14. def collect[B](pf: PartialFunction[(RecordType.Value, UnsafeRow, UnsafeRow, Long), B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  15. def collectFirst[B](pf: PartialFunction[(RecordType.Value, UnsafeRow, UnsafeRow, Long), B]): Option[B]
    Definition Classes
    IterableOnceOps
  16. def concat[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
  17. def contains(elem: Any): Boolean
    Definition Classes
    Iterator
  18. def copyToArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  19. def copyToArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  20. def copyToArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  21. def corresponds[B](that: IterableOnce[B])(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long), B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  22. def count(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Int
    Definition Classes
    IterableOnceOps
  23. def currentChangelogReader(): StateStoreChangelogReader

    Get a changelog reader that has at least one record left to read.

    Get a changelog reader that has at least one record left to read. If there is no readers left, return null.

    Attributes
    protected
    Definition Classes
    StateStoreChangeDataReader
  24. def currentChangelogVersion: Long

    get the version of the current changelog reader

    get the version of the current changelog reader

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

Deprecated Value Members

  1. final def /:[B](z: B)(op: (B, (RecordType.Value, UnsafeRow, UnsafeRow, Long)) => 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, UnsafeRow, UnsafeRow, Long), 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, UnsafeRow, UnsafeRow, Long)) => 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, UnsafeRow, UnsafeRow, Long)](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, UnsafeRow, UnsafeRow, Long), B) => B): Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @deprecated
    Deprecated

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

  8. def seq: RocksDBStateStoreChangeDataReader.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, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  10. final def toStream: Stream[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    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, UnsafeRow, UnsafeRow, Long)]

Inherited from Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]

Inherited from IterableOnceOps[(RecordType.Value, UnsafeRow, UnsafeRow, Long), Iterator, Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]]

Inherited from IterableOnce[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]

Inherited from AnyRef

Inherited from Any

Ungrouped