Uses of Interface
com.hazelcast.spi.EventPublishingService

Packages that use EventPublishingService
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.cluster.impl This package contains the implementation of the cluster functionality.
 
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.partition.impl Contains the actual implementation of the InternalPartitionService
com.hazelcast.queue.impl This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue
com.hazelcast.replicatedmap.impl This package contains the implementation of the replicated map service itself and some connection interfaces only used internally - No public API! 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
com.hazelcast.topic.impl This package contains ITopic functionality for Hazelcast.
With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. 
 

Uses of EventPublishingService in com.hazelcast.cache.impl
 

Subinterfaces of EventPublishingService in com.hazelcast.cache.impl
 interface ICacheService
           
 

Classes in com.hazelcast.cache.impl that implement EventPublishingService
 class AbstractCacheService
           
 class CacheService
          Cache Service is the main access point of JCache implementation.
 

Uses of EventPublishingService in com.hazelcast.client.impl
 

Classes in com.hazelcast.client.impl that implement EventPublishingService
 class ClientEngineImpl
          Class that requests, listeners from client handled in node side.
 

Uses of EventPublishingService in com.hazelcast.cluster.impl
 

Classes in com.hazelcast.cluster.impl that implement EventPublishingService
 class ClusterServiceImpl
           
 

Uses of EventPublishingService in com.hazelcast.collection
 

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

Uses of EventPublishingService in com.hazelcast.collection.list
 

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

Uses of EventPublishingService in com.hazelcast.collection.set
 

Classes in com.hazelcast.collection.set that implement EventPublishingService
 class SetService
           
 

Uses of EventPublishingService in com.hazelcast.map.impl
 

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

Uses of EventPublishingService in com.hazelcast.multimap.impl
 

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

Uses of EventPublishingService in com.hazelcast.partition.impl
 

Classes in com.hazelcast.partition.impl that implement EventPublishingService
 class InternalPartitionServiceImpl
          The InternalPartitionService implementation.
 

Uses of EventPublishingService in com.hazelcast.queue.impl
 

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

Uses of EventPublishingService in com.hazelcast.replicatedmap.impl
 

Classes in com.hazelcast.replicatedmap.impl that implement EventPublishingService
 class ReplicatedMapService
          This is the main service implementation to handle replication and manages the backing ReplicatedRecordStores that actually hold the data
 

Uses of EventPublishingService in com.hazelcast.spi.impl
 

Classes in com.hazelcast.spi.impl that implement EventPublishingService
 class ProxyServiceImpl
           
 

Uses of EventPublishingService in com.hazelcast.topic.impl
 

Classes in com.hazelcast.topic.impl that implement EventPublishingService
 class TopicService
           
 



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