Uses of Interface
org.datanucleus.store.types.scostore.MapStore
-
Packages that use MapStore Package Description org.datanucleus.flush This package provides classes managing the flush process when using MANUAL flush.org.datanucleus.store.types Package providing basic java type handling for DataNucleus.org.datanucleus.store.types.wrappers.backed Provides implementations of the "backed" wrappers for the mutable Second Class Objects (SCO's) that are supported. -
-
Uses of MapStore in org.datanucleus.flush
Fields in org.datanucleus.flush declared as MapStore Modifier and Type Field Description (package private) MapStoreMapClearOperation. store(package private) MapStore<K,V>MapPutOperation. store(package private) MapStore<K,V>MapRemoveOperation. storeConstructors in org.datanucleus.flush with parameters of type MapStore Constructor Description MapClearOperation(DNStateManager sm, MapStore store)MapPutOperation(DNStateManager sm, MapStore store, K key, V value)MapRemoveOperation(DNStateManager sm, MapStore store, K key, V val) -
Uses of MapStore in org.datanucleus.store.types
Methods in org.datanucleus.store.types with parameters of type MapStore Modifier and Type Method Description static <K,V>
voidSCOUtils. populateMapDelegateWithStoreData(java.util.Map<K,V> delegate, MapStore<K,V> store, DNStateManager ownerSM)Convenience method to populate the passed delegate Map with the keys/values from the associated Store. -
Uses of MapStore in org.datanucleus.store.types.wrappers.backed
Fields in org.datanucleus.store.types.wrappers.backed declared as MapStore Modifier and Type Field Description protected MapStore<K,V>HashMap. backingStoreprotected MapStore<K,V>Hashtable. backingStoreprotected MapStore<K,V>LinkedHashMap. backingStoreprotected MapStore<K,V>Map. backingStoreprotected MapStoreProperties. backingStoreprotected MapStore<K,V>SortedMap. backingStoreprotected MapStore<K,V>TreeMap. backingStore
-