public class QueueStoreConfig extends Object
QueueStore
.Constructor and Description |
---|
QueueStoreConfig() |
QueueStoreConfig(QueueStoreConfig config) |
Modifier and Type | Method and Description |
---|---|
QueueStoreConfigReadOnly |
getAsReadOnly()
Deprecated.
this method will be removed in 4.0; it is meant for internal usage only.
|
String |
getClassName() |
String |
getFactoryClassName() |
QueueStoreFactory |
getFactoryImplementation() |
Properties |
getProperties() |
String |
getProperty(String name) |
QueueStore |
getStoreImplementation() |
boolean |
isEnabled() |
QueueStoreConfig |
setClassName(String className) |
QueueStoreConfig |
setEnabled(boolean enabled) |
QueueStoreConfig |
setFactoryClassName(String factoryClassName) |
QueueStoreConfig |
setFactoryImplementation(QueueStoreFactory factoryImplementation) |
QueueStoreConfig |
setProperties(Properties properties) |
QueueStoreConfig |
setProperty(String name,
String value) |
QueueStoreConfig |
setStoreImplementation(QueueStore storeImplementation) |
String |
toString() |
public QueueStoreConfig()
public QueueStoreConfig(QueueStoreConfig config)
public QueueStore getStoreImplementation()
public QueueStoreConfig setStoreImplementation(QueueStore storeImplementation)
public QueueStoreConfigReadOnly getAsReadOnly()
public boolean isEnabled()
public QueueStoreConfig setEnabled(boolean enabled)
public String getClassName()
public QueueStoreConfig setClassName(String className)
public Properties getProperties()
public QueueStoreConfig setProperties(Properties properties)
public QueueStoreConfig setProperty(String name, String value)
public String getFactoryClassName()
public QueueStoreConfig setFactoryClassName(String factoryClassName)
public QueueStoreFactory getFactoryImplementation()
public QueueStoreConfig setFactoryImplementation(QueueStoreFactory factoryImplementation)
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.