|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.config.MapStoreConfig
public final class MapStoreConfig
MapStore configuration
| Field Summary | |
|---|---|
static int |
DEFAULT_WRITE_DELAY_SECONDS
|
| Constructor Summary | |
|---|---|
MapStoreConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Returns the name of the MapStore implementation class |
java.lang.String |
getFactoryClassName()
Returns the name of the MapStoreFactory implementation class |
java.lang.Object |
getFactoryImplementation()
Returns the map store factory implementation object |
java.lang.Object |
getImplementation()
Returns the map store implementation object |
java.util.Properties |
getProperties()
|
java.lang.String |
getProperty(java.lang.String name)
|
int |
getWriteDelaySeconds()
Returns the number of seconds to delay the store writes. |
boolean |
isEnabled()
Returns if this configuration is enabled |
MapStoreConfig |
setClassName(java.lang.String className)
Sets the name for the MapStore implementation class |
MapStoreConfig |
setEnabled(boolean enabled)
Enables and disables this configuration |
MapStoreConfig |
setFactoryClassName(java.lang.String factoryClassName)
Sets the name for the MapStoreFactory implementation class |
MapStoreConfig |
setFactoryImplementation(java.lang.Object factoryImplementation)
Sets the map store factory implementation object |
MapStoreConfig |
setImplementation(java.lang.Object implementation)
Sets the map store implementation object |
void |
setProperties(java.util.Properties properties)
|
MapStoreConfig |
setProperty(java.lang.String name,
java.lang.String value)
|
MapStoreConfig |
setWriteDelaySeconds(int writeDelaySeconds)
Sets the number of seconds to delay before writing (storing) the dirty records |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_WRITE_DELAY_SECONDS
| Constructor Detail |
|---|
public MapStoreConfig()
| Method Detail |
|---|
public java.lang.String getClassName()
public MapStoreConfig setClassName(java.lang.String className)
className - the name of the MapStore implementation class to setpublic java.lang.String getFactoryClassName()
public MapStoreConfig setFactoryClassName(java.lang.String factoryClassName)
factoryClassName - the name of the MapStoreFactory implementation class to setpublic int getWriteDelaySeconds()
public MapStoreConfig setWriteDelaySeconds(int writeDelaySeconds)
writeDelaySeconds - the number of seconds to delaypublic boolean isEnabled()
public MapStoreConfig setEnabled(boolean enabled)
enabled - public MapStoreConfig setImplementation(java.lang.Object implementation)
implementation - implementation object
public java.lang.Object getImplementation()
public MapStoreConfig setFactoryImplementation(java.lang.Object factoryImplementation)
factoryImplementation - factory implementation object
public java.lang.Object getFactoryImplementation()
public MapStoreConfig setProperty(java.lang.String name,
java.lang.String value)
public java.lang.String getProperty(java.lang.String name)
public java.util.Properties getProperties()
public void setProperties(java.util.Properties properties)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||