Package

com.basho.riak.spark.util

python

Permalink

package python

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. python
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class BatchPickler extends (Iterator[_]) ⇒ Iterator[Array[Byte]] with Serializable

    Permalink
  2. class BatchUnpickler extends (Array[Byte]) ⇒ Seq[Any] with Serializable

    Permalink
  3. class PicklableRDD extends AnyRef

    Permalink
  4. class PicklingUtils extends Serializable

    Permalink
  5. class RiakPythonHelper extends AnyRef

    Permalink

    This is a helper class to enable spark connector APIs for python

    This is a helper class to enable spark connector APIs for python

    Workaround for https://issues.apache.org/jira/browse/SPARK-5185 requires public zero-arg constructor

  6. class UUIDHolder extends AnyRef

    Permalink
  7. class UnpicklableRDD extends AnyRef

    Permalink

Value Members

  1. object Conversions

    Permalink
  2. object ListPickler extends IObjectPickler

    Permalink
  3. object MapPickler extends IObjectPickler

    Permalink
  4. object PicklingUtils extends PicklingUtils

    Permalink
  5. object TuplePickler extends IObjectPickler

    Permalink
  6. object UUIDPickler extends IObjectPickler

    Permalink
  7. object UUIDUnpickler extends IObjectConstructor

    Permalink
  8. implicit def toPickleableRDD(rdd: RDD[_]): PicklableRDD

    Permalink
  9. implicit def toUnpickleableRDD(rdd: RDD[Array[Byte]]): UnpicklableRDD

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped