public class MapInterceptorContextImpl extends Object implements MapInterceptorContext
| Constructor and Description |
|---|
MapInterceptorContextImpl(String mapName,
MapOperationType operationType,
Data key,
Object newValue,
Map.Entry existingEntry) |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry |
getExistingEntry() |
Data |
getKey() |
String |
getMapName() |
Object |
getNewValue() |
MapOperationType |
getOperationType() |
void |
setNewValue(Object newValue) |
public MapInterceptorContextImpl(String mapName, MapOperationType operationType, Data key, Object newValue, Map.Entry existingEntry)
public String getMapName()
getMapName in interface MapInterceptorContextpublic void setNewValue(Object newValue)
public 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 © 2015 Hazelcast, Inc.. All Rights Reserved.