public class MapInterceptorContextImpl extends Object implements MapInterceptorContext
| Constructor and Description |
|---|
MapInterceptorContextImpl(String mapName,
com.hazelcast.map.operation.MapOperationType operationType,
Data key,
Object newValue,
Map.Entry existingEntry) |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry |
getExistingEntry() |
Data |
getKey() |
String |
getMapName() |
Object |
getNewValue() |
com.hazelcast.map.operation.MapOperationType |
getOperationType() |
void |
setNewValue(Object newValue) |
public String getMapName()
getMapName in interface MapInterceptorContextpublic void setNewValue(Object newValue)
public com.hazelcast.map.operation.MapOperationType getOperationType()
getOperationType in interface MapInterceptorContextpublic Data getKey()
getKey in interface MapInterceptorContextpublic Object getNewValue()
getNewValue in interface MapInterceptorContextpublic Map.Entry getExistingEntry()
getExistingEntry in interface MapInterceptorContextCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.