Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.replicatedmap.impl |
This package contains the implementation of the replicated map service itself and some connection interfaces only used
internally.
|
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 |
MapService
Defines map service behavior.
|
Modifier and Type | Field and Description |
---|---|
protected SplitBrainHandlerService |
MapService.splitBrainHandlerService |
Modifier and Type | Class and Description |
---|---|
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 |
class |
ReplicatedMapSplitBrainHandlerService
Contains split-brain handling logic for
ReplicatedMap |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.