Home
last modified time | relevance | path

Searched defs:takeAsync (Results 1 – 3 of 3) sorted by relevance

/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/rdd/
H A DAsyncRDDActions.scala67 def takeAsync(num: Int): FutureAction[Seq[T]] = self.withScope { method
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/api/java/
H A DJavaRDDLike.scala723 def takeAsync(num: Int): JavaFutureAction[JList[T]] = { method
/dports/devel/spark/spark-2.1.1/core/src/test/java/org/apache/spark/
H A DJavaAPISuite.java1735 public void takeAsync() throws Exception { in takeAsync() method