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

Packages that use QueueService
com.hazelcast.collection.impl.queue   
com.hazelcast.collection.impl.queue.operations This package contains the IQueue operations
 
com.hazelcast.collection.impl.txnqueue   
 

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

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

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

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

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

Uses of QueueService in com.hazelcast.collection.impl.txnqueue
 

Constructors in com.hazelcast.collection.impl.txnqueue 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.