com.ryft.spark.connector

rdd

package rdd

Provides classes for RyftOne connector specific RDD operations.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. rdd
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class NextIterator[T, R] extends Iterator[R] with Logging

    An iterator that allows to iterate through the stream of JSON objects.

  2. case class RDDPartition(idx: Int, ryftPartition: URL, rddQuery: RDDQuery) extends Partition with Product with Serializable

    Describes RyftRDD partition

  3. class RDDPartitioner extends AnyRef

    Simple RyftRDD partitioner

  4. case class RDDQuery(ryftQuery: RyftQuery, queryOptions: RyftQueryOptions, ryftPartitions: Set[URL], sslAllowUntrusted: Boolean = false, action: Action = ...) extends Product with Serializable

    Represents entity to specify query to Ryft Rest service and set of spark nodes preferred to use for this query.

  5. abstract class RyftAbstractRDD[T, R] extends RDD[T]

    RDD representing of a RyftQuery.

  6. class RyftPairRDD[T] extends RyftAbstractRDD[(String, T), T]

  7. class RyftRDD[T] extends RyftAbstractRDD[T, T]

Inherited from AnyRef

Inherited from Any

Ungrouped