Uses of Class
com.hazelcast.queue.impl.QueueService

Packages that use QueueService
com.hazelcast.queue.impl This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue
com.hazelcast.queue.impl.operations This package contains the IQueue operations
 
com.hazelcast.queue.impl.proxy This package contains the IQueue proxies.
 
com.hazelcast.queue.impl.tx This package contains the Transaction behavior for the IQueue.
 
 

Uses of QueueService in com.hazelcast.queue.impl
 

Methods in com.hazelcast.queue.impl with parameters of type QueueService
 void QueueContainer.setConfig(QueueConfig config, NodeEngine nodeEngine, QueueService service)
           
 

Constructors in com.hazelcast.queue.impl with parameters of type QueueService
QueueContainer(String name, QueueConfig config, NodeEngine nodeEngine, QueueService service)
           
QueueEvictionProcessor(NodeEngine nodeEngine, QueueService service)
           
 

Uses of QueueService in com.hazelcast.queue.impl.operations
 

Methods in com.hazelcast.queue.impl.operations that return QueueService
protected  QueueService QueueOperation.getQueueService()
           
 

Uses of QueueService in com.hazelcast.queue.impl.proxy
 

Constructors in com.hazelcast.queue.impl.proxy with parameters of type QueueService
QueueProxyImpl(String name, QueueService queueService, NodeEngine nodeEngine)
           
 

Uses of QueueService in com.hazelcast.queue.impl.tx
 

Constructors in com.hazelcast.queue.impl.tx with parameters of type QueueService
TransactionalQueueProxy(NodeEngine nodeEngine, QueueService service, String name, TransactionSupport tx)
           
TransactionalQueueProxySupport(NodeEngine nodeEngine, QueueService service, String name, TransactionSupport tx)
           
 



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