Package org.mule.util.store

Interface Summary
DefaultObjectStoreFactory Create the default object stores
DeserializationPostInitialisable A marker interface used to trigger post-deserialization initialization of an object.
 

Class Summary
AbstractMonitoredObjectStore<T extends Serializable> TODO
AbstractObjectStore<T extends Serializable> This is an abstract superclass for ObjectStore implementations that conforms to the contract defined in the interface's javadocs.
AbstractPartitionedObjectStore<T extends Serializable>  
DefaultObjectStoreFactoryBean Manage the creation of the default Mule object stores.
DeserializationPostInitialisable.Implementation  
InMemoryObjectStore<T extends Serializable> InMemoryObjectStore implements an optionally bounded in-memory store for message IDs with periodic expiry of old entries.
InMemoryObjectStore.StoredObject<T> Represents the object stored in the store.
ManagedObjectStore<T extends Serializable>  
MonitoredObjectStoreWrapper<T extends Serializable> The MonitoredObjectStoreWrapper wraps an ObjectStore which does not support direct expiry and adds this behavior
MonitoredObjectStoreWrapper.StoredObject<T>  
MuleDefaultObjectStoreFactory  
MuleObjectStoreManager  
ObjectStorePartition<T extends Serializable>  
PartitionedInMemoryObjectStore<T extends Serializable>  
PartitionedObjectStoreWrapper<T extends Serializable>  
PartitionedPersistentObjectStore<T extends Serializable>  
PersistentObjectStorePartition<T extends Serializable>  
PersistentObjectStorePartition.StoreValue<T>  
QueuePersistenceObjectStore<T extends Serializable> Deprecated. this class will be removed in Mule 4.0 in favor of the new queue implementation
QueueStoreAdapter<T extends Serializable> Deprecated. this class will be removed in Mule 4.0 in favor of the new queue implementation
SimpleMemoryObjectStore<T extends Serializable>  
TextFileObjectStore A Simple object store that stores String objects by key to a text file.
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.