it.agilelab.bigdata.wasp.consumers.spark.strategies.gdpr.config
HBaseDeletionConfig
Companion object HBaseDeletionConfig
case class HBaseDeletionConfig(keysWithScan: RDD[(KeyWithCorrelation, Scan)], tableName: String, hbaseConfigModel: Option[HBaseConfigModel], keyValueMatchingStrategy: KeyValueMatchingStrategy, dryRun: Boolean) extends DeletionConfig with Product with Serializable
Contains the configuration settings for an HBase Deletion Job
- keysWithScan
list of distinct keys to delete (from config or input model), together with the HBase scan that will be used to match the HBase rowKeys to delete
- tableName
namespace:table name of the HBase table to handle derived from the KeyValueModel
- hbaseConfigModel
HBaseConfigModel that will be used to create an HBaseConnection inside the executors
- keyValueMatchingStrategy
KeyValueMatchingStrategy defined in the BatchJobModel
- Alphabetic
- By Inheritance
- HBaseDeletionConfig
- Serializable
- Serializable
- Product
- Equals
- DeletionConfig
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
HBaseDeletionConfig(keysWithScan: RDD[(KeyWithCorrelation, Scan)], tableName: String, hbaseConfigModel: Option[HBaseConfigModel], keyValueMatchingStrategy: KeyValueMatchingStrategy, dryRun: Boolean)
- keysWithScan
list of distinct keys to delete (from config or input model), together with the HBase scan that will be used to match the HBase rowKeys to delete
- tableName
namespace:table name of the HBase table to handle derived from the KeyValueModel
- hbaseConfigModel
HBaseConfigModel that will be used to create an HBaseConnection inside the executors
- keyValueMatchingStrategy
KeyValueMatchingStrategy defined in the BatchJobModel
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dryRun: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hbaseConfigModel: Option[HBaseConfigModel]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keyValueMatchingStrategy: KeyValueMatchingStrategy
- val keysWithScan: RDD[(KeyWithCorrelation, Scan)]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tableName: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()