| Package | Description |
|---|---|
| org.mule.runtime.api.store |
| Class and Description |
|---|
| AbstractObjectStoreSupport
Base class with utility methods that
ObjectStore implementations might be interested on. |
| ExpirableObjectStore
An
ObjectStore capable of expiring entries when the ExpirableObjectStore.expire(long, int) method is invoked |
| ObjectStore
A generic object key value store
|
| ObjectStoreException
This exception class is thrown in cases when an exception occurs while operating on an
ObjectStore. |
| ObjectStoreSettings
Immutable object which contains settings parameters regarding how should a particular
ObjectStore
instance behave. |
| ObjectStoreSettings.Builder
A Builder for creating
ObjectStoreSettings |
| PartitionableObjectStore
An
ObjectStore which has native support for partitioning. |
| TemplateObjectStore
Template for
ObjectStore implementations so that it's easier to conform to the contract. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.