|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueConfig | |
---|---|
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
com.hazelcast.queue.impl | This package contains the IQueue functionality. The IQueue is the distributed version of the BlockingQueue . |
com.hazelcast.queue.impl.tx | This package contains the Transaction behavior for the IQueue. |
Uses of QueueConfig in com.hazelcast.config |
---|
Subclasses of QueueConfig in com.hazelcast.config | |
---|---|
class |
QueueConfigReadOnly
Contains the configuration for an IQueue . |
Methods in com.hazelcast.config that return types with arguments of type QueueConfig | |
---|---|
Map<String,QueueConfig> |
Config.getQueueConfigs()
|
Methods in com.hazelcast.config with parameters of type QueueConfig | |
---|---|
Config |
Config.addQueueConfig(QueueConfig queueConfig)
|
Method parameters in com.hazelcast.config with type arguments of type QueueConfig | |
---|---|
Config |
Config.setQueueConfigs(Map<String,QueueConfig> queueConfigs)
|
Constructors in com.hazelcast.config with parameters of type QueueConfig | |
---|---|
QueueConfig(QueueConfig config)
|
Uses of QueueConfig in com.hazelcast.queue.impl |
---|
Methods in com.hazelcast.queue.impl that return QueueConfig | |
---|---|
QueueConfig |
QueueContainer.getConfig()
|
Methods in com.hazelcast.queue.impl with parameters of type QueueConfig | |
---|---|
void |
QueueContainer.setConfig(QueueConfig config,
NodeEngine nodeEngine,
QueueService service)
|
Constructors in com.hazelcast.queue.impl with parameters of type QueueConfig | |
---|---|
QueueContainer(String name,
QueueConfig config,
NodeEngine nodeEngine,
QueueService service)
|
Uses of QueueConfig in com.hazelcast.queue.impl.tx |
---|
Fields in com.hazelcast.queue.impl.tx declared as QueueConfig | |
---|---|
protected QueueConfig |
TransactionalQueueProxySupport.config
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |