| Package | Description | 
|---|---|
| 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.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| com.hazelcast.map.impl.operation | Package for map operations. | 
| com.hazelcast.map.impl.proxy | Contains map proxy implementation and support classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | ClientMapProxy. addInterceptor(MapInterceptor interceptor) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | IMap. addInterceptor(MapInterceptor interceptor)Adds an interceptor for this map. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,MapInterceptor> | InterceptorRegistry. getId2InterceptorMap() | 
| List<MapInterceptor> | InterceptorRegistry. getInterceptors()Returns all registered interceptors. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MapServiceContextInterceptorSupport. addInterceptor(String id,
              String mapName,
              MapInterceptor interceptor) | 
| String | MapServiceContextInterceptorSupport. generateInterceptorId(String mapName,
                     MapInterceptor interceptor) | 
| void | InterceptorRegistry. register(String id,
        MapInterceptor interceptor)Registers a  MapInterceptorfor the supplied `id`. | 
| Constructor and Description | 
|---|
| AddInterceptorOperation(String id,
                       MapInterceptor mapInterceptor,
                       String mapName) | 
| AddInterceptorOperationFactory(String id,
                              String name,
                              MapInterceptor mapInterceptor) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | MapProxyImpl. addInterceptor(MapInterceptor interceptor) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.