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.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.
|
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 | Field and Description |
---|---|
protected Map<String,MapInterceptor> |
MapContainer.interceptorMap |
protected List<MapInterceptor> |
MapContainer.interceptors |
Modifier and Type | Method and Description |
---|---|
Map<String,MapInterceptor> |
MapContainer.getInterceptorMap() |
List<MapInterceptor> |
MapContainer.getInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
MapContainer.addInterceptor(String id,
MapInterceptor interceptor) |
void |
MapServiceContextInterceptorSupport.addInterceptor(String id,
String mapName,
MapInterceptor interceptor) |
String |
MapServiceContextInterceptorSupport.generateInterceptorId(String mapName,
MapInterceptor interceptor) |
Constructor and Description |
---|
MapAddInterceptorRequest(String name,
MapInterceptor mapInterceptor) |
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.