geotrellis.spark

utils

package utils

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

Type Members

  1. class KryoClosure1[T1, R] extends KryoWrapper[(T1) ⇒ R] with (T1) ⇒ R

  2. class KryoClosure2[T1, T2, R] extends KryoWrapper[(T1, T2) ⇒ R] with (T1, T2) ⇒ R

  3. class KryoWrapper[T] extends Serializable

    A wrapper around some unserializable objects that make them both Java serializable.

  4. implicit class TryOption[T] extends AnyRef

Value Members

  1. object KryoClosure

  2. object KryoSerializer

    Java object serialization using Kryo.

  3. object KryoWrapper extends Serializable

  4. object SparkUtils extends Logging

  5. object TaskUtils extends App

Inherited from AnyRef

Inherited from Any

Ungrouped