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

Packages that use ListService
com.hazelcast.collection.impl.list This package contains IList functionality for Hazelcast.
 
com.hazelcast.collection.impl.txnlist   
 

Uses of ListService in com.hazelcast.collection.impl.list
 

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

Uses of ListService in com.hazelcast.collection.impl.txnlist
 

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



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