public class MemoryMapDataProvider extends Object implements DataProvider
Map.DataProvider,
Serialized Form| Constructor and Description |
|---|
MemoryMapDataProvider() |
public Object getValue(Object key)
getValue in interface DataProviderkey - the key identifying the value to retrieve in the store.Object.DataProvider.getValue(java.lang.Object)public void setValue(Object key, Object value)
setValue in interface DataProviderkey - the key identifying the value to retrieve in the store.value - the value to store, associated with the key.DataProvider.setValue(java.lang.Object, java.lang.Object)Copyright © 2005-2012 JPPF Team.