Uses of Interface
org.datanucleus.store.types.scostore.Store
-
Packages that use Store Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.flush This package provides classes managing the flush process when using MANUAL flush.org.datanucleus.store Package handling the storage of classes to the datastore, and the management of the datastore.org.datanucleus.store.types.scostore Package providing backing store definitions for (SCO) types that need a backing store.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 Store in org.datanucleus
Methods in org.datanucleus with parameters of type Store Modifier and Type Method Description voidExecutionContext. flushOperationsForBackingStore(Store backingStore, ObjectProvider op)Method to flush all queued operations for the specified backing store (if any).voidExecutionContextImpl. flushOperationsForBackingStore(Store backingStore, ObjectProvider op) -
Uses of Store in org.datanucleus.flush
Methods in org.datanucleus.flush that return Store Modifier and Type Method Description StoreCollectionAddOperation. getStore()StoreCollectionClearOperation. getStore()StoreCollectionRemoveOperation. getStore()StoreListRemoveAtOperation. getStore()StoreListSetOperation. getStore()StoreMapClearOperation. getStore()StoreMapPutOperation. getStore()StoreMapRemoveOperation. getStore()StoreSCOOperation. getStore()Accessor for the backing store for this operation.Methods in org.datanucleus.flush with parameters of type Store Modifier and Type Method Description protected static booleanOperationQueue. isAddFollowedByRemoveOnSameSCO(Store store, ObjectProvider op, Operation currentOper, ListIterator<Operation> listIter)Convenience optimisation checker to return if the current operation is ADD of an element that is immediately REMOVED.protected static booleanOperationQueue. isPutFollowedByRemoveOnSameSCO(Store store, ObjectProvider op, Operation currentOper, ListIterator<Operation> listIter)Convenience optimisation checker to return if the current operation is PUT of a key that is immediately REMOVED.protected static booleanOperationQueue. isRemoveFollowedByAddOnSameSCO(Store store, ObjectProvider op, Operation currentOper, ListIterator<Operation> listIter)Convenience optimisation checker to return if the current operation is REMOVE of an element that is immediately ADDed.voidOperationQueue. performAll(Store store, ObjectProvider op)Method to perform all operations queued for the specified ObjectProvider and backing store. -
Uses of Store in org.datanucleus.store
Methods in org.datanucleus.store that return Store Modifier and Type Method Description StoreBackedSCOStoreManager. getBackingStoreForField(ClassLoaderResolver clr, AbstractMemberMetaData mmd, Class type)Accessor for the backing store for the specified field/property. -
Uses of Store in org.datanucleus.store.types.scostore
Subinterfaces of Store in org.datanucleus.store.types.scostore Modifier and Type Interface Description interfaceArrayStore<E>Interface representation of the backing store for an array.interfaceCollectionStore<E>Interface representation of the backing store for a Collection.interfaceListStore<E>Interface representation of the backing store for a List.interfaceMapStore<K,V>Interface representation of the backing store for a Map.interfacePersistableRelationStoreRepresentation of the relation between two persistable objects.interfaceSetStore<E>Interface representation of the backing store for a Set. -
Uses of Store in org.datanucleus.store.types.wrappers.backed
Methods in org.datanucleus.store.types.wrappers.backed that return Store Modifier and Type Method Description StoreArrayList. getBackingStore()StoreBackedSCO. getBackingStore()StoreCollection. getBackingStore()StoreHashMap. getBackingStore()StoreHashSet. getBackingStore()StoreHashtable. getBackingStore()StoreLinkedHashMap. getBackingStore()StoreLinkedHashSet. getBackingStore()StoreLinkedList. getBackingStore()StoreList. getBackingStore()StoreMap. getBackingStore()StorePriorityQueue. getBackingStore()StoreProperties. getBackingStore()StoreQueue. getBackingStore()StoreSet. getBackingStore()StoreSortedMap. getBackingStore()StoreSortedSet. getBackingStore()StoreStack. getBackingStore()StoreTreeMap. getBackingStore()StoreTreeSet. getBackingStore()StoreVector. getBackingStore()
-