Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.map |
Contains Hazelcast map module classes.
|
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> |
MapContainer.getInterceptorMap() |
List<MapInterceptor> |
MapContainer.getInterceptors() |
Modifier and Type | Method and Description |
---|---|
String |
MapContainer.addInterceptor(MapInterceptor interceptor) |
String |
MapServiceContextInterceptorSupport.addInterceptor(String mapName,
MapInterceptor interceptor) |
void |
MapContainer.addInterceptor(String id,
MapInterceptor interceptor) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.