| Interface | Description |
|---|---|
| DefaultObjectStoreFactory |
Create the default object stores
|
| DeserializationPostInitialisable | Deprecated
TODO MULE-10013 Move message serialization logic from within the message to an external service
|
| 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 | |
| LazyObjectStoreToMapAdapter<T extends Serializable> |
An
ObjectStoreToMapAdapter which delays effectively obtaining the ListableObjectStore
to be bridged until it's absolutely necessary. |
| 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<T 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.
|
| SimpleMemoryObjectStore<T extends Serializable> | |
| SimpleObjectStoreToMapAdapter<T extends Serializable> |
Simple implementation of
ObjectStoreToMapAdapter which operates on a
ListableObjectStore received in the constructor |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.