Uses of Package
com.hazelcast.map

Packages that use com.hazelcast.map
com.hazelcast.client.proxy This package contains client side proxy implementations of the different Hazelcast data structures and operation types 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.map Contains Hazelcast map module classes. 
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.operation Package for map operations. 
com.hazelcast.map.impl.proxy Contains map proxy implementation and support classes. 
com.hazelcast.web Provides Hazelcast-based session replication. 
 

Classes in com.hazelcast.map used by com.hazelcast.client.proxy
EntryProcessor
          An EntryProcessor passes you a Map.Entry.
MapInterceptor
          MapInterceptor is used to intercept changes to the map, allowing access to the values before and after adding it to the map MapInterceptors are chained when added to the map, which means that when an interceptor is added on node initialization it could be added twice.
 

Classes in com.hazelcast.map used by com.hazelcast.core
EntryProcessor
          An EntryProcessor passes you a Map.Entry.
MapInterceptor
          MapInterceptor is used to intercept changes to the map, allowing access to the values before and after adding it to the map MapInterceptors are chained when added to the map, which means that when an interceptor is added on node initialization it could be added twice.
 

Classes in com.hazelcast.map used by com.hazelcast.map
EntryBackupProcessor
          Processes an entry on a backup partition.
EntryProcessor
          An EntryProcessor passes you a Map.Entry.
 

Classes in com.hazelcast.map used by com.hazelcast.map.impl
MapInterceptor
          MapInterceptor is used to intercept changes to the map, allowing access to the values before and after adding it to the map MapInterceptors are chained when added to the map, which means that when an interceptor is added on node initialization it could be added twice.
 

Classes in com.hazelcast.map used by com.hazelcast.map.impl.client
EntryProcessor
          An EntryProcessor passes you a Map.Entry.
MapInterceptor
          MapInterceptor is used to intercept changes to the map, allowing access to the values before and after adding it to the map MapInterceptors are chained when added to the map, which means that when an interceptor is added on node initialization it could be added twice.
 

Classes in com.hazelcast.map used by com.hazelcast.map.impl.operation
EntryBackupProcessor
          Processes an entry on a backup partition.
EntryProcessor
          An EntryProcessor passes you a Map.Entry.
MapInterceptor
          MapInterceptor is used to intercept changes to the map, allowing access to the values before and after adding it to the map MapInterceptors are chained when added to the map, which means that when an interceptor is added on node initialization it could be added twice.
 

Classes in com.hazelcast.map used by com.hazelcast.map.impl.proxy
EntryProcessor
          An EntryProcessor passes you a Map.Entry.
MapInterceptor
          MapInterceptor is used to intercept changes to the map, allowing access to the values before and after adding it to the map MapInterceptors are chained when added to the map, which means that when an interceptor is added on node initialization it could be added twice.
 

Classes in com.hazelcast.map used by com.hazelcast.web
AbstractEntryProcessor
          An abstract EntryProcessor that already has implemented the AbstractEntryProcessor.getBackupProcessor().
EntryProcessor
          An EntryProcessor passes you a Map.Entry.
 



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