Package | Description |
---|---|
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.map.impl.event | |
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.
|
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
ICacheService |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheService |
class |
CacheService
Cache Service is the main access point of JCache implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientEngineImpl
Class that requests, listeners from client handled in node side.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterServiceImpl |
Modifier and Type | Class and Description |
---|---|
class |
CollectionService |
Modifier and Type | Class and Description |
---|---|
class |
ListService |
Modifier and Type | Class and Description |
---|---|
class |
QueueService
Provides important services via methods for the the Queue
such as
QueueEvictionProcessor |
Modifier and Type | Class and Description |
---|---|
class |
SetService |
Modifier and Type | Class and Description |
---|---|
class |
MapService
Defines map service behavior.
|
Modifier and Type | Field and Description |
---|---|
protected EventPublishingService |
MapService.eventPublishingService |
Modifier and Type | Class and Description |
---|---|
class |
MapEventPublishingService
Contains map service event publishing service functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiMapService |
Modifier and Type | Class and Description |
---|---|
class |
InternalPartitionServiceImpl
The
InternalPartitionService implementation. |
Modifier and Type | Class and Description |
---|---|
class |
QuorumServiceImpl
Service containing logic for cluster quorum.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedMapEventPublishingService
Dispatches published events on replicated map to corresponding listeners.
|
class |
ReplicatedMapService
This is the main service implementation to handle proxy creation, event publishing, migration, anti-entropy and
manages the backing
PartitionContainer s that actually hold the data |
Modifier and Type | Class and Description |
---|---|
class |
ProxyServiceImpl |
Modifier and Type | Class and Description |
---|---|
class |
TopicService |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.