com.hazelcast.config
Class QueueStoreConfig
java.lang.Object
com.hazelcast.config.QueueStoreConfig
public class QueueStoreConfig
- extends Object
- Author:
- ali 12/14/12
QueueStoreConfig
public QueueStoreConfig()
QueueStoreConfig
public QueueStoreConfig(String className,
boolean enabled)
QueueStoreConfig
public QueueStoreConfig(QueueStore storeImplementation)
getStoreImplementation
public QueueStore getStoreImplementation()
setStoreImplementation
public QueueStoreConfig setStoreImplementation(QueueStore storeImplementation)
isEnabled
public boolean isEnabled()
setEnabled
public QueueStoreConfig setEnabled(boolean enabled)
getClassName
public String getClassName()
setClassName
public QueueStoreConfig setClassName(String className)
getProperties
public Properties getProperties()
setProperties
public QueueStoreConfig setProperties(Properties properties)
getProperty
public String getProperty(String name)
setProperty
public QueueStoreConfig setProperty(String name,
String value)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.