com.intenthq.pucket.avro

AvroPucket

case class AvroPucket[T <: IndexedRecord] extends Pucket[T] with Product with Serializable

A Avro type of pucket.

T

The data type the pucket will contain

Linear Supertypes
Serializable, Serializable, Product, Equals, Pucket[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AvroPucket
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Pucket
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def absorb(pucket: Pucket[T]): \/[Throwable, Unit]

    Definition Classes
    Pucket
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val blockSize: Int

    Definition Classes
    AvroPucket → Pucket
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val conf: Configuration

    Definition Classes
    Pucket
  11. val descriptor: AvroPucketDescriptor[T]

    the pucket descriptor.

    Definition Classes
    AvroPucket → Pucket
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def filename: Path

    Definition Classes
    Pucket
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val fs: FileSystem

    hadoop filesystem instance

    hadoop filesystem instance

    Definition Classes
    AvroPucket → Pucket
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. val id: Int

    Definition Classes
    Pucket
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def listFiles: \/[Throwable, Seq[Path]]

    Definition Classes
    Pucket
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def newInstance(newPath: Path): Pucket[T]

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Attributes
    protected
    Definition Classes
    AvroPucket → Pucket
  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. def partition(data: T): Path

    Definition Classes
    Pucket
  25. val path: Path

    path to the pucket

    path to the pucket

    Definition Classes
    AvroPucket → Pucket
  26. def reader(filter: Option[Filter]): \/[Throwable, Reader[T]]

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    AvroPucket → Pucket
  27. def reader: \/[Throwable, Reader[T]]

    Definition Classes
    Pucket
  28. def subPucket(subPath: Path): \/[Throwable, Pucket[T]]

    Definition Classes
    Pucket
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def writer: \/[Throwable, Writer[T, Throwable]]

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    AvroPucket → Pucket

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Pucket[T]

Inherited from AnyRef

Inherited from Any

Ungrouped