Package org.apache.spark
Class InterruptibleIterator<T>
Object
org.apache.spark.InterruptibleIterator<T>
- All Implemented Interfaces:
- scala.collection.IterableOnce<T>,- scala.collection.IterableOnceOps<T,,- scala.collection.Iterator, - scala.collection.Iterator<T>> - scala.collection.Iterator<T>
:: DeveloperApi ::
 An iterator that wraps around an existing iterator to provide task killing functionality.
 It works by checking the interrupted flag in 
TaskContext.- 
Nested Class Summary
- 
Constructor SummaryConstructorsConstructorDescriptionInterruptibleIterator(TaskContext context, scala.collection.Iterator<T> delegate) 
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.collection.IterableOnceknownSize, stepperMethods inherited from interface scala.collection.IterableOnceOps$colon$bslash, $div$colon, addString, addString, addString, aggregate, collectFirst, copyToArray, copyToArray, copyToArray, copyToBuffer, corresponds, count, exists, find, fold, foldLeft, foldRight, forall, foreach, isTraversableAgain, max, maxBy, maxByOption, maxOption, min, minBy, minByOption, minOption, mkString, mkString, mkString, nonEmpty, product, reduce, reduceLeft, reduceLeftOption, reduceOption, reduceRight, reduceRightOption, reversed, size, splitAt, sum, to, toArray, toBuffer, toIndexedSeq, toIterator, toList, toMap, toSeq, toSet, toStream, toVectorMethods inherited from interface scala.collection.Iterator$plus$plus, buffered, collect, concat, contains, distinct, distinctBy, drop, dropWhile, duplicate, filter, filterImpl, filterNot, flatMap, flatten, grouped, hasDefiniteSize, indexOf, indexOf, indexWhere, indexWhere$default$2, isEmpty, iterator, length, map, nextOption, padTo, partition, patch, sameElements, scanLeft, scanRight, seq, slice, sliceIterator, sliding, sliding$default$2, span, take, takeWhile, tapEach, toString, withFilter, zip, zipAll, zipWithIndex