Uses of Package
com.hazelcast.map.impl

Packages that use com.hazelcast.map.impl
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.client.impl.protocol.parameters Client protocol parameter implementations for client requests and responses 
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.map.impl.client Contains client requests for the IMap 
com.hazelcast.map.impl.eviction This package contains eviction classes.
 
com.hazelcast.map.impl.mapstore Contains map store operations. 
com.hazelcast.map.impl.mapstore.writebehind Package for processing write behind store operations. 
com.hazelcast.map.impl.mapstore.writethrough Package for processing write through store operations. 
com.hazelcast.map.impl.operation Package for map operations. 
com.hazelcast.map.impl.proxy Contains map proxy implementation and support classes. 
com.hazelcast.map.impl.tx Contains implementation classes for TransactionalMap 
com.hazelcast.multimap.impl Contains classes for Hazelcast MultiMap module. 
 

Classes in com.hazelcast.map.impl used by com.hazelcast.cache.impl
MapEntrySet
           
 

Classes in com.hazelcast.map.impl used by com.hazelcast.client.impl.protocol.parameters
SimpleEntryView
          SimpleEntryView is an implementation of EntryView and also it is writable.
 

Classes in com.hazelcast.map.impl used by com.hazelcast.map.impl
EntryEventFilter
           
EventData
          General contract for map event data.
ListenerAdapter
          Adapter for all IMap listeners.
LocalMapStatsProvider
          Provides node local statistics of a map via LocalMapStatsProvider.createLocalMapStats(java.lang.String) and also holds all LocalMapStatsImpl implementations of all maps.
MapContainer
          Map container.
MapContextQuerySupport
          Support interface which is used in map specific query operations.
MapEntrySet
           
MapEventPublisher
          Helper methods for publishing events.
MapKeyLoader
          Loads keys from a MapLoader and sends them to all partitions for loading
MapService
          Defines map service behavior.
MapServiceContext
          Context which is needed by a map service.
MapServiceContextEventListenerSupport
          Helper event listener methods for MapServiceContext.
MapServiceContextInterceptorSupport
          Helper interceptor methods for MapServiceContext.
NearCache
          NearCache.
NearCacheProvider
          Provides near cache specific functionality.
NearCacheRecord
          Entry holder to be used in Client and Node side Near cache
PartitionContainer
           
QueryResult
           
RecordStore
          Defines a record-store.
SizeEstimator
          Size estimator general contract.
 

Classes in com.hazelcast.map.impl used by com.hazelcast.map.impl.client
MapEntrySet
           
 

Classes in com.hazelcast.map.impl used by com.hazelcast.map.impl.eviction
MapContainer
          Map container.
MapServiceContext
          Context which is needed by a map service.
RecordStore
          Defines a record-store.
 

Classes in com.hazelcast.map.impl used by com.hazelcast.map.impl.mapstore
MapContainer
          Map container.
MapServiceContext
          Context which is needed by a map service.
MapStoreWrapper
           
 

Classes in com.hazelcast.map.impl used by com.hazelcast.map.impl.mapstore.writebehind
MapStoreWrapper
           
 

Classes in com.hazelcast.map.impl used by com.hazelcast.map.impl.mapstore.writethrough
MapStoreWrapper
           
 

Classes in com.hazelcast.map.impl used by com.hazelcast.map.impl.operation
MapContainer
          Map container.
MapEntrySet
           
MapService
          Defines map service behavior.
PartitionContainer
           
RecordStore
          Defines a record-store.
 

Classes in com.hazelcast.map.impl used by com.hazelcast.map.impl.proxy
MapService
          Defines map service behavior.
 

Classes in com.hazelcast.map.impl used by com.hazelcast.map.impl.tx
MapService
          Defines map service behavior.
 

Classes in com.hazelcast.map.impl used by com.hazelcast.multimap.impl
EventData
          General contract for map event data.
 



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