Uses of Package
com.hazelcast.cache.impl.nearcache

Packages that use com.hazelcast.cache.impl.nearcache
com.hazelcast.cache.impl.nearcache Near cache support. 
com.hazelcast.cache.impl.nearcache.impl Near cache implementations. 
com.hazelcast.cache.impl.nearcache.impl.record Near cache record implementations. 
com.hazelcast.cache.impl.nearcache.impl.store Near cache store implementations. 
com.hazelcast.client Contains classes/interfaces related to Client 
com.hazelcast.client.cache.impl Hazelcast JSR-107 aka JCache implementation client side 
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.client.spi Contains classes/interfaces related to Service Provider Interface such as ClientProxy , ClientClusterService 
 

Classes in com.hazelcast.cache.impl.nearcache used by com.hazelcast.cache.impl.nearcache
NearCache
          NearCache is the contract point to store keys and values in underlying NearCacheRecordStore.
NearCacheContext
          Context to hold all required external services and utilities to be used by NearCache.
NearCacheExecutor
          Contract point for executing near-cache specific tasks.
NearCacheType
          Represents types of NearCache implementations.
 

Classes in com.hazelcast.cache.impl.nearcache used by com.hazelcast.cache.impl.nearcache.impl
NearCache
          NearCache is the contract point to store keys and values in underlying NearCacheRecordStore.
NearCacheContext
          Context to hold all required external services and utilities to be used by NearCache.
NearCacheExecutor
          Contract point for executing near-cache specific tasks.
NearCacheManager
          NearCacheManager is the contract point to manage all existing NearCache instances.
NearCacheRecord
           An expirable and evictable data object which represents a near cache entry.
NearCacheRecordStore
          NearCacheRecordStore is the contract point to store keys and values as NearCacheRecord internally and to serve them.
 

Classes in com.hazelcast.cache.impl.nearcache used by com.hazelcast.cache.impl.nearcache.impl.record
NearCacheRecord
           An expirable and evictable data object which represents a near cache entry.
 

Classes in com.hazelcast.cache.impl.nearcache used by com.hazelcast.cache.impl.nearcache.impl.store
NearCacheContext
          Context to hold all required external services and utilities to be used by NearCache.
NearCacheRecord
           An expirable and evictable data object which represents a near cache entry.
NearCacheRecordStore
          NearCacheRecordStore is the contract point to store keys and values as NearCacheRecord internally and to serve them.
 

Classes in com.hazelcast.cache.impl.nearcache used by com.hazelcast.client
NearCacheManager
          NearCacheManager is the contract point to manage all existing NearCache instances.
 

Classes in com.hazelcast.cache.impl.nearcache used by com.hazelcast.client.cache.impl
NearCacheManager
          NearCacheManager is the contract point to manage all existing NearCache instances.
 

Classes in com.hazelcast.cache.impl.nearcache used by com.hazelcast.client.impl
NearCacheManager
          NearCacheManager is the contract point to manage all existing NearCache instances.
 

Classes in com.hazelcast.cache.impl.nearcache used by com.hazelcast.client.spi
NearCacheManager
          NearCacheManager is the contract point to manage all existing NearCache instances.
 



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