Class

unicredit.spark.hbase

HBaseDeleteRDDKey

Related Doc: package hbase

Permalink

final class HBaseDeleteRDDKey[K] extends HBaseDeleteHelpers with Serializable

Linear Supertypes
Serializable, Serializable, HBaseDeleteHelpers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HBaseDeleteRDDKey
  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 HBaseDeleteRDDKey(rdd: RDD[K])(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
    @HotSpotIntrinsicCandidate() @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. def deleteHBase[Q](table: String, qualifiers: Map[String, Set[Q]])(implicit arg0: Writes[Q], config: HBaseConfig): Unit

    Permalink

    Delete columns of the underlying RDD from HBase.

    Delete columns of the underlying RDD from HBase.

    Columns specified as a map of families / set of qualifiers, are the same for all rows.

    The RDD is assumed to be an instance of RDD[K] of rowkeys.

  10. def deleteHBase[Q](table: String, family: String, columns: Set[Q])(implicit arg0: Writes[Q], config: HBaseConfig): Unit

    Permalink

    Delete columns of the underlying RDD from HBase.

    Delete columns of the underlying RDD from HBase.

    Columns are deleted from the same column family, and are the same for all rows.

    The RDD is assumed to be an instance of RDD[K] of rowkeys.

  11. def deleteHBase(table: String, families: Set[String])(implicit config: HBaseConfig): Unit

    Permalink

    Delete column families of the underlying RDD from HBase.

    Delete column families of the underlying RDD from HBase.

    The RDD is assumed to be an instance of RDD[K] of rowkeys.

  12. def deleteHBase(table: String)(implicit config: HBaseConfig): Unit

    Permalink

    Delete rows specified by rowkeys of the underlying RDD from HBase.

    Delete rows specified by rowkeys of the underlying RDD from HBase.

    The RDD is assumed to be an instance of RDD[K] of rowkeys.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. val rdd: RDD[K]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  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( ... )
  26. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from HBaseDeleteHelpers

Inherited from AnyRef

Inherited from Any

Ungrouped