| Package | Description | 
|---|---|
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.collection.impl.queue.operations | This package contains the IQueue operations | 
| com.hazelcast.collection.impl.txnqueue | 
| Modifier and Type | Field and Description | 
|---|---|
| protected QueueContainer | QueueItem. container | 
| Modifier and Type | Method and Description | 
|---|---|
| QueueContainer | QueueItem. getContainer() | 
| QueueContainer | QueueService. getOrCreateContainer(String name,
                    boolean fromBackup) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | QueueService. addContainer(String name,
            QueueContainer container) | 
| Constructor and Description | 
|---|
| QueueItem(QueueContainer container,
         long itemId,
         Data data) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected QueueContainer | QueueOperation. getOrCreateContainer() | 
| Constructor and Description | 
|---|
| QueueReplicationOperation(Map<String,QueueContainer> migrationData,
                         int partitionId,
                         int replicaIndex) | 
| Constructor and Description | 
|---|
| TxQueueItem(QueueContainer container,
           long itemId,
           Data data) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.