com.hazelcast.config
Class QueueStoreConfig

java.lang.Object
  extended by com.hazelcast.config.QueueStoreConfig

public class QueueStoreConfig
extends Object

Author:
ali 12/14/12

Constructor Summary
QueueStoreConfig()
           
QueueStoreConfig(QueueStore storeImplementation)
           
QueueStoreConfig(String className, boolean enabled)
           
 
Method Summary
 String getClassName()
           
 Properties getProperties()
           
 String getProperty(String name)
           
 QueueStore getStoreImplementation()
           
 boolean isEnabled()
           
 QueueStoreConfig setClassName(String className)
           
 QueueStoreConfig setEnabled(boolean enabled)
           
 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(String className,
                        boolean enabled)

QueueStoreConfig

public QueueStoreConfig(QueueStore storeImplementation)
Method Detail

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.