unicredit.spark.hbase

HFileRDDFixed

final class HFileRDDFixed[K, C, A, V] extends HFileRDDHelper

Linear Supertypes
HFileRDDHelper, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HFileRDDFixed
  2. HFileRDDHelper
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HFileRDDFixed(seqRdd: RDD[(K, Seq[A])], ck: ((Array[Byte], Array[Byte]), A) ⇒ (C, V), kvf: (Array[Byte]) ⇒ (C, V) ⇒ (ImmutableBytesWritable, KeyValue))(implicit arg0: Writes[K], arg1: ClassTag[C], arg2: ClassTag[A], arg3: ClassTag[V])

Type Members

  1. abstract class HFilePartitioner extends Partitioner

    Attributes
    protected
    Definition Classes
    HFileRDDHelper

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  12. def getPartitionedRdd[C, A](rdd: RDD[(C, A)], kv: (C, A) ⇒ (ImmutableBytesWritable, KeyValue), partitioner: HFilePartitioner)(implicit arg0: ClassTag[C], arg1: ClassTag[A], ord: Ordering[C]): RDD[(ImmutableBytesWritable, KeyValue)]

    Attributes
    protected
    Definition Classes
    HFileRDDHelper
  13. def getPartitioner(regionLocator: RegionLocator, numFilesPerRegionPerFamily: Int)(implicit config: HBaseConfig): HFilePartitioner

    Attributes
    protected
    Definition Classes
    HFileRDDHelper
  14. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  19. def saveAsHFile(rdd: RDD[(ImmutableBytesWritable, KeyValue)], table: Table, regionLocator: RegionLocator, connection: Connection)(implicit config: HBaseConfig): Unit

    Attributes
    protected
    Definition Classes
    HFileRDDHelper
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toHBaseBulk[Q](tableNameStr: String, family: String, headers: Seq[Q], numFilesPerRegionPerFamily: Int = 1)(implicit arg0: Writes[Q], config: HBaseConfig, ord: Ordering[C]): Unit

    Load the underlying RDD to HBase, using HFiles.

    Load the underlying RDD to HBase, using HFiles.

    Simplified form, where all values are written to the same column family, and columns are fixed, so that their names can be passed as a sequence.

    The RDD is assumed to be an instance of RDD[(K, Seq[A]), where the first value is the rowkey and the second is a sequence of values to be associated to column names in headers.

  22. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HFileRDDHelper

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped