Class PmemBlobStoreDataPolicyFactoryBean

java.lang.Object
com.gigaspaces.blobstore.pmem.config.PmemBlobStoreDataPolicyFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<PmemBlobStoreHandler>, org.springframework.beans.factory.InitializingBean

public class PmemBlobStoreDataPolicyFactoryBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<PmemBlobStoreHandler>
A factory for creating PmemBlobStoreHandler instance.
Since:
12.3
Author:
Yael Nahon
  • Constructor Details

    • PmemBlobStoreDataPolicyFactoryBean

      public PmemBlobStoreDataPolicyFactoryBean()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getObject

      public PmemBlobStoreHandler getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<PmemBlobStoreHandler>
      Throws:
      Exception
    • getObjectType

      public Class<? extends PmemBlobStoreHandler> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<PmemBlobStoreHandler>
    • isSingleton

      public boolean isSingleton()
      Returns true as this is a singleton.
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<PmemBlobStoreHandler>
    • setMemoryPoolSize

      public void setMemoryPoolSize(String memoryPoolSize)
    • setPmemPath

      public void setPmemPath(String pmemPath)
    • setVerbose

      public void setVerbose(boolean verbose)