Uses of Class
com.hazelcast.collection.list.ListService

Packages that use ListService
com.hazelcast.collection.list This package contains IList functionality for Hazelcast.
 
com.hazelcast.collection.txn This package contains the Transaction behavior for the Collections.
 
 

Uses of ListService in com.hazelcast.collection.list
 

Constructors in com.hazelcast.collection.list with parameters of type ListService
ListProxyImpl(String name, NodeEngine nodeEngine, ListService service)
           
 

Uses of ListService in com.hazelcast.collection.txn
 

Constructors in com.hazelcast.collection.txn with parameters of type ListService
TransactionalListProxy(String name, TransactionSupport tx, NodeEngine nodeEngine, ListService service)
           
 



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