|
||||||||||
| 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.util.queue | 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>
Defines a < ListableObjectStore to store data for event queues. |
| 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.util.queue |
|---|
| Method parameters in org.mule.util.queue with type arguments of type ObjectStore | |
|---|---|
static void |
QueueInfo.registerDelegateFactory(Class<? extends ObjectStore> storeType,
QueueInfo.QueueInfoDelegateFactory factory)
|
| Uses of ObjectStore in org.mule.util.store |
|---|
| 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 | |||||||||