public class OffHeapBlobStoreDataPolicyFactoryBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<OffHeapBlobStoreHandler>
OffHeapBlobStoreHandler
instance.Constructor and Description |
---|
OffHeapBlobStoreDataPolicyFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
OffHeapBlobStoreHandler |
getObject() |
Class<? extends OffHeapBlobStoreHandler> |
getObjectType() |
boolean |
isSingleton()
Returns
true as this is a singleton. |
void |
setMemoryThreshold(String memoryThreshold) |
public OffHeapBlobStoreDataPolicyFactoryBean()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public OffHeapBlobStoreHandler getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<OffHeapBlobStoreHandler>
Exception
public Class<? extends OffHeapBlobStoreHandler> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<OffHeapBlobStoreHandler>
public boolean isSingleton()
true
as this is a singleton.isSingleton
in interface org.springframework.beans.factory.FactoryBean<OffHeapBlobStoreHandler>
public void setMemoryThreshold(String memoryThreshold)
Copyright © GigaSpaces.