| Package | Description |
|---|---|
| org.mule.runtime.api.store |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionableObjectStore<T extends Serializable>
An
ObjectStore which has native support for partitioning. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectStoreSupport<T extends Serializable>
Base class with utility methods that
ObjectStore implementations might be interested on. |
class |
TemplateObjectStore<T extends Serializable>
Template for
ObjectStore implementations so that it's easier to conform to the contract. |
| 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. |
default <T extends ObjectStore<? extends Serializable>> |
ObjectStoreManager.getDefaultPartition()
Returns the default partition, which is unbounded and persistent
|
<T extends ObjectStore<? extends Serializable>> |
ObjectStoreManager.getObjectStore(String name)
Returns an
ObjectStore previously defined through the ObjectStoreManager.createObjectStore(String, ObjectStoreSettings)
method. |
<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.