Uses of Package
org.datanucleus.store.types.queued

Packages that use org.datanucleus.store.types.queued
org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins. 
org.datanucleus.store.types.backed Provides implementations of the "backed" wrappers for the mutable Second Class Objects (SCO's) that are supported. 
org.datanucleus.store.types.queued This package provides classes allowing SCO containers to queue mutating commands (add, remove, clear etc). 
 

Classes in org.datanucleus.store.types.queued used by org.datanucleus
QueuedOperation
          Interface for an operation that a SCO wrapper should support when queueing its operations (optimistic transactions).
SCOOperationQueue
          Queue of operations to be performed on second class collections/maps.
 

Classes in org.datanucleus.store.types.queued used by org.datanucleus.store.types.backed
QueuedOperation
          Interface for an operation that a SCO wrapper should support when queueing its operations (optimistic transactions).
 

Classes in org.datanucleus.store.types.queued used by org.datanucleus.store.types.queued
QueuedOperation
          Interface for an operation that a SCO wrapper should support when queueing its operations (optimistic transactions).
 



Copyright © 2013. All Rights Reserved.