| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setObjectStore(String name,
ListableObjectStore<Serializable> store) |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleContext.setObjectStore(String name,
ListableObjectStore<Serializable> store) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionableExpirableObjectStore<T extends Serializable> |
interface |
PartitionableObjectStore<T extends Serializable> |
| Constructor and Description |
|---|
ListableObjectStoreProducer(ListableObjectStore<T> objectStore) |
| Modifier and Type | Method and Description |
|---|---|
ListableObjectStore<Event> |
UntilSuccessful.getObjectStore() |
ListableObjectStore<Event> |
UntilSuccessfulConfiguration.getObjectStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
UntilSuccessful.setObjectStore(ListableObjectStore<Event> objectStore) |
| Modifier and Type | Field and Description |
|---|---|
protected ListableObjectStore |
AbstractAsyncRequestReplyRequester.store |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPartitionedObjectStore<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 |
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.
|
class |
SimpleMemoryObjectStore<T extends Serializable> |
| Modifier and Type | Method and Description |
|---|---|
ListableObjectStore<T> |
PartitionedObjectStoreWrapper.getBaseStore() |
ListableObjectStore<T> |
SimpleObjectStoreToMapAdapter.getObjectStore() |
protected abstract ListableObjectStore<T> |
ObjectStoreToMapAdapter.getObjectStore() |
ListableObjectStore<T> |
LazyObjectStoreToMapAdapter.getObjectStore() |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.mule.runtime.api.store.ObjectStore<? extends Serializable>> |
MuleObjectStoreManager.internalCreateStore(ListableObjectStore<? extends Serializable> baseStore,
String name,
int maxEntries,
long entryTTL,
long expirationInterval) |
| Constructor and Description |
|---|
MonitoredObjectStoreWrapper(ListableObjectStore<MonitoredObjectStoreWrapper.StoredObject<T>> baseStore) |
MonitoredObjectStoreWrapper(ListableObjectStore<MonitoredObjectStoreWrapper.StoredObject<T>> baseStore,
int maxEntries,
long entryTTL,
long expirationInterval) |
PartitionedObjectStoreWrapper(String name,
MuleContext context,
ListableObjectStore<T> store) |
SimpleObjectStoreToMapAdapter(ListableObjectStore<T> objectStore)
Creates a new instance
|
| Constructor and Description |
|---|
LazyObjectStoreToMapAdapter(Supplier<ListableObjectStore<T>> objectStoreSupplier) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.