com.intenthq.pucket.thrift

ThriftPucket

case class ThriftPucket[T <: Thrift] extends Pucket[T] with Product with Serializable

A Thrift 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. ThriftPucket
  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
    ThriftPucket → Pucket
  9. def clone(): AnyRef

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

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

    the pucket descriptor.

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

    Definition Classes
    AnyRef
  13. def file: Path

    Definition Classes
    Pucket
  14. def filename: Path

    Definition Classes
    Pucket
  15. def finalize(): Unit

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

    hadoop filesystem instance

    hadoop filesystem instance

    Definition Classes
    ThriftPucket → Pucket
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. val id: Int

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

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

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

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

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Attributes
    protected
    Definition Classes
    ThriftPucket → Pucket
  23. final def notify(): Unit

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

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

    Definition Classes
    Pucket
  26. val path: Path

    path to the pucket

    path to the pucket

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

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

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

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

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

    Definition Classes
    AnyRef
  31. def targetFile(pucket: Pucket[T], otherPath: Path): Path

    Definition Classes
    Pucket
  32. final def wait(): Unit

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

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

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

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    ThriftPucket → Pucket

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Pucket[T]

Inherited from AnyRef

Inherited from Any

Ungrouped