Package com.tibco.patterns.deduplication
-
Interface Summary Interface Description Keyed Defines the functionality for objects that have a string-value keyKeyedQuerySource Interface to scan a source of NetricsQuerys.Logger Defines logging methods used by the Deduplication library.PairStore Interface to access a keyed storage of batches of pairs.QueryBuilder<SourceRecordType extends Keyed> Interface to build a query from a record. -
Class Summary Class Description BatchStatistics Holds statistics on a batch of queries and results.Deduplicator Finds duplicates between a KeyedQuerySource and data held by a TIBCO Patterns - Search engine.ErrorHandler Applications can derive from DedupeErrorHandler to intercept and handle errors that may arise during deduplication.Host Contains the address and port of a TIBCO Patterns - Search Engine.KeyedNetricsRecord Binds NetricsBaseRecord to interfaceKeyed.KeyedQuery Bundles everything needed for performing a query within a Deduplicator together with the source of the query data.Log4jLogger Implements theLoggerinterface using Apache(tm) log4j.NetricsRecQuerySource Binds aQueryBuilderto aNetricsBaseRecSrc.Pair Identifies two matching records, with their TIBCO Patterns - Search similarity score.SearcherInfo Provides information about a deduplication search worker. -
Enum Summary Enum Description BatchStatus Possible states of a Deduplication Batch.ErrorHandler.ErrorAction Possible actions on an error.QueryErrorAction Defines the actions that can be taken when building a query fails.SearcherStatus Possible statuses of a deduplication search worker. -
Exception Summary Exception Description DedupeException Signals that the deduplication framework has encountered a substantive error.QueryBuildException QueryBuilder and KeyedQuerySource classes should throw this exception when a query cannot be built