public class PoolingOptionsFactoryBean extends Object implements FactoryBean<com.datastax.driver.core.PoolingOptions>, InitializingBean, DisposableBean
| Constructor and Description |
|---|
PoolingOptionsFactoryBean() |
public void destroy()
throws Exception
destroy in interface DisposableBeanExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanExceptionpublic com.datastax.driver.core.PoolingOptions getObject()
throws Exception
getObject in interface FactoryBean<com.datastax.driver.core.PoolingOptions>Exceptionpublic Class<?> getObjectType()
getObjectType in interface FactoryBean<com.datastax.driver.core.PoolingOptions>public boolean isSingleton()
isSingleton in interface FactoryBean<com.datastax.driver.core.PoolingOptions>public Integer getLocalMinSimultaneousRequests()
public void setLocalMinSimultaneousRequests(Integer localMinSimultaneousRequests)
localMinSimultaneousRequests - The localMinSimultaneousRequests to set.public Integer getLocalMaxSimultaneousRequests()
public void setLocalMaxSimultaneousRequests(Integer localMaxSimultaneousRequests)
localMaxSimultaneousRequests - The localMaxSimultaneousRequests to set.public Integer getLocalCoreConnections()
public void setLocalCoreConnections(Integer localCoreConnections)
localCoreConnections - The localCoreConnections to set.public Integer getLocalMaxConnections()
public void setLocalMaxConnections(Integer localMaxConnections)
localMaxConnections - The localMaxConnections to set.public Integer getRemoteMinSimultaneousRequests()
public void setRemoteMinSimultaneousRequests(Integer remoteMinSimultaneousRequests)
remoteMinSimultaneousRequests - The remoteMinSimultaneousRequests to set.public Integer getRemoteMaxSimultaneousRequests()
public void setRemoteMaxSimultaneousRequests(Integer remoteMaxSimultaneousRequests)
remoteMaxSimultaneousRequests - The remoteMaxSimultaneousRequests to set.public Integer getRemoteCoreConnections()
public void setRemoteCoreConnections(Integer remoteCoreConnections)
remoteCoreConnections - The remoteCoreConnections to set.public Integer getRemoteMaxConnections()
public void setRemoteMaxConnections(Integer remoteMaxConnections)
remoteMaxConnections - The remoteMaxConnections to set.Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.