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