|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapInterceptor | |
---|---|
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. |
Uses of MapInterceptor in com.hazelcast.client.proxy |
---|
Methods in com.hazelcast.client.proxy with parameters of type MapInterceptor | |
---|---|
String |
ClientMapProxy.addInterceptor(MapInterceptor interceptor)
|
Uses of MapInterceptor in com.hazelcast.core |
---|
Methods in com.hazelcast.core with parameters of type MapInterceptor | |
---|---|
String |
IMap.addInterceptor(MapInterceptor interceptor)
Adds an interceptor for this map. |
Uses of MapInterceptor in com.hazelcast.map.impl |
---|
Methods in com.hazelcast.map.impl that return types with arguments of type MapInterceptor | |
---|---|
Map<String,MapInterceptor> |
MapContainer.getInterceptorMap()
|
List<MapInterceptor> |
MapContainer.getInterceptors()
|
Methods in com.hazelcast.map.impl with parameters of type MapInterceptor | |
---|---|
String |
MapContainer.addInterceptor(MapInterceptor interceptor)
|
String |
MapServiceContextInterceptorSupport.addInterceptor(String mapName,
MapInterceptor interceptor)
|
void |
MapContainer.addInterceptor(String id,
MapInterceptor interceptor)
|
Uses of MapInterceptor in com.hazelcast.map.impl.client |
---|
Constructors in com.hazelcast.map.impl.client with parameters of type MapInterceptor | |
---|---|
MapAddInterceptorRequest(String name,
MapInterceptor mapInterceptor)
|
Uses of MapInterceptor in com.hazelcast.map.impl.operation |
---|
Constructors in com.hazelcast.map.impl.operation with parameters of type MapInterceptor | |
---|---|
AddInterceptorOperation(String id,
MapInterceptor mapInterceptor,
String mapName)
|
|
AddInterceptorOperationFactory(String id,
String name,
MapInterceptor mapInterceptor)
|
Uses of MapInterceptor in com.hazelcast.map.impl.proxy |
---|
Methods in com.hazelcast.map.impl.proxy with parameters of type MapInterceptor | |
---|---|
String |
MapProxyImpl.addInterceptor(MapInterceptor interceptor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |