public class QueueStoreConfigReadOnly extends QueueStoreConfig
QueueStore
.Constructor and Description |
---|
QueueStoreConfigReadOnly(QueueStoreConfig config) |
Modifier and Type | Method and Description |
---|---|
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) |
getAsReadOnly, getClassName, getFactoryClassName, getFactoryImplementation, getProperties, getProperty, getStoreImplementation, isEnabled, toString
public QueueStoreConfigReadOnly(QueueStoreConfig config)
public QueueStoreConfig setStoreImplementation(QueueStore storeImplementation)
setStoreImplementation
in class QueueStoreConfig
public QueueStoreConfig setEnabled(boolean enabled)
setEnabled
in class QueueStoreConfig
public QueueStoreConfig setClassName(String className)
setClassName
in class QueueStoreConfig
public QueueStoreConfig setProperties(Properties properties)
setProperties
in class QueueStoreConfig
public QueueStoreConfig setProperty(String name, String value)
setProperty
in class QueueStoreConfig
public QueueStoreConfig setFactoryClassName(String factoryClassName)
setFactoryClassName
in class QueueStoreConfig
public QueueStoreConfig setFactoryImplementation(QueueStoreFactory factoryImplementation)
setFactoryImplementation
in class QueueStoreConfig
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.