com.hazelcast.config
Class QueueStoreConfig

java.lang.Object
  extended by com.hazelcast.config.QueueStoreConfig
Direct Known Subclasses:
QueueStoreConfigReadOnly

public class QueueStoreConfig
extends Object

Author:
ali 12/14/12

Constructor Summary
QueueStoreConfig()
           
QueueStoreConfig(QueueStoreConfig config)
           
 
Method Summary
 QueueStoreConfigReadOnly getAsReadOnly()
           
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueStoreConfig

public QueueStoreConfig()

QueueStoreConfig

public QueueStoreConfig(QueueStoreConfig config)
Method Detail

getStoreImplementation

public QueueStore getStoreImplementation()

setStoreImplementation

public QueueStoreConfig setStoreImplementation(QueueStore storeImplementation)

getAsReadOnly

public QueueStoreConfigReadOnly getAsReadOnly()

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)

getFactoryClassName

public String getFactoryClassName()

setFactoryClassName

public QueueStoreConfig setFactoryClassName(String factoryClassName)

getFactoryImplementation

public QueueStoreFactory getFactoryImplementation()

setFactoryImplementation

public QueueStoreConfig setFactoryImplementation(QueueStoreFactory factoryImplementation)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.