Uses of Class
com.hazelcast.collection.CollectionItem

Packages that use CollectionItem
com.hazelcast.collection This package contains classes related to Collections (IList,ISet etc..)
 
com.hazelcast.collection.list This package contains IList functionality for Hazelcast.
 
com.hazelcast.collection.set This package contains ISet functionality for Hazelcast.
 
com.hazelcast.collection.txn This package contains the Transaction behavior for the Collections.
 
 

Uses of CollectionItem in com.hazelcast.collection
 

Subclasses of CollectionItem in com.hazelcast.collection
 class TxCollectionItem
           
 

Fields in com.hazelcast.collection with type parameters of type CollectionItem
protected  Map<Long,CollectionItem> CollectionContainer.itemMap
           
 

Methods in com.hazelcast.collection that return CollectionItem
 CollectionItem CollectionContainer.commitRemove(long itemId)
           
protected  CollectionItem CollectionContainer.remove(Data value)
           
 CollectionItem CollectionContainer.reserveRemove(long reservedItemId, Data value, String transactionId)
           
 

Methods in com.hazelcast.collection that return types with arguments of type CollectionItem
protected abstract  Collection<CollectionItem> CollectionContainer.getCollection()
           
protected abstract  Map<Long,CollectionItem> CollectionContainer.getMap()
           
 

Methods in com.hazelcast.collection with parameters of type CollectionItem
 int CollectionItem.compareTo(CollectionItem o)
           
 

Constructors in com.hazelcast.collection with parameters of type CollectionItem
TxCollectionItem(CollectionItem item)
           
 

Uses of CollectionItem in com.hazelcast.collection.list
 

Methods in com.hazelcast.collection.list that return CollectionItem
protected  CollectionItem ListContainer.add(int index, Data value)
           
protected  CollectionItem ListContainer.get(int index)
           
protected  CollectionItem ListContainer.remove(int index)
           
protected  CollectionItem ListContainer.set(int index, long itemId, Data value)
           
 

Methods in com.hazelcast.collection.list that return types with arguments of type CollectionItem
 List<CollectionItem> ListContainer.getCollection()
           
protected  Map<Long,CollectionItem> ListContainer.getMap()
           
 

Uses of CollectionItem in com.hazelcast.collection.set
 

Methods in com.hazelcast.collection.set that return types with arguments of type CollectionItem
 Set<CollectionItem> SetContainer.getCollection()
           
protected  Map<Long,CollectionItem> SetContainer.getMap()
           
 

Uses of CollectionItem in com.hazelcast.collection.txn
 

Methods in com.hazelcast.collection.txn that return types with arguments of type CollectionItem
protected  Collection<CollectionItem> TransactionalListProxy.getCollection()
           
protected  Collection<CollectionItem> TransactionalSetProxy.getCollection()
           
protected abstract  Collection<CollectionItem> AbstractTransactionalCollectionProxy.getCollection()
           
 



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