public class Deduplication extends Object
| Constructor and Description |
|---|
Deduplication(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
com.google.common.cache.Cache<org.apache.commons.lang3.tuple.Pair<String,Object>,Boolean> |
getCache() |
com.google.common.cache.CacheBuilder<org.apache.commons.lang3.tuple.Pair<String,Object>,Boolean> |
getCacheBuilder() |
boolean |
onAccept(Event event) |
void |
setAttributeName(String attributeName) |
public Deduplication(String attributeName)
public com.google.common.cache.CacheBuilder<org.apache.commons.lang3.tuple.Pair<String,Object>,Boolean> getCacheBuilder()
public com.google.common.cache.Cache<org.apache.commons.lang3.tuple.Pair<String,Object>,Boolean> getCache()
public boolean onAccept(Event event)
public String getAttributeName()
public void setAttributeName(String attributeName)
Copyright © 2016–2018 Softelnet. All rights reserved.