public class MapDBBlobStoreDataPolicyFactoryBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean, ServiceDetailsProvider
MapDBBlobStoreHandler instance.| Constructor and Description |
|---|
MapDBBlobStoreDataPolicyFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Object |
getObject() |
Class<? extends MapDBBlobStoreHandler> |
getObjectType() |
ServiceDetails[] |
getServicesDetails()
Retruns one or more service details that the service exposes.
|
boolean |
isSingleton()
Returns
true as this is a singleton. |
void |
setCompactionInterval(int compactionInterval) |
void |
setCompactionMinimalInterval(int compactionMinimalInterval) |
void |
setWriteOnlyBlockPercentage(int writeOnlyBlockPercentage) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class<? extends MapDBBlobStoreHandler> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
true as this is a singleton.isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic ServiceDetails[] getServicesDetails()
ServiceDetailsProvidergetServicesDetails in interface ServiceDetailsProviderpublic void setWriteOnlyBlockPercentage(int writeOnlyBlockPercentage)
public void setCompactionMinimalInterval(int compactionMinimalInterval)
public void setCompactionInterval(int compactionInterval)
Copyright © GigaSpaces.