Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
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.operation |
Package for map operations.
|
com.hazelcast.map.impl.proxy |
Contains map proxy implementation and support classes.
|
Constructor and Description |
---|
AddInterceptorOperationSupplier(String id,
String name,
MapInterceptor mapInterceptor) |
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
MapInterceptor for the supplied `id`. |
Constructor and Description |
---|
AddInterceptorOperation(String id,
MapInterceptor mapInterceptor,
String mapName) |
Modifier and Type | Method and Description |
---|---|
String |
MapProxyImpl.addInterceptor(MapInterceptor interceptor) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.