Package

geotrellis.spark

util

Permalink

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink
  3. class KryoWrapper[T] extends Serializable

    Permalink

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

    A wrapper around some unserializable objects that make them both Java serializable. Internally, Kryo is used for serialization.

    Use KryoWrapper(value) to create a wrapper.

  4. implicit class TryOption[T] extends AnyRef

    Permalink
  5. implicit class withLayerIdUtilMethods extends MethodExtensions[LayerId]

    Permalink

Value Members

  1. object KryoClosure

    Permalink
  2. object KryoSerializer

    Permalink

    Java object serialization using Kryo.

    Java object serialization using Kryo. This is much more efficient, but Kryo sometimes is buggy to use. We use this mainly to serialize the object inspectors.

  3. object KryoWrapper extends Serializable

    Permalink
  4. object SparkUtils extends Logging

    Permalink
  5. object TaskUtils extends App

    Permalink
  6. package cache

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped