Uses of Interface
com.hazelcast.spi.TransactionalService

Packages that use TransactionalService
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.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.multimap.impl Contains classes for Hazelcast MultiMap module. 
com.hazelcast.queue.impl This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue
 

Uses of TransactionalService in com.hazelcast.collection
 

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

Uses of TransactionalService in com.hazelcast.collection.list
 

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

Uses of TransactionalService in com.hazelcast.collection.set
 

Classes in com.hazelcast.collection.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.
 

Uses of TransactionalService in com.hazelcast.multimap.impl
 

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

Uses of TransactionalService in com.hazelcast.queue.impl
 

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



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