Package com.softwareag.um.modules.storage

Storage is a module that allows the use of various store types for persisting or managing in memory events. More...

Data Structures

class  Storage
 Represents an Event store. More...
 
class  StorageFactory
 Represents a factory for creating Storage objects. More...
 
class  StorageProperties
 Contains the properties used to construct a Storage object Note: If the Percent Free is non zero, then the store will automatically run Storage.performMaintenance() when the stores free space versus used space reaches this value. More...
 
interface  StorageSyncListener
 Listener for sync operations in a Storage object. More...
 
enum  StorageType
 There are 3 ways events are managed by the stores,

Where Description Types
Memory In memory only no persistence OFF_HEAP RELIABLE
File Stored to a file backed store PERSISTENT PAGED
Both Depending on the event flags, the event is stored to disk or not MIXED
More...
 

Detailed Description

Storage is a module that allows the use of various store types for persisting or managing in memory events.

Universal Messaging Storage API Package.