me.prettyprint.hector.api.locking
Class HLockManagerConfigurator
java.lang.Object
me.prettyprint.hector.api.locking.HLockManagerConfigurator
public class HLockManagerConfigurator
- extends Object
- Author:
- patricioe (Patricio Echague - patricioe@gmail.com), tnine (Todd Nine)
DEFAUT_LOCK_MANAGER_CF
public static final String DEFAUT_LOCK_MANAGER_CF
- See Also:
- Constant Field Values
HLockManagerConfigurator
public HLockManagerConfigurator()
getLockManagerCF
public String getLockManagerCF()
setLockManagerCF
public void setLockManagerCF(String lockManagerCF)
isRowsCacheEnabled
public boolean isRowsCacheEnabled()
setRowsCacheEnabled
public void setRowsCacheEnabled(boolean rowsCacheEnabled)
getLocksTTLInMillis
public long getLocksTTLInMillis()
setLocksTTLInMillis
public void setLocksTTLInMillis(long locksTTLInMillis)
getBackOffRetryDelayInMillis
public long getBackOffRetryDelayInMillis()
setBackOffRetryDelayInMillis
public void setBackOffRetryDelayInMillis(long backOffRetryDelayInMillis)
getKeyspaceName
public String getKeyspaceName()
setKeyspaceName
public void setKeyspaceName(String keyspaceName)
getReplicationFactor
public int getReplicationFactor()
setReplicationFactor
public void setReplicationFactor(int replicationFactor)
getNumberOfLockObserverThreads
public int getNumberOfLockObserverThreads()
- Returns:
- the numberOfLockObserverThreads
setNumberOfLockObserverThreads
public void setNumberOfLockObserverThreads(int numberOfLockObserverThreads)
- Parameters:
numberOfLockObserverThreads - the numberOfLockObserverThreads to set
getMaxSelectSize
public int getMaxSelectSize()
- Returns:
- the maxSelectSize
setMaxSelectSize
public void setMaxSelectSize(int maxSelectSize)
- Parameters:
maxSelectSize - the maxSelectSize to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.