Uses of Interface
org.datanucleus.store.types.scostore.MapStore
Packages that use MapStore
Package
Description
This package provides classes managing the flush process when using MANUAL flush.
Package providing basic java type handling for DataNucleus.
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 MapStoreModifier and TypeFieldDescription(package private) final MapStore
MapClearOperation.store
MapPutOperation.store
MapRemoveOperation.store
Constructors in org.datanucleus.flush with parameters of type MapStoreModifierConstructorDescriptionMapClearOperation
(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 MapStoreModifier and TypeMethodDescriptionstatic <K,
V> void SCOUtils.populateMapDelegateWithStoreData
(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 MapStoreModifier and TypeFieldDescriptionHashMap.backingStore
Hashtable.backingStore
LinkedHashMap.backingStore
Map.backingStore
protected MapStore
Properties.backingStore
SortedMap.backingStore
TreeMap.backingStore