deduper / org.bradfordmiller.deduper.config / Config

Config

class Config

Configuration for a deduper process

Types

ConfigBuilder

Builder object for the Config class

data class ConfigBuilder

Properties

dupesJndi

a nullable JNDITargetType for writing out duplicate data

val dupesJndi: JNDITargetType?

executionServiceTimeout

a ExecutionServiceTimeout object

val executionServiceTimeout: ExecutionServiceTimeout

hashJndi

a nullable JNDITargetType for writing out hashes from a deduper process

val hashJndi: JNDITargetType?

seenHashesJndi

a HashSourceJndi object

val seenHashesJndi: HashSourceJndi?

sourceJndi

a SourceJndi object

val sourceJndi: SourceJndi

targetJndi

a nullable JNDITargetType for writing out deduped data

val targetJndi: JNDITargetType?