| Package | Description |
|---|---|
| org.mule.runtime.api.store |
| Modifier and Type | Method and Description |
|---|---|
ObjectStoreSettings |
ObjectStoreSettings.Builder.build()
Returns the built settings object.
|
static ObjectStoreSettings |
ObjectStoreSettings.unmanagedPersistent()
Creates a new
ObjectStoreSettings instance which describes a persistent store with no expiration or boundaries. |
static ObjectStoreSettings |
ObjectStoreSettings.unmanagedTransient()
Creates a new
ObjectStoreSettings instance which describes a transient store with no expiration or boundaries. |
| Modifier and Type | Method and Description |
|---|---|
<T extends ObjectStore<? extends Serializable>> |
ObjectStoreManager.createObjectStore(String name,
ObjectStoreSettings settings)
Creates and returns a new
ObjectStore, configured according to the state of the settings object. |
<T extends ObjectStore<? extends Serializable>> |
ObjectStoreManager.getOrCreateObjectStore(String name,
ObjectStoreSettings settings)
Returns the
ObjectStore of name if it has already been defined. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.