public class PmemBlobStoreDataPolicyFactoryBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<PmemBlobStoreHandler>
PmemBlobStoreHandler
 instance.| Constructor and Description | 
|---|
| PmemBlobStoreDataPolicyFactoryBean() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| PmemBlobStoreHandler | getObject() | 
| Class<? extends PmemBlobStoreHandler> | getObjectType() | 
| boolean | isSingleton()Returns  trueas this is a singleton. | 
| void | setMemoryPoolSize(String memoryPoolSize) | 
| void | setPmemPath(String pmemPath) | 
| void | setVerbose(boolean verbose) | 
public void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic PmemBlobStoreHandler getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<PmemBlobStoreHandler>Exceptionpublic Class<? extends PmemBlobStoreHandler> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<PmemBlobStoreHandler>public boolean isSingleton()
true as this is a singleton.isSingleton in interface org.springframework.beans.factory.FactoryBean<PmemBlobStoreHandler>public void setMemoryPoolSize(String memoryPoolSize)
public void setPmemPath(String pmemPath)
public void setVerbose(boolean verbose)
Copyright © GigaSpaces.