public class QueryCompilationCacheValue extends PluginValue
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
ALIASES |
Constructor and Description |
---|
QueryCompilationCacheValue(java.lang.String prop) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
newInstance(java.lang.String clsName,
java.lang.Class type,
Configuration conf,
boolean fatal)
Allow subclasses to instantiate additional plugins.
|
configure, getClassName, getInternalString, getProperties, getString, getValueType, instantiate, isSingleton, objectChanged, set, setClassName, setInternalString, setProperties, setString
configure, get, instantiate, set, setInternalObject
addEquivalentKey, addListener, alias, alias, assertChangeable, clone, equals, getAliases, getDefault, getEquivalentKeys, getInstantiatingGetter, getListeners, getLoadKey, getOriginalValue, getProperty, getPropertyKeys, getScope, hashCode, hide, isAliasListComprehensive, isDynamic, isHidden, isPrivate, makePrivate, matches, removeListener, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setLoadKey, setObject, setProperty, setScope, toString, unalias, unalias, valueChanged
public QueryCompilationCacheValue(java.lang.String prop)
public java.lang.Object newInstance(java.lang.String clsName, java.lang.Class type, Configuration conf, boolean fatal)
ObjectValue
newInstance
in class ObjectValue