Class

com.basho.riak.spark.streaming

RiakStreamingRDD

Related Doc: package streaming

Permalink

class RiakStreamingRDD[R] extends RiakRDD[R]

Linear Supertypes
RiakRDD[R], RDD[R], Logging, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RiakStreamingRDD
  2. RiakRDD
  3. RDD
  4. Logging
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
Implicitly
  1. by numericRDDToDoubleRDDFunctions
  2. by doubleRDDToDoubleRDDFunctions
  3. by rddToOrderedRDDFunctions
  4. by rddToSequenceFileRDDFunctions
  5. by rddToAsyncRDDActions
  6. by rddToPairRDDFunctions
  7. by toRDDFunctions
  8. by any2stringadd
  9. by StringFormat
  10. by Ensuring
  11. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to any2stringadd[RiakStreamingRDD[R]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++(other: RDD[R]): RDD[R]

    Permalink
    Definition Classes
    RDD
  5. def ->[B](y: B): (RiakStreamingRDD[R], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to ArrowAssoc[RiakStreamingRDD[R]] performed by method ArrowAssoc in scala.Predef. This conversion will take place only if R is a superclass of Any and a subclass of (Nothing, Nothing) with Double (R >: Any <: (Nothing, Nothing) with Double).
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def aggregate[U](zeroValue: U)(seqOp: (U, R) ⇒ U, combOp: (U, U) ⇒ U)(implicit arg0: ClassTag[U]): U

    Permalink
    Definition Classes
    RDD
  8. def aggregateByKey[U](zeroValue: U)(seqOp: (U, V) ⇒ U, combOp: (U, U) ⇒ U)(implicit arg0: ClassTag[U]): RDD[(K, U)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  9. def aggregateByKey[U](zeroValue: U, numPartitions: Int)(seqOp: (U, V) ⇒ U, combOp: (U, U) ⇒ U)(implicit arg0: ClassTag[U]): RDD[(K, U)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  10. def aggregateByKey[U](zeroValue: U, partitioner: Partitioner)(seqOp: (U, V) ⇒ U, combOp: (U, U) ⇒ U)(implicit arg0: ClassTag[U]): RDD[(K, U)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. val bucketName: String

    Permalink
    Definition Classes
    RiakRDD
  13. val bucketType: String

    Permalink
    Definition Classes
    RiakRDD
  14. def cache(): RiakStreamingRDD.this.type

    Permalink
    Definition Classes
    RDD
  15. def cartesian[U](other: RDD[U])(implicit arg0: ClassTag[U]): RDD[(R, U)]

    Permalink
    Definition Classes
    RDD
  16. def checkpoint(): Unit

    Permalink
    Definition Classes
    RDD
  17. def clearDependencies(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RDD
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def coalesce(numPartitions: Int, shuffle: Boolean)(implicit ord: Ordering[R]): RDD[R]

    Permalink
    Definition Classes
    RDD
  20. def cogroup[W1, W2, W3](other1: RDD[(K, W1)], other2: RDD[(K, W2)], other3: RDD[(K, W3)], numPartitions: Int): RDD[(K, (Iterable[V], Iterable[W1], Iterable[W2], Iterable[W3]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  21. def cogroup[W1, W2](other1: RDD[(K, W1)], other2: RDD[(K, W2)], numPartitions: Int): RDD[(K, (Iterable[V], Iterable[W1], Iterable[W2]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  22. def cogroup[W](other: RDD[(K, W)], numPartitions: Int): RDD[(K, (Iterable[V], Iterable[W]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  23. def cogroup[W1, W2](other1: RDD[(K, W1)], other2: RDD[(K, W2)]): RDD[(K, (Iterable[V], Iterable[W1], Iterable[W2]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  24. def cogroup[W](other: RDD[(K, W)]): RDD[(K, (Iterable[V], Iterable[W]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  25. def cogroup[W1, W2, W3](other1: RDD[(K, W1)], other2: RDD[(K, W2)], other3: RDD[(K, W3)]): RDD[(K, (Iterable[V], Iterable[W1], Iterable[W2], Iterable[W3]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  26. def cogroup[W1, W2](other1: RDD[(K, W1)], other2: RDD[(K, W2)], partitioner: Partitioner): RDD[(K, (Iterable[V], Iterable[W1], Iterable[W2]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  27. def cogroup[W](other: RDD[(K, W)], partitioner: Partitioner): RDD[(K, (Iterable[V], Iterable[W]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  28. def cogroup[W1, W2, W3](other1: RDD[(K, W1)], other2: RDD[(K, W2)], other3: RDD[(K, W3)], partitioner: Partitioner): RDD[(K, (Iterable[V], Iterable[W1], Iterable[W2], Iterable[W3]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  29. def collect[U](f: PartialFunction[R, U])(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
  30. def collect(): Array[R]

    Permalink
    Definition Classes
    RDD
  31. def collectAsMap(): Map[K, V]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  32. def collectAsync(): FutureAction[Seq[R]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to AsyncRDDActions[R] performed by method rddToAsyncRDDActions in org.apache.spark.rdd.RDD. This conversion will take place only if R is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (R: ClassTag).
    Definition Classes
    AsyncRDDActions
  33. def combineByKey[C](createCombiner: (V) ⇒ C, mergeValue: (C, V) ⇒ C, mergeCombiners: (C, C) ⇒ C): RDD[(K, C)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  34. def combineByKey[C](createCombiner: (V) ⇒ C, mergeValue: (C, V) ⇒ C, mergeCombiners: (C, C) ⇒ C, numPartitions: Int): RDD[(K, C)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  35. def combineByKey[C](createCombiner: (V) ⇒ C, mergeValue: (C, V) ⇒ C, mergeCombiners: (C, C) ⇒ C, partitioner: Partitioner, mapSideCombine: Boolean, serializer: Serializer): RDD[(K, C)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  36. def combineByKeyWithClassTag[C](createCombiner: (V) ⇒ C, mergeValue: (C, V) ⇒ C, mergeCombiners: (C, C) ⇒ C)(implicit ct: ClassTag[C]): RDD[(K, C)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
    Annotations
    @Experimental()
  37. def combineByKeyWithClassTag[C](createCombiner: (V) ⇒ C, mergeValue: (C, V) ⇒ C, mergeCombiners: (C, C) ⇒ C, numPartitions: Int)(implicit ct: ClassTag[C]): RDD[(K, C)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
    Annotations
    @Experimental()
  38. def combineByKeyWithClassTag[C](createCombiner: (V) ⇒ C, mergeValue: (C, V) ⇒ C, mergeCombiners: (C, C) ⇒ C, partitioner: Partitioner, mapSideCombine: Boolean, serializer: Serializer)(implicit ct: ClassTag[C]): RDD[(K, C)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
    Annotations
    @Experimental()
  39. def compute(split: Partition, context: TaskContext): Iterator[R]

    Permalink
    Definition Classes
    RiakRDD → RDD
  40. val connector: RiakConnector

    Permalink
    Definition Classes
    RiakRDD
  41. def context: SparkContext

    Permalink
    Definition Classes
    RDD
  42. def count(): Long

    Permalink
    Definition Classes
    RDD
  43. def countApprox(timeout: Long, confidence: Double): PartialResult[BoundedDouble]

    Permalink
    Definition Classes
    RDD
  44. def countApproxDistinct(relativeSD: Double): Long

    Permalink
    Definition Classes
    RDD
  45. def countApproxDistinct(p: Int, sp: Int): Long

    Permalink
    Definition Classes
    RDD
  46. def countApproxDistinctByKey(relativeSD: Double): RDD[(K, Long)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  47. def countApproxDistinctByKey(relativeSD: Double, numPartitions: Int): RDD[(K, Long)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  48. def countApproxDistinctByKey(relativeSD: Double, partitioner: Partitioner): RDD[(K, Long)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  49. def countApproxDistinctByKey(p: Int, sp: Int, partitioner: Partitioner): RDD[(K, Long)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  50. def countAsync(): FutureAction[Long]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to AsyncRDDActions[R] performed by method rddToAsyncRDDActions in org.apache.spark.rdd.RDD. This conversion will take place only if R is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (R: ClassTag).
    Definition Classes
    AsyncRDDActions
  51. def countByKey(): Map[K, Long]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  52. def countByKeyApprox(timeout: Long, confidence: Double): PartialResult[Map[K, BoundedDouble]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  53. def countByValue()(implicit ord: Ordering[R]): Map[R, Long]

    Permalink
    Definition Classes
    RDD
  54. def countByValueApprox(timeout: Long, confidence: Double)(implicit ord: Ordering[R]): PartialResult[Map[R, BoundedDouble]]

    Permalink
    Definition Classes
    RDD
  55. implicit val ct: ClassTag[R]

    Permalink
    Definition Classes
    RiakRDD
  56. final def dependencies: Seq[Dependency[_]]

    Permalink
    Definition Classes
    RDD
  57. def distinct(): RDD[R]

    Permalink
    Definition Classes
    RDD
  58. def distinct(numPartitions: Int)(implicit ord: Ordering[R]): RDD[R]

    Permalink
    Definition Classes
    RDD
  59. def ensuring(cond: (RiakStreamingRDD[R]) ⇒ Boolean, msg: ⇒ Any): RiakStreamingRDD[R]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to Ensuring[RiakStreamingRDD[R]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  60. def ensuring(cond: (RiakStreamingRDD[R]) ⇒ Boolean): RiakStreamingRDD[R]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to Ensuring[RiakStreamingRDD[R]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  61. def ensuring(cond: Boolean, msg: ⇒ Any): RiakStreamingRDD[R]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to Ensuring[RiakStreamingRDD[R]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  62. def ensuring(cond: Boolean): RiakStreamingRDD[R]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to Ensuring[RiakStreamingRDD[R]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  63. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  64. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  65. def filter(f: (R) ⇒ Boolean): RDD[R]

    Permalink
    Definition Classes
    RDD
  66. def filterByRange(lower: K, upper: K): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to OrderedRDDFunctions[K, V, (K, V)] performed by method rddToOrderedRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type Ordering[K] is in scope
    2. an implicit value of type ClassTag[K] is in scope
    3. an implicit value of type ClassTag[V] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    OrderedRDDFunctions
  67. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  68. def first(): R

    Permalink
    Definition Classes
    RDD
  69. def firstParent[U](implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Attributes
    protected[org.apache.spark]
    Definition Classes
    RDD
  70. def flatMap[U](f: (R) ⇒ TraversableOnce[U])(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
  71. def flatMapValues[U](f: (V) ⇒ TraversableOnce[U]): RDD[(K, U)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  72. def fold(zeroValue: R)(op: (R, R) ⇒ R): R

    Permalink
    Definition Classes
    RDD
  73. def foldByKey(zeroValue: V)(func: (V, V) ⇒ V): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  74. def foldByKey(zeroValue: V, numPartitions: Int)(func: (V, V) ⇒ V): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  75. def foldByKey(zeroValue: V, partitioner: Partitioner)(func: (V, V) ⇒ V): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  76. def foreach(f: (R) ⇒ Unit): Unit

    Permalink
    Definition Classes
    RDD
  77. def foreachAsync(f: (R) ⇒ Unit): FutureAction[Unit]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to AsyncRDDActions[R] performed by method rddToAsyncRDDActions in org.apache.spark.rdd.RDD. This conversion will take place only if R is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (R: ClassTag).
    Definition Classes
    AsyncRDDActions
  78. def foreachPartition(f: (Iterator[R]) ⇒ Unit): Unit

    Permalink
    Definition Classes
    RDD
  79. def foreachPartitionAsync(f: (Iterator[R]) ⇒ Unit): FutureAction[Unit]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to AsyncRDDActions[R] performed by method rddToAsyncRDDActions in org.apache.spark.rdd.RDD. This conversion will take place only if R is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (R: ClassTag).
    Definition Classes
    AsyncRDDActions
  80. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to StringFormat[RiakStreamingRDD[R]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  81. def fullOuterJoin[W](other: RDD[(K, W)], numPartitions: Int): RDD[(K, (Option[V], Option[W]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  82. def fullOuterJoin[W](other: RDD[(K, W)]): RDD[(K, (Option[V], Option[W]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  83. def fullOuterJoin[W](other: RDD[(K, W)], partitioner: Partitioner): RDD[(K, (Option[V], Option[W]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  84. def getCheckpointFile: Option[String]

    Permalink
    Definition Classes
    RDD
  85. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  86. def getDependencies: Seq[Dependency[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    RDD
  87. final def getNumPartitions: Int

    Permalink
    Definition Classes
    RDD
    Annotations
    @Since( "1.6.0" )
  88. def getPartitions: Array[Partition]

    Permalink
    Definition Classes
    RiakRDD → RDD
  89. def getPreferredLocations(split: Partition): Seq[String]

    Permalink
    Attributes
    protected
    Definition Classes
    RDD
  90. def getStorageLevel: StorageLevel

    Permalink
    Definition Classes
    RDD
  91. def glom(): RDD[Array[R]]

    Permalink
    Definition Classes
    RDD
  92. def groupBy[K](f: (R) ⇒ K, p: Partitioner)(implicit kt: ClassTag[K], ord: Ordering[K]): RDD[(K, Iterable[R])]

    Permalink
    Definition Classes
    RDD
  93. def groupBy[K](f: (R) ⇒ K, numPartitions: Int)(implicit kt: ClassTag[K]): RDD[(K, Iterable[R])]

    Permalink
    Definition Classes
    RDD
  94. def groupBy[K](f: (R) ⇒ K)(implicit kt: ClassTag[K]): RDD[(K, Iterable[R])]

    Permalink
    Definition Classes
    RDD
  95. def groupByKey(): RDD[(K, Iterable[V])]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  96. def groupByKey(numPartitions: Int): RDD[(K, Iterable[V])]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  97. def groupByKey(partitioner: Partitioner): RDD[(K, Iterable[V])]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  98. def groupWith[W1, W2, W3](other1: RDD[(K, W1)], other2: RDD[(K, W2)], other3: RDD[(K, W3)]): RDD[(K, (Iterable[V], Iterable[W1], Iterable[W2], Iterable[W3]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  99. def groupWith[W1, W2](other1: RDD[(K, W1)], other2: RDD[(K, W2)]): RDD[(K, (Iterable[V], Iterable[W1], Iterable[W2]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  100. def groupWith[W](other: RDD[(K, W)]): RDD[(K, (Iterable[V], Iterable[W]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  101. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  102. val id: Int

    Permalink
    Definition Classes
    RDD
  103. def intersection(other: RDD[R], numPartitions: Int): RDD[R]

    Permalink
    Definition Classes
    RDD
  104. def intersection(other: RDD[R], partitioner: Partitioner)(implicit ord: Ordering[R]): RDD[R]

    Permalink
    Definition Classes
    RDD
  105. def intersection(other: RDD[R]): RDD[R]

    Permalink
    Definition Classes
    RDD
  106. def isCheckpointed: Boolean

    Permalink
    Definition Classes
    RDD
  107. def isEmpty(): Boolean

    Permalink
    Definition Classes
    RDD
  108. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  109. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  110. final def iterator(split: Partition, context: TaskContext): Iterator[R]

    Permalink
    Definition Classes
    RDD
  111. def join[W](other: RDD[(K, W)], numPartitions: Int): RDD[(K, (V, W))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  112. def join[W](other: RDD[(K, W)]): RDD[(K, (V, W))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  113. def join[W](other: RDD[(K, W)], partitioner: Partitioner): RDD[(K, (V, W))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  114. def keyBy[K](f: (R) ⇒ K): RDD[(K, R)]

    Permalink
    Definition Classes
    RDD
  115. def keys: RDD[K]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  116. def leftOuterJoin[W](other: RDD[(K, W)], numPartitions: Int): RDD[(K, (V, Option[W]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  117. def leftOuterJoin[W](other: RDD[(K, W)]): RDD[(K, (V, Option[W]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  118. def leftOuterJoin[W](other: RDD[(K, W)], partitioner: Partitioner): RDD[(K, (V, Option[W]))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  119. def localCheckpoint(): RiakStreamingRDD.this.type

    Permalink
    Definition Classes
    RDD
  120. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  121. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  122. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  123. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  124. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  125. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  126. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  127. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  128. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  129. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  130. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  131. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  132. def lookup(key: K): Seq[V]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  133. def map[U](f: (R) ⇒ U)(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
  134. def mapPartitions[U](f: (Iterator[R]) ⇒ Iterator[U], preservesPartitioning: Boolean)(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
  135. def mapPartitionsWithIndex[U](f: (Int, Iterator[R]) ⇒ Iterator[U], preservesPartitioning: Boolean)(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
  136. def mapValues[U](f: (V) ⇒ U): RDD[(K, U)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  137. def max()(implicit ord: Ordering[R]): R

    Permalink
    Definition Classes
    RDD
  138. def min()(implicit ord: Ordering[R]): R

    Permalink
    Definition Classes
    RDD
  139. var name: String

    Permalink
    Definition Classes
    RDD
  140. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  141. def newJobContext(conf: Configuration, jobId: JobID): JobContext

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    SparkHadoopMapReduceUtil
  142. def newTaskAttemptContext(conf: Configuration, attemptId: TaskAttemptID): TaskAttemptContext

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    SparkHadoopMapReduceUtil
  143. def newTaskAttemptID(jtIdentifier: String, jobId: Int, isMap: Boolean, taskId: Int, attemptId: Int): TaskAttemptID

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    SparkHadoopMapReduceUtil
  144. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  145. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  146. def parent[U](j: Int)(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Attributes
    protected[org.apache.spark]
    Definition Classes
    RDD
  147. def partitionBy(partitioner: Partitioner): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  148. def partitionBy2iKeys[K](index: String, keys: K*): RiakRDD[R]

    Permalink

    Create separate partition for each key

    Create separate partition for each key

    Definition Classes
    RiakRDD
    Annotations
    @DeveloperApi()
  149. def partitionBy2iRanges[K](index: String, ranges: (K, K)*): RiakRDD[R]

    Permalink

    :: DeveloperApi :: Create separate partition for each 2i key range

    :: DeveloperApi :: Create separate partition for each 2i key range

    Definition Classes
    RiakRDD
    Annotations
    @DeveloperApi()
  150. val partitioner: Option[Partitioner]

    Permalink
    Definition Classes
    RDD
  151. final def partitions: Array[Partition]

    Permalink
    Definition Classes
    RDD
  152. def persist(): RiakStreamingRDD.this.type

    Permalink
    Definition Classes
    RDD
  153. def persist(newLevel: StorageLevel): RiakStreamingRDD.this.type

    Permalink
    Definition Classes
    RDD
  154. def pipe(command: Seq[String], env: Map[String, String], printPipeContext: ((String) ⇒ Unit) ⇒ Unit, printRDDElement: (R, (String) ⇒ Unit) ⇒ Unit, separateWorkingDir: Boolean): RDD[String]

    Permalink
    Definition Classes
    RDD
  155. def pipe(command: String, env: Map[String, String]): RDD[String]

    Permalink
    Definition Classes
    RDD
  156. def pipe(command: String): RDD[String]

    Permalink
    Definition Classes
    RDD
  157. final def preferredLocations(split: Partition): Seq[String]

    Permalink
    Definition Classes
    RDD
  158. def query2iKeys[K](index: String, keys: K*): RiakRDD[R]

    Permalink
    Definition Classes
    RiakRDD
    Annotations
    @DeveloperApi()
  159. def query2iRange[K](index: String, from: K, to: K): RiakRDD[R]

    Permalink
    Definition Classes
    RiakRDD
    Annotations
    @DeveloperApi()
  160. def query2iRangeLocal[K](index: String, from: K, to: K): RiakRDD[R]

    Permalink
    Definition Classes
    RiakRDD
  161. def queryAll(): RiakRDD[R]

    Permalink

    Perform query all data from the bucket.

    Perform query all data from the bucket. Utilizes Coverage Plan to perform bunch of direct reads to read.

    Definition Classes
    RiakRDD
    See also

    RiakCoveragePlanBasedPartitioner

  162. def queryBucketKeys(keys: String*): RiakRDD[R]

    Permalink
    Definition Classes
    RiakRDD
    Annotations
    @DeveloperApi()
  163. val queryData: Option[QueryData[_]]

    Permalink
    Definition Classes
    RiakRDD
  164. def randomSplit(weights: Array[Double], seed: Long): Array[RDD[R]]

    Permalink
    Definition Classes
    RDD
  165. implicit val rdmf: ReadDataMapperFactory[R]

    Permalink
    Definition Classes
    RiakRDD
  166. val readConf: ReadConf

    Permalink
    Definition Classes
    RiakRDD
  167. def reduce(f: (R, R) ⇒ R): R

    Permalink
    Definition Classes
    RDD
  168. def reduceByKey(func: (V, V) ⇒ V): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  169. def reduceByKey(func: (V, V) ⇒ V, numPartitions: Int): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  170. def reduceByKey(partitioner: Partitioner, func: (V, V) ⇒ V): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  171. def reduceByKeyLocally(func: (V, V) ⇒ V): Map[K, V]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  172. def repartition(numPartitions: Int)(implicit ord: Ordering[R]): RDD[R]

    Permalink
    Definition Classes
    RDD
  173. def repartitionAndSortWithinPartitions(partitioner: Partitioner): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to OrderedRDDFunctions[K, V, (K, V)] performed by method rddToOrderedRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type Ordering[K] is in scope
    2. an implicit value of type ClassTag[K] is in scope
    3. an implicit value of type ClassTag[V] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    OrderedRDDFunctions
  174. def rightOuterJoin[W](other: RDD[(K, W)], numPartitions: Int): RDD[(K, (Option[V], W))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  175. def rightOuterJoin[W](other: RDD[(K, W)]): RDD[(K, (Option[V], W))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  176. def rightOuterJoin[W](other: RDD[(K, W)], partitioner: Partitioner): RDD[(K, (Option[V], W))]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  177. def sample(withReplacement: Boolean, fraction: Double, seed: Long): RDD[R]

    Permalink
    Definition Classes
    RDD
  178. def sampleByKey(withReplacement: Boolean, fractions: Map[K, Double], seed: Long): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  179. def sampleByKeyExact(withReplacement: Boolean, fractions: Map[K, Double], seed: Long): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  180. def saveAsHadoopDataset(conf: JobConf): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  181. def saveAsHadoopFile(path: String, keyClass: Class[_], valueClass: Class[_], outputFormatClass: Class[_ <: OutputFormat[_, _]], conf: JobConf, codec: Option[Class[_ <: CompressionCodec]]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  182. def saveAsHadoopFile(path: String, keyClass: Class[_], valueClass: Class[_], outputFormatClass: Class[_ <: OutputFormat[_, _]], codec: Class[_ <: CompressionCodec]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  183. def saveAsHadoopFile[F <: OutputFormat[K, V]](path: String, codec: Class[_ <: CompressionCodec])(implicit fm: ClassTag[F]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  184. def saveAsHadoopFile[F <: OutputFormat[K, V]](path: String)(implicit fm: ClassTag[F]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  185. def saveAsNewAPIHadoopDataset(conf: Configuration): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  186. def saveAsNewAPIHadoopFile(path: String, keyClass: Class[_], valueClass: Class[_], outputFormatClass: Class[_ <: OutputFormat[_, _]], conf: Configuration): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  187. def saveAsNewAPIHadoopFile[F <: OutputFormat[K, V]](path: String)(implicit fm: ClassTag[F]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  188. def saveAsObjectFile(path: String): Unit

    Permalink
    Definition Classes
    RDD
  189. def saveAsRiakBucket(bucketDef: BucketDef, writeConf: WriteConf = WriteConf(sparkContext.getConf))(implicit connector: RiakConnector = RiakConnector(sparkContext.getConf), vwf: WriteDataMapperFactory[R, KeyValue]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to RDDFunctions[R] performed by method toRDDFunctions in com.basho.riak.spark. This conversion will take place only if R is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (R: ClassTag).
    Definition Classes
    RDDFunctions
  190. def saveAsSequenceFile(path: String, codec: Option[Class[_ <: CompressionCodec]]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to SequenceFileRDDFunctions[K, V] performed by method rddToSequenceFileRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type WritableFactory[K] is in scope
    4. an implicit value of type WritableFactory[V] is in scope
    5. R is (K, V) (R =:= (K, V))
    Definition Classes
    SequenceFileRDDFunctions
  191. def saveAsTextFile(path: String, codec: Class[_ <: CompressionCodec]): Unit

    Permalink
    Definition Classes
    RDD
  192. def saveAsTextFile(path: String): Unit

    Permalink
    Definition Classes
    RDD
  193. def saveToRiak(ns: Namespace)(implicit vwf: WriteDataMapperFactory[R, KeyValue]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to RDDFunctions[R] performed by method toRDDFunctions in com.basho.riak.spark. This conversion will take place only if R is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (R: ClassTag).
    Definition Classes
    RDDFunctions
  194. def saveToRiak(bucketName: String, bucketType: String = BucketDef.DefaultBucketType, writeConf: WriteConf = WriteConf(sparkContext.getConf))(implicit connector: RiakConnector = RiakConnector(sparkContext.getConf), vwf: WriteDataMapperFactory[R, KeyValue]): Unit

    Permalink

    Store data from the RDD to the specified Riak bucket.

    Store data from the RDD to the specified Riak bucket.

    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to RDDFunctions[R] performed by method toRDDFunctions in com.basho.riak.spark. This conversion will take place only if R is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (R: ClassTag).
    Definition Classes
    RDDFunctionsWritableToRiak
  195. def saveToRiakTS(bucketName: String, bucketType: String = BucketDef.DefaultBucketType, writeConf: WriteConf = WriteConf(sparkContext.getConf))(implicit evidence: <:<[R, Row], connector: RiakConnector = RiakConnector(sparkContext.getConf), vwf: WriteDataMapperFactory[R, RowDef]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to RDDFunctions[R] performed by method toRDDFunctions in com.basho.riak.spark. This conversion will take place only if R is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (R: ClassTag).
    Definition Classes
    RDDFunctionsWritableToRiak
  196. def setName(_name: String): RiakStreamingRDD.this.type

    Permalink
    Definition Classes
    RDD
  197. def sortBy[K](f: (R) ⇒ K, ascending: Boolean, numPartitions: Int)(implicit ord: Ordering[K], ctag: ClassTag[K]): RDD[R]

    Permalink
    Definition Classes
    RDD
  198. def sortByKey(ascending: Boolean, numPartitions: Int): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to OrderedRDDFunctions[K, V, (K, V)] performed by method rddToOrderedRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type Ordering[K] is in scope
    2. an implicit value of type ClassTag[K] is in scope
    3. an implicit value of type ClassTag[V] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    OrderedRDDFunctions
  199. def sparkContext: SparkContext

    Permalink
    Definition Classes
    RDD
  200. def subtract(other: RDD[R], p: Partitioner)(implicit ord: Ordering[R]): RDD[R]

    Permalink
    Definition Classes
    RDD
  201. def subtract(other: RDD[R], numPartitions: Int): RDD[R]

    Permalink
    Definition Classes
    RDD
  202. def subtract(other: RDD[R]): RDD[R]

    Permalink
    Definition Classes
    RDD
  203. def subtractByKey[W](other: RDD[(K, W)], p: Partitioner)(implicit arg0: ClassTag[W]): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  204. def subtractByKey[W](other: RDD[(K, W)], numPartitions: Int)(implicit arg0: ClassTag[W]): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  205. def subtractByKey[W](other: RDD[(K, W)])(implicit arg0: ClassTag[W]): RDD[(K, V)]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  206. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  207. def take(num: Int): Array[R]

    Permalink
    Definition Classes
    RDD
  208. def takeAsync(num: Int): FutureAction[Seq[R]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to AsyncRDDActions[R] performed by method rddToAsyncRDDActions in org.apache.spark.rdd.RDD. This conversion will take place only if R is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (R: ClassTag).
    Definition Classes
    AsyncRDDActions
  209. def takeOrdered(num: Int)(implicit ord: Ordering[R]): Array[R]

    Permalink
    Definition Classes
    RDD
  210. def takeSample(withReplacement: Boolean, num: Int, seed: Long): Array[R]

    Permalink
    Definition Classes
    RDD
  211. def toDebugString: String

    Permalink
    Definition Classes
    RDD
  212. def toJavaRDD(): JavaRDD[R]

    Permalink
    Definition Classes
    RDD
  213. def toLocalIterator: Iterator[R]

    Permalink
    Definition Classes
    RDD
  214. def toString(): String

    Permalink
    Definition Classes
    RDD → AnyRef → Any
  215. def top(num: Int)(implicit ord: Ordering[R]): Array[R]

    Permalink
    Definition Classes
    RDD
  216. def treeAggregate[U](zeroValue: U)(seqOp: (U, R) ⇒ U, combOp: (U, U) ⇒ U, depth: Int)(implicit arg0: ClassTag[U]): U

    Permalink
    Definition Classes
    RDD
  217. def treeReduce(f: (R, R) ⇒ R, depth: Int): R

    Permalink
    Definition Classes
    RDD
  218. def union(other: RDD[R]): RDD[R]

    Permalink
    Definition Classes
    RDD
  219. def unpersist(blocking: Boolean): RiakStreamingRDD.this.type

    Permalink
    Definition Classes
    RDD
  220. def values: RDD[V]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
  221. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  222. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  223. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  224. def zip[U](other: RDD[U])(implicit arg0: ClassTag[U]): RDD[(R, U)]

    Permalink
    Definition Classes
    RDD
  225. def zipPartitions[B, C, D, V](rdd2: RDD[B], rdd3: RDD[C], rdd4: RDD[D])(f: (Iterator[R], Iterator[B], Iterator[C], Iterator[D]) ⇒ Iterator[V])(implicit arg0: ClassTag[B], arg1: ClassTag[C], arg2: ClassTag[D], arg3: ClassTag[V]): RDD[V]

    Permalink
    Definition Classes
    RDD
  226. def zipPartitions[B, C, D, V](rdd2: RDD[B], rdd3: RDD[C], rdd4: RDD[D], preservesPartitioning: Boolean)(f: (Iterator[R], Iterator[B], Iterator[C], Iterator[D]) ⇒ Iterator[V])(implicit arg0: ClassTag[B], arg1: ClassTag[C], arg2: ClassTag[D], arg3: ClassTag[V]): RDD[V]

    Permalink
    Definition Classes
    RDD
  227. def zipPartitions[B, C, V](rdd2: RDD[B], rdd3: RDD[C])(f: (Iterator[R], Iterator[B], Iterator[C]) ⇒ Iterator[V])(implicit arg0: ClassTag[B], arg1: ClassTag[C], arg2: ClassTag[V]): RDD[V]

    Permalink
    Definition Classes
    RDD
  228. def zipPartitions[B, C, V](rdd2: RDD[B], rdd3: RDD[C], preservesPartitioning: Boolean)(f: (Iterator[R], Iterator[B], Iterator[C]) ⇒ Iterator[V])(implicit arg0: ClassTag[B], arg1: ClassTag[C], arg2: ClassTag[V]): RDD[V]

    Permalink
    Definition Classes
    RDD
  229. def zipPartitions[B, V](rdd2: RDD[B])(f: (Iterator[R], Iterator[B]) ⇒ Iterator[V])(implicit arg0: ClassTag[B], arg1: ClassTag[V]): RDD[V]

    Permalink
    Definition Classes
    RDD
  230. def zipPartitions[B, V](rdd2: RDD[B], preservesPartitioning: Boolean)(f: (Iterator[R], Iterator[B]) ⇒ Iterator[V])(implicit arg0: ClassTag[B], arg1: ClassTag[V]): RDD[V]

    Permalink
    Definition Classes
    RDD
  231. def zipWithIndex(): RDD[(R, Long)]

    Permalink
    Definition Classes
    RDD
  232. def zipWithUniqueId(): RDD[(R, Long)]

    Permalink
    Definition Classes
    RDD
  233. def [B](y: B): (RiakStreamingRDD[R], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to ArrowAssoc[RiakStreamingRDD[R]] performed by method ArrowAssoc in scala.Predef. This conversion will take place only if R is a superclass of Any and a subclass of (Nothing, Nothing) with Double (R >: Any <: (Nothing, Nothing) with Double).
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def histogram(buckets: Array[Double], evenBuckets: Boolean): Array[Long]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method numericRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is a numeric class, such as Int, Long, Float or Double (R: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).histogram(buckets, evenBuckets)
    Definition Classes
    DoubleRDDFunctions
  2. def histogram(bucketCount: Int): Pair[Array[Double], Array[Long]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method numericRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is a numeric class, such as Int, Long, Float or Double (R: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).histogram(bucketCount)
    Definition Classes
    DoubleRDDFunctions
  3. def histogram(buckets: Array[Double], evenBuckets: Boolean): Array[Long]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method doubleRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is Double (R =:= Double).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).histogram(buckets, evenBuckets)
    Definition Classes
    DoubleRDDFunctions
  4. def histogram(bucketCount: Int): Pair[Array[Double], Array[Long]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method doubleRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is Double (R =:= Double).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).histogram(bucketCount)
    Definition Classes
    DoubleRDDFunctions
  5. def mean(): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method numericRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is a numeric class, such as Int, Long, Float or Double (R: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).mean()
    Definition Classes
    DoubleRDDFunctions
  6. def mean(): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method doubleRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is Double (R =:= Double).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).mean()
    Definition Classes
    DoubleRDDFunctions
  7. def meanApprox(timeout: Long, confidence: Double): PartialResult[BoundedDouble]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method numericRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is a numeric class, such as Int, Long, Float or Double (R: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).meanApprox(timeout, confidence)
    Definition Classes
    DoubleRDDFunctions
  8. def meanApprox(timeout: Long, confidence: Double): PartialResult[BoundedDouble]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method doubleRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is Double (R =:= Double).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).meanApprox(timeout, confidence)
    Definition Classes
    DoubleRDDFunctions
  9. def sampleStdev(): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method numericRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is a numeric class, such as Int, Long, Float or Double (R: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).sampleStdev()
    Definition Classes
    DoubleRDDFunctions
  10. def sampleStdev(): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method doubleRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is Double (R =:= Double).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).sampleStdev()
    Definition Classes
    DoubleRDDFunctions
  11. def sampleVariance(): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method numericRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is a numeric class, such as Int, Long, Float or Double (R: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).sampleVariance()
    Definition Classes
    DoubleRDDFunctions
  12. def sampleVariance(): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method doubleRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is Double (R =:= Double).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).sampleVariance()
    Definition Classes
    DoubleRDDFunctions
  13. val sparkContext: SparkContext

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to RDDFunctions[R] performed by method toRDDFunctions in com.basho.riak.spark. This conversion will take place only if R is accompanied by a ClassTag, which is a runtime representation of its type that survives erasure (R: ClassTag).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (riakStreamingRDD: RDDFunctions[R]).sparkContext
    Definition Classes
    RDDFunctionsWritableToRiak
  14. def stats(): StatCounter

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method numericRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is a numeric class, such as Int, Long, Float or Double (R: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).stats()
    Definition Classes
    DoubleRDDFunctions
  15. def stats(): StatCounter

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method doubleRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is Double (R =:= Double).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).stats()
    Definition Classes
    DoubleRDDFunctions
  16. def stdev(): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method numericRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is a numeric class, such as Int, Long, Float or Double (R: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).stdev()
    Definition Classes
    DoubleRDDFunctions
  17. def stdev(): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method doubleRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is Double (R =:= Double).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).stdev()
    Definition Classes
    DoubleRDDFunctions
  18. def sum(): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method numericRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is a numeric class, such as Int, Long, Float or Double (R: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).sum()
    Definition Classes
    DoubleRDDFunctions
  19. def sum(): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method doubleRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is Double (R =:= Double).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).sum()
    Definition Classes
    DoubleRDDFunctions
  20. def sumApprox(timeout: Long, confidence: Double): PartialResult[BoundedDouble]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method numericRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is a numeric class, such as Int, Long, Float or Double (R: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).sumApprox(timeout, confidence)
    Definition Classes
    DoubleRDDFunctions
  21. def sumApprox(timeout: Long, confidence: Double): PartialResult[BoundedDouble]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method doubleRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is Double (R =:= Double).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).sumApprox(timeout, confidence)
    Definition Classes
    DoubleRDDFunctions
  22. def variance(): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method numericRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is a numeric class, such as Int, Long, Float or Double (R: Numeric).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).variance()
    Definition Classes
    DoubleRDDFunctions
  23. def variance(): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to DoubleRDDFunctions performed by method doubleRDDToDoubleRDDFunctions in org.apache.spark.rdd.RDD. This conversion will take place only if R is Double (R =:= Double).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (riakStreamingRDD: DoubleRDDFunctions).variance()
    Definition Classes
    DoubleRDDFunctions

Deprecated Value Members

  1. def filterWith[A](constructA: (Int) ⇒ A)(p: (R, A) ⇒ Boolean): RDD[R]

    Permalink
    Definition Classes
    RDD
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use mapPartitionsWithIndex and filter

  2. def flatMapWith[A, U](constructA: (Int) ⇒ A, preservesPartitioning: Boolean)(f: (R, A) ⇒ Seq[U])(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use mapPartitionsWithIndex and flatMap

  3. def foreachWith[A](constructA: (Int) ⇒ A)(f: (R, A) ⇒ Unit): Unit

    Permalink
    Definition Classes
    RDD
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use mapPartitionsWithIndex and foreach

  4. def mapPartitionsWithContext[U](f: (TaskContext, Iterator[R]) ⇒ Iterator[U], preservesPartitioning: Boolean)(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
    Annotations
    @DeveloperApi() @deprecated
    Deprecated

    (Since version 1.2.0) use TaskContext.get

  5. def mapPartitionsWithSplit[U](f: (Int, Iterator[R]) ⇒ Iterator[U], preservesPartitioning: Boolean)(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0) use mapPartitionsWithIndex

  6. def mapWith[A, U](constructA: (Int) ⇒ A, preservesPartitioning: Boolean)(f: (R, A) ⇒ U)(implicit arg0: ClassTag[U]): RDD[U]

    Permalink
    Definition Classes
    RDD
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use mapPartitionsWithIndex

  7. def reduceByKeyToDriver(func: (V, V) ⇒ V): Map[K, V]

    Permalink
    Implicit information
    This member is added by an implicit conversion from RiakStreamingRDD[R] to PairRDDFunctions[K, V] performed by method rddToPairRDDFunctions in org.apache.spark.rdd.RDD.
    This conversion will take place only if all of the following constraints are met:
    1. an implicit value of type ClassTag[K] is in scope
    2. an implicit value of type ClassTag[V] is in scope
    3. an implicit value of type Ordering[K] is in scope
    4. R is (K, V) (R =:= (K, V))
    Definition Classes
    PairRDDFunctions
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) Use reduceByKeyLocally

  8. def toArray(): Array[R]

    Permalink
    Definition Classes
    RDD
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) use collect

Inherited from RiakRDD[R]

Inherited from RDD[R]

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion numericRDDToDoubleRDDFunctions from RiakStreamingRDD[R] to DoubleRDDFunctions

Inherited by implicit conversion doubleRDDToDoubleRDDFunctions from RiakStreamingRDD[R] to DoubleRDDFunctions

Inherited by implicit conversion rddToOrderedRDDFunctions from RiakStreamingRDD[R] to OrderedRDDFunctions[K, V, (K, V)]

Inherited by implicit conversion rddToSequenceFileRDDFunctions from RiakStreamingRDD[R] to SequenceFileRDDFunctions[K, V]

Inherited by implicit conversion rddToAsyncRDDActions from RiakStreamingRDD[R] to AsyncRDDActions[R]

Inherited by implicit conversion rddToPairRDDFunctions from RiakStreamingRDD[R] to PairRDDFunctions[K, V]

Inherited by implicit conversion toRDDFunctions from RiakStreamingRDD[R] to RDDFunctions[R]

Inherited by implicit conversion any2stringadd from RiakStreamingRDD[R] to any2stringadd[RiakStreamingRDD[R]]

Inherited by implicit conversion StringFormat from RiakStreamingRDD[R] to StringFormat[RiakStreamingRDD[R]]

Inherited by implicit conversion Ensuring from RiakStreamingRDD[R] to Ensuring[RiakStreamingRDD[R]]

Inherited by implicit conversion ArrowAssoc from RiakStreamingRDD[R] to ArrowAssoc[RiakStreamingRDD[R]]

Ungrouped