com.nicta.scoobi.core

WireFormat

Related Docs: object WireFormat | package core

trait WireFormat[A] extends WireReaderWriter

Typeclass for sending types across the Hadoop wire

Self Type
WireFormat[A]
Annotations
@implicitNotFound( ... )
Linear Supertypes
Known Subclasses
Abstract10WireFormat, Abstract11WireFormat, Abstract12WireFormat, Abstract13WireFormat, Abstract14WireFormat, Abstract15WireFormat, Abstract16WireFormat, Abstract17WireFormat, Abstract18WireFormat, Abstract19WireFormat, Abstract20WireFormat, Abstract21WireFormat, Abstract22WireFormat, Abstract2WireFormat, Abstract3WireFormat, Abstract4WireFormat, Abstract5WireFormat, Abstract6WireFormat, Abstract7WireFormat, Abstract8WireFormat, Abstract9WireFormat, AnythingWireFormat, AvroWireFormat, BooleanWireFormat, ByteWireFormat, Case0WireFormat, Case10WireFormat, Case11WireFormat, Case12WireFormat, Case13WireFormat, Case14WireFormat, Case15WireFormat, Case16WireFormat, Case17WireFormat, Case18WireFormat, Case19WireFormat, Case1WireFormat, Case20WireFormat, Case21WireFormat, Case22WireFormat, Case2WireFormat, Case3WireFormat, Case4WireFormat, Case5WireFormat, Case6WireFormat, Case7WireFormat, Case8WireFormat, Case9WireFormat, CharWireFormat, DisjunctionWireFormat, DoubleWireFormat, EitherWireFormat, FloatWireFormat, GenericAvroWireFormat, IntWireFormat, IntegerWireFormat, LongWireFormat, ObjectWireFormat, ShortWireFormat, SpecificFixedAvroWireFormat, StringWireFormat, Tuple10WireFormat, Tuple11WireFormat, Tuple12WireFormat, Tuple13WireFormat, Tuple14WireFormat, Tuple15WireFormat, Tuple16WireFormat, Tuple17WireFormat, Tuple18WireFormat, Tuple19WireFormat, Tuple20WireFormat, Tuple21WireFormat, Tuple22WireFormat, Tuple2WireFormat, Tuple3WireFormat, Tuple4WireFormat, Tuple5WireFormat, Tuple6WireFormat, Tuple7WireFormat, Tuple8WireFormat, Tuple9WireFormat, UnitWireFormat
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WireFormat
  2. WireReaderWriter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def fromWire(in: DataInput): A

  2. abstract def toWire(x: A, out: DataOutput): Unit

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def ***[B](b: WireFormat[B]): WireFormat[(A, B)]

    Produce a wire format on products from this wire format and the given wire format.

    Produce a wire format on products from this wire format and the given wire format. Alias for zip.

  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  16. def read(in: DataInput): A

    Definition Classes
    WireFormatWireReaderWriter
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def write(x: Any, out: DataOutput): Unit

    Definition Classes
    WireFormatWireReaderWriter
  23. def xmap[B](f: (A) ⇒ B, g: (B) ⇒ A): WireFormat[B]

    Map a pair of functions on this exponential functor to produce a new wire format.

  24. def zip[B](b: WireFormat[B]): WireFormat[(A, B)]

    Produce a wire format on products from this wire format and the given wire format.

    Produce a wire format on products from this wire format and the given wire format. Alias for ***.

Inherited from WireReaderWriter

Inherited from AnyRef

Inherited from Any

Ungrouped