Packages

c

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

HDFSBackedStateStoreChangeDataReader

class HDFSBackedStateStoreChangeDataReader extends StateStoreChangeDataReader

StateStoreChangeDataReader implementation for HDFSBackedStateStoreProvider

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. HDFSBackedStateStoreChangeDataReader
  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 HDFSBackedStateStoreChangeDataReader(fm: CheckpointFileManager, stateLocation: Path, startVersion: Long, endVersion: Long, compressionCodec: CompressionCodec, keySchema: StructType, valueSchema: StructType)

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. 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, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator
  11. val changelogSuffix: String

    file format of the changelog files

    file format of the changelog files

    Attributes
    protected
    Definition Classes
    HDFSBackedStateStoreChangeDataReaderStateStoreChangeDataReader
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. def close(): Unit
    Definition Classes
    StateStoreChangeDataReader → NextIterator
  14. def closeIfNeeded(): Unit
    Definition Classes
    NextIterator
  15. def collect[B](pf: PartialFunction[(RecordType.Value, UnsafeRow, UnsafeRow, Long), B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  16. def collectFirst[B](pf: PartialFunction[(RecordType.Value, UnsafeRow, UnsafeRow, Long), B]): Option[B]
    Definition Classes
    IterableOnceOps
  17. def concat[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
  18. def contains(elem: Any): Boolean
    Definition Classes
    Iterator
  19. def copyToArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](dest: Array[B], start: Int, n: Int): Int
    Definition Classes
    IterableOnceOps
  20. def copyToArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](dest: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  21. def copyToArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](dest: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  22. def corresponds[B](that: IterableOnce[B])(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long), B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  23. def count(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Int
    Definition Classes
    IterableOnceOps
  24. 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
  25. def currentChangelogVersion: Long

    get the version of the current changelog reader

    get the version of the current changelog reader

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