|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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. |
| com.hazelcast.partition.impl | Contains the actual implementation of the InternalPartitionService. |
| com.hazelcast.quorum.impl | Contains cluster quorum implementation classes. |
| 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.proxyservice.impl | Contains the implementation of the InternalProxyService. |
| 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.impl.collection |
|---|
| Classes in com.hazelcast.collection.impl.collection that implement EventPublishingService | |
|---|---|
class |
CollectionService
|
| Uses of EventPublishingService in com.hazelcast.collection.impl.list |
|---|
| Classes in com.hazelcast.collection.impl.list that implement EventPublishingService | |
|---|---|
class |
ListService
|
| Uses of EventPublishingService in com.hazelcast.collection.impl.queue |
|---|
| Classes in com.hazelcast.collection.impl.queue that implement EventPublishingService | |
|---|---|
class |
QueueService
Provides important services via methods for the the Queue such as QueueEvictionProcessor |
| Uses of EventPublishingService in com.hazelcast.collection.impl.set |
|---|
| Classes in com.hazelcast.collection.impl.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. |
| Fields in com.hazelcast.map.impl declared as EventPublishingService | |
|---|---|
protected EventPublishingService |
MapService.eventPublishingService
|
| 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.quorum.impl |
|---|
| Classes in com.hazelcast.quorum.impl that implement EventPublishingService | |
|---|---|
class |
QuorumServiceImpl
Service containing logic for cluster quorum. |
| 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.proxyservice.impl |
|---|
| Classes in com.hazelcast.spi.impl.proxyservice.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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||