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 MapInterceptorContext
public void setNewValue(Object newValue)
public com.hazelcast.map.operation.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 © 2014 Hazelcast, Inc.. All Rights Reserved.