Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AnyObjectFactory[T] extends Serializable

    Factory for creating objects of any type by invoking their primary constructor.

    Factory for creating objects of any type by invoking their primary constructor. Unlike Java reflection Methods or Scala reflection Mirrors, this factory is serializable and can be safely passed along with Spark tasks.

  2. trait Logging extends AnyRef

    Utility trait for classes that want to log data.

    Utility trait for classes that want to log data. Creates a SLF4J logger for the class and allows logging messages at different levels using methods that only evaluate parameters lazily if the log level is enabled.

    This is a copy of what Spark Previously held in org.apache.spark.Logging. That class is now private so we will expose similar functionality here.

Value Members

  1. object AnyObjectFactory extends Logging with Serializable
  2. object ByteBufferUtil
  3. object DriverUtil
  4. object NameTools
  5. object Quote
  6. object ReflectionUtil
  7. object Symbols

Ungrouped