Class

unicredit.spark.hbase

HBaseDeleteRDDSimple

Related Doc: package hbase

Permalink

final class HBaseDeleteRDDSimple[K, Q] extends HBaseDeleteHelpers with Serializable

Linear Supertypes
Serializable, Serializable, HBaseDeleteHelpers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HBaseDeleteRDDSimple
  2. Serializable
  3. Serializable
  4. HBaseDeleteHelpers
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HBaseDeleteRDDSimple(rdd: RDD[(K, Set[Q])], del: Deleter[Q])(implicit arg0: Writes[K])

    Permalink

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def convert[K](id: K)(implicit wk: Writes[K]): Option[(ImmutableBytesWritable, Delete)]

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseDeleteHelpers
  7. def convert[K](id: K, families: Set[String])(implicit wk: Writes[K], ws: Writes[String]): Option[(ImmutableBytesWritable, Delete)]

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseDeleteHelpers
  8. def convert[K, Q](id: K, values: Map[String, Set[Q]], del: Deleter[Q])(implicit wk: Writes[K], ws: Writes[String]): Option[(ImmutableBytesWritable, Delete)]

    Permalink
    Attributes
    protected
    Definition Classes
    HBaseDeleteHelpers
  9. val del: Deleter[Q]

    Permalink
  10. def deleteHBase(table: String, family: String)(implicit config: HBaseConfig): Unit

    Permalink

    Delete columns of the underlying RDD from HBase.

    Delete columns of the underlying RDD from HBase.

    Simplified form, where columns are deleted from the same column family.

    The RDD is assumed to be an instance of RDD[(K, Set[Q])], where the first value is the rowkey and the second is a set of column names w/ or w/o timestamps. If timestamp is specified, only the corresponding version is deleted, otherwise all versions are deleted.

  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  20. val rdd: RDD[(K, Set[Q])]

    Permalink
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from HBaseDeleteHelpers

Inherited from AnyRef

Inherited from Any

Ungrouped