|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectStore | |
|---|---|
| org.mule.api.store | |
| org.mule.routing | Defines the core routing patterns supported by mule. |
| org.mule.routing.correlation | |
| org.mule.transport.polling.watermark | |
| org.mule.transport.polling.watermark.selector | |
| org.mule.util.queue.objectstore | A resource manager that allow access to transactional queues with optional persistence. |
| org.mule.util.store | |
| Uses of ObjectStore in org.mule.api.store |
|---|
| Subinterfaces of ObjectStore in org.mule.api.store | |
|---|---|
interface |
ExpirableObjectStore<T extends Serializable>
|
interface |
ListableObjectStore<T extends Serializable>
|
interface |
PartitionableExpirableObjectStore<T extends Serializable>
|
interface |
PartitionableObjectStore<T extends Serializable>
|
interface |
QueueStore<T extends Serializable>
Deprecated. this class will be removed in Mule 4.0 in favor of the new queue implementation |
| Methods in org.mule.api.store with type parameters of type ObjectStore | ||
|---|---|---|
|
ObjectStoreManager.getObjectStore(String name)
Return the partition of the default in-memory store with the given name, creating it if necessary. |
|
|
ObjectStoreManager.getObjectStore(String name,
boolean isPersistent)
Return the partition of the default in-memory or persistent store with the given name, creating it if necessary. |
|
|
ObjectStoreManager.getObjectStore(String name,
boolean isPersistent,
int maxEntries,
int entryTTL,
int expirationInterval)
Return the monitored partition of the default in-memory or persistent store with the given name, creating it if necessary. |
|
| Methods in org.mule.api.store with parameters of type ObjectStore | |
|---|---|
void |
ObjectStoreManager.disposeStore(ObjectStore<? extends Serializable> store)
Delete all objects from the partition |
| Uses of ObjectStore in org.mule.routing |
|---|
| Fields in org.mule.routing declared as ObjectStore | |
|---|---|
protected ObjectStore<String> |
IdempotentMessageFilter.store
|
| Methods in org.mule.routing that return ObjectStore | |
|---|---|
protected ObjectStore<String> |
IdempotentMessageFilter.createMessageIdStore()
|
ObjectStore<String> |
IdempotentMessageFilter.getStore()
|
| Methods in org.mule.routing with parameters of type ObjectStore | |
|---|---|
void |
IdempotentMessageFilter.setStore(ObjectStore<String> store)
|
| Uses of ObjectStore in org.mule.routing.correlation |
|---|
| Fields in org.mule.routing.correlation declared as ObjectStore | |
|---|---|
protected ObjectStore<Long> |
EventCorrelator.processedGroups
|
| Uses of ObjectStore in org.mule.transport.polling.watermark |
|---|
| Constructors in org.mule.transport.polling.watermark with parameters of type ObjectStore | |
|---|---|
UpdateExpressionWatermark(ObjectStore<Serializable> objectStore,
String variable,
String defaultExpression,
String updateExpression)
|
|
Watermark(ObjectStore<Serializable> objectStore,
String variable,
String defaultExpression)
|
|
| Uses of ObjectStore in org.mule.transport.polling.watermark.selector |
|---|
| Constructors in org.mule.transport.polling.watermark.selector with parameters of type ObjectStore | |
|---|---|
SelectorWatermark(ObjectStore<Serializable> objectStore,
String variable,
String defaultExpression,
WatermarkSelectorBroker selectorBroker,
String selectorExpression)
|
|
| Uses of ObjectStore in org.mule.util.queue.objectstore |
|---|
| Method parameters in org.mule.util.queue.objectstore with type arguments of type ObjectStore | |
|---|---|
static void |
QueueInfo.registerDelegateFactory(Class<? extends ObjectStore> storeType,
QueueInfo.QueueInfoDelegateFactory factory)
Deprecated. |
| Uses of ObjectStore in org.mule.util.store |
|---|
| Classes in org.mule.util.store that implement ObjectStore | |
|---|---|
class |
AbstractMonitoredObjectStore<T extends Serializable>
TODO |
class |
AbstractObjectStore<T extends Serializable>
This is an abstract superclass for ObjectStore implementations that conforms to the
contract defined in the interface's javadocs. |
class |
AbstractPartitionedObjectStore<T extends Serializable>
|
class |
InMemoryObjectStore<T extends Serializable>
InMemoryObjectStore implements an optionally bounded
in-memory store for message IDs with periodic expiry of old entries. |
class |
ManagedObjectStore<T extends Serializable>
|
class |
MonitoredObjectStoreWrapper<T extends Serializable>
The MonitoredObjectStoreWrapper wraps an ObjectStore which does not support direct expiry and adds this behavior |
class |
ObjectStorePartition<T extends Serializable>
|
class |
PartitionedInMemoryObjectStore<T extends Serializable>
|
class |
PartitionedObjectStoreWrapper<T extends Serializable>
|
class |
PartitionedPersistentObjectStore<T extends Serializable>
|
class |
PersistentObjectStorePartition<T extends Serializable>
|
class |
QueuePersistenceObjectStore<T extends Serializable>
Deprecated. this class will be removed in Mule 4.0 in favor of the new queue implementation |
class |
QueueStoreAdapter<T extends Serializable>
Deprecated. this class will be removed in Mule 4.0 in favor of the new queue implementation |
class |
SimpleMemoryObjectStore<T extends Serializable>
|
class |
TextFileObjectStore
A Simple object store that stores String objects by key to a text file. |
| Methods in org.mule.util.store with type parameters of type ObjectStore | ||
|---|---|---|
|
MuleObjectStoreManager.getObjectStore(String name)
|
|
|
MuleObjectStoreManager.getObjectStore(String name,
boolean isPersistent)
|
|
|
MuleObjectStoreManager.getObjectStore(String name,
boolean isPersistent,
int maxEntries,
int entryTTL,
int expirationInterval)
|
|
|
MuleObjectStoreManager.getUserObjectStore(String name,
boolean isPersistent)
|
|
|
MuleObjectStoreManager.getUserObjectStore(String name,
boolean isPersistent,
int maxEntries,
int entryTTL,
int expirationInterval)
|
|
|
MuleObjectStoreManager.internalCreateStore(ListableObjectStore<? extends Serializable> baseStore,
String name,
int maxEntries,
int entryTTL,
int expirationInterval)
|
|
| Methods in org.mule.util.store with parameters of type ObjectStore | |
|---|---|
void |
MuleObjectStoreManager.disposeStore(ObjectStore<? extends Serializable> store)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||