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.InitializingBean
Exception
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class<? extends MapDBBlobStoreHandler> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
true
as this is a singleton.isSingleton
in interface org.springframework.beans.factory.FactoryBean
public ServiceDetails[] getServicesDetails()
ServiceDetailsProvider
getServicesDetails
in interface ServiceDetailsProvider
public void setWriteOnlyBlockPercentage(int writeOnlyBlockPercentage)
public void setCompactionMinimalInterval(int compactionMinimalInterval)
public void setCompactionInterval(int compactionInterval)
Copyright © GigaSpaces.