org.infinispan.config
Class Configuration.LockingType

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.AbstractNamedCacheConfigurationBean
          extended by org.infinispan.config.Configuration.LockingType
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent
Enclosing class:
Configuration

public static class Configuration.LockingType
extends AbstractNamedCacheConfigurationBean

See Also:
Configuration reference, Serialized Form

Field Summary
protected  Integer concurrencyLevel
           
protected  IsolationLevel isolationLevel
           
protected  Long lockAcquisitionTimeout
           
protected  Boolean useLockStriping
           
protected  Boolean writeSkewCheck
           
 
Fields inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
cr
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Constructor Summary
Configuration.LockingType()
           
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
           
 boolean equals(Object o)
           
 int hashCode()
           
 void setConcurrencyLevel(Integer concurrencyLevel)
           
 void setIsolationLevel(IsolationLevel isolationLevel)
           
 void setLockAcquisitionTimeout(Long lockAcquisitionTimeout)
           
 void setUseLockStriping(Boolean useLockStriping)
           
 void setWriteSkewCheck(Boolean writeSkewCheck)
           
 
Methods inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
clone, hasComponentStarted, inject
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
testImmutability, toTypedProperties, toTypedProperties, uc
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lockAcquisitionTimeout

@Dynamic
protected Long lockAcquisitionTimeout

isolationLevel

protected IsolationLevel isolationLevel

writeSkewCheck

protected Boolean writeSkewCheck

useLockStriping

protected Boolean useLockStriping

concurrencyLevel

protected Integer concurrencyLevel
Constructor Detail

Configuration.LockingType

public Configuration.LockingType()
Method Detail

setLockAcquisitionTimeout

public void setLockAcquisitionTimeout(Long lockAcquisitionTimeout)

accept

public void accept(ConfigurationBeanVisitor v)

setIsolationLevel

public void setIsolationLevel(IsolationLevel isolationLevel)

setWriteSkewCheck

public void setWriteSkewCheck(Boolean writeSkewCheck)

setUseLockStriping

public void setUseLockStriping(Boolean useLockStriping)

setConcurrencyLevel

public void setConcurrencyLevel(Integer concurrencyLevel)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.