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 MapInterceptorContext
public void setNewValue(Object newValue)
public MapOperationType getOperationType()
getOperationType
in interface MapInterceptorContext
public Data getKey()
getKey
in interface MapInterceptorContext
public Object getNewValue()
getNewValue
in interface MapInterceptorContext
public Map.Entry getExistingEntry()
getExistingEntry
in interface MapInterceptorContext
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.