| Interface | Description |
|---|---|
| CacheEventData |
Cache event data object used in publish - dispatch
|
| CacheEventListener |
Cache Event Listener
|
| ICacheRecordStore |
Record store for the
ICache |
| Class | Description |
|---|---|
| AbstractClusterWideIterator<K,V> |
Base cluster-wide iterator
|
| CacheClearResponse |
Provides the response service for
CacheClearOperation |
| CacheDataSerializerHook |
This class contains all the ID hooks for IdentifiedDataSerializable classes used inside the JCache framework.
|
| CacheDistributedObject |
distributed object for cache, it will be used as a delegate in CacheProxy
|
| CacheEntry<K,V> |
Entry for
Cache. |
| CacheEntryEventImpl<K,V> | |
| CacheEntryProcessorEntry<K,V> |
Entry of Entry Processor for
CacheEntry. |
| CacheEntryProcessorResult<T> |
Result of the
CacheEntryProcessorEntry |
| CacheEventDataImpl | |
| CacheEventListenerAdaptor<K,V> |
Adapter for EventListener.
|
| CacheEventSet | |
| CacheKeyIteratorResult |
Result of the
CacheKeyIteratorOperation |
| CacheMXBeanImpl |
Implementation of the CacheMXBean.
|
| CachePartitionSegment |
Cache Partition Segment
CachePartitionSegment is a data structure responsible from
all cache data of a partition defined by partitionId
This Data structure is managed by CacheService
|
| CachePortableHook |
This class contains all the ID hooks for Portable classes used inside the JCache framework.
|
| CacheProxy<K,V> |
ICache implementation:
This proxy is the implementation of ICache and javax.cache.Cache which is returned by
HazelcastServerCacheManager.
|
| CacheProxyUtil |
Helper methods for Cache Proxy impl
|
| CacheRecordStore |
Implementation of the
ICacheRecordStore
Represents a named ICache on-heap data for a single partition. |
| CacheService |
Cache Service is the base access point of jcache impl to manage
cache data on a node.
|
| CacheStatisticsImpl |
Some statistics of a
ICache
Statistics accumulated in this data object is published through MxBean |
| CacheStatisticsMXBeanImpl |
Implementation of the
CacheStatisticsMXBean |
| ClusterWideIterator<K,V> |
Cluster-wide iterator for the
ICache
This cluster key iterator, uses to indexes to iterate the cluster which ar PartitionId and tableIndex. |
| HazelcastAbstractCachingProvider |
Base CachingProvider implementations
|
| HazelcastCacheManager |
The Hazelcast CacheManager base class.
|
| HazelcastCachingProvider |
Hazelcast implementation of
CachingProvider |
| HazelcastExpiryPolicy |
Custom Expiry Policy helper class for general usage
|
| HazelcastServerCacheManager | |
| HazelcastServerCachingProvider |
Provides server cachingProvider implementation.
|
| MXBeanUtil |
Provides utility functionality for the MXBean.
|
| TCKMBeanServerBuilder |
An MBeanServer builder for TCK tests.
|
| TCKMBeanServerBuilder.RIMBeanServerDelegate |
| Enum | Description |
|---|---|
| CacheEventType |
cache events
|
Hazelcast JSR-107 aka JCache implementation
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.