|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueContainer | |
---|---|
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 |
Uses of QueueContainer in com.hazelcast.queue.impl |
---|
Fields in com.hazelcast.queue.impl declared as QueueContainer | |
---|---|
protected QueueContainer |
QueueItem.container
|
Methods in com.hazelcast.queue.impl that return QueueContainer | |
---|---|
QueueContainer |
QueueService.getOrCreateContainer(String name,
boolean fromBackup)
|
Methods in com.hazelcast.queue.impl with parameters of type QueueContainer | |
---|---|
void |
QueueService.addContainer(String name,
QueueContainer container)
|
Constructors in com.hazelcast.queue.impl with parameters of type QueueContainer | |
---|---|
QueueItem(QueueContainer container,
long itemId,
Data data)
|
|
TxQueueItem(QueueContainer container,
long itemId,
Data data)
|
Uses of QueueContainer in com.hazelcast.queue.impl.operations |
---|
Methods in com.hazelcast.queue.impl.operations that return QueueContainer | |
---|---|
protected QueueContainer |
QueueOperation.getOrCreateContainer()
|
Constructor parameters in com.hazelcast.queue.impl.operations with type arguments of type QueueContainer | |
---|---|
QueueReplicationOperation(Map<String,QueueContainer> migrationData,
int partitionId,
int replicaIndex)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |