public class ElementValueComparatorConfiguration extends Object
Constructor and Description |
---|
ElementValueComparatorConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClassName()
Returns the fully qualified class name for the ElementValueComparator to use
|
ElementValueComparator |
getElementComparatorInstance(CacheConfiguration cacheConfiguration)
Get (and potentially) instantiate the instance
|
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 getElementComparatorInstance(CacheConfiguration cacheConfiguration)
cacheConfiguration
- the cache configurationCopyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.