Interface | Description |
---|---|
DefaultObjectStoreFactory |
Create the default object stores
|
DeserializationPostInitialisable |
A marker interface used to trigger post-deserialization initialization of an object.
|
Class | Description |
---|---|
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> | |
ObjectStoreToMapAdapter<ValueType extends Serializable> |
Adapts the object store interface to a map interface so the client doesn't have to deal
with all the ObjectStoreExceptions thrown by ObjectStore.
|
PartitionedInMemoryObjectStore<T extends Serializable> | |
PartitionedObjectStoreWrapper<T extends Serializable> | |
PartitionedPersistentObjectStore<T extends Serializable> | |
PersistentObjectStorePartition<T extends Serializable> | |
PersistentObjectStorePartition.StoreValue<T> | |
ProvidedObjectStoreWrapper<T extends Serializable> |
Will wrap a provided object store or a newly created one with the provided factory, with the provided having
precedence if present.
|
ProvidedPartitionableObjectStoreWrapper<T extends Serializable> |
Will wrap a provided object store or a newly created one with the provided factory, with the provided having
precedence if present.
|
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–2016 MuleSoft, Inc.. All rights reserved.