Class/Object

com.intenthq.pucket.thrift

ThriftPucket

Related Docs: object ThriftPucket | package thrift

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def absorb(pucket: Pucket[T]): \/[Throwable, Unit]

    Permalink
    Definition Classes
    Pucket
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val blockSize: Int

    Permalink
    Definition Classes
    ThriftPucket → Pucket
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Pucket
  9. val descriptor: ThriftPucketDescriptor[T]

    Permalink

    the pucket descriptor.

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

    Permalink
    Definition Classes
    AnyRef
  11. def file: Path

    Permalink
    Definition Classes
    Pucket
  12. def filename: Path

    Permalink
    Definition Classes
    Pucket
  13. def finalize(): Unit

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

    Permalink

    hadoop filesystem instance

    hadoop filesystem instance

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. val id: Int

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

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

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

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

    Permalink

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

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

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    Pucket
  24. val path: Path

    Permalink

    path to the pucket

    path to the pucket

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

    Permalink

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

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

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

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

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

    Permalink
    Definition Classes
    Pucket
  30. final def wait(): Unit

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

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

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

    Permalink

    <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