public class ElementValueComparatorConfiguration extends Object
| Constructor and Description |
|---|
ElementValueComparatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ElementValueComparator |
createElementComparatorInstance(CacheConfiguration cacheConfiguration)
Get (and potentially) instantiate the instance
|
boolean |
equals(Object obj) |
String |
getClassName()
Returns the fully qualified class name for the ElementValueComparator to use
|
int |
hashCode() |
void |
setClass(String className)
Sets the fully qualified class name for the ElementValueComparator to use
|
public String getClassName()
public void setClass(String className)
className - FQCNpublic ElementValueComparator createElementComparatorInstance(CacheConfiguration cacheConfiguration)
cacheConfiguration - the cache configurationCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.