public class DistributedPropertyMap
extends java.lang.Object
Constructor and Description |
---|
DistributedPropertyMap(com.hazelcast.core.IMap<java.lang.String,java.lang.Object> map)
Instantiates a new distributed property map.
|
Modifier and Type | Method and Description |
---|---|
<T> DistributedProperty<T> |
createDistributedProperty(java.lang.String key)
Creates the distributed property.
|
DistributedPropertyChangedListener |
getDistributedPropertyChangedListener()
Gets the distributed property changed listener.
|
com.hazelcast.core.IMap |
getMap()
Gets the map.
|
public DistributedPropertyMap(com.hazelcast.core.IMap<java.lang.String,java.lang.Object> map)
map
- the mappublic <T> DistributedProperty<T> createDistributedProperty(java.lang.String key)
T
- the generic typekey
- the keypublic DistributedPropertyChangedListener getDistributedPropertyChangedListener()
public com.hazelcast.core.IMap getMap()