org.infinispan.config
Class Configuration.QueryConfigurationBean
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.Configuration.QueryConfigurationBean
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent
- Enclosing class:
- Configuration
public static class Configuration.QueryConfigurationBean
- extends AbstractConfigurationBean
- See Also:
- Configuration reference,
Serialized Form
enabled
protected Boolean enabled
indexLocalOnly
protected Boolean indexLocalOnly
Configuration.QueryConfigurationBean
public Configuration.QueryConfigurationBean()
isEnabled
public Boolean isEnabled()
setEnabled
public void setEnabled(Boolean enabled)
isIndexLocalOnly
public Boolean isIndexLocalOnly()
setIndexLocalOnly
public void setIndexLocalOnly(Boolean indexLocalOnly)
accept
public void accept(ConfigurationBeanVisitor v)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
hasComponentStarted
protected boolean hasComponentStarted()
- Description copied from class:
AbstractConfigurationBean
- Tests whether the component this configuration bean intents to configure has already started.
- Specified by:
hasComponentStarted
in class AbstractConfigurationBean
- Returns:
- true if the component has started; false otherwise.
clone
public Configuration.QueryConfigurationBean clone()
- Specified by:
clone
in interface CloneableConfigurationComponent
- Overrides:
clone
in class AbstractConfigurationBean
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.