Uses of Interface
com.hazelcast.spi.TransactionalService

Packages that use TransactionalService
com.hazelcast.collection.impl.collection   
com.hazelcast.collection.impl.list This package contains IList functionality for Hazelcast.
 
com.hazelcast.collection.impl.queue   
com.hazelcast.collection.impl.set This package contains ISet functionality for Hazelcast.
 
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.multimap.impl Contains classes for Hazelcast MultiMap module. 
 

Uses of TransactionalService in com.hazelcast.collection.impl.collection
 

Classes in com.hazelcast.collection.impl.collection that implement TransactionalService
 class CollectionService
           
 

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

Classes in com.hazelcast.collection.impl.list that implement TransactionalService
 class ListService
           
 

Uses of TransactionalService in com.hazelcast.collection.impl.queue
 

Classes in com.hazelcast.collection.impl.queue that implement TransactionalService
 class QueueService
          Provides important services via methods for the the Queue such as QueueEvictionProcessor
 

Uses of TransactionalService in com.hazelcast.collection.impl.set
 

Classes in com.hazelcast.collection.impl.set that implement TransactionalService
 class SetService
           
 

Uses of TransactionalService in com.hazelcast.map.impl
 

Classes in com.hazelcast.map.impl that implement TransactionalService
 class MapService
          Defines map service behavior.
 

Fields in com.hazelcast.map.impl declared as TransactionalService
protected  TransactionalService MapService.transactionalService
           
 

Uses of TransactionalService in com.hazelcast.multimap.impl
 

Classes in com.hazelcast.multimap.impl that implement TransactionalService
 class MultiMapService
           
 



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