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