JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
I
M
O
R
S
T
V
C
Config
- Class in
org.mule.modules.objectstore
Object Store Global configuration settings.
Config()
- Constructor for class org.mule.modules.objectstore.
Config
contains(String)
- Method in class org.mule.modules.objectstore.
ObjectStoreConnector
Checks whether the object store contains the given key.
D
dualStore(String, Serializable, boolean)
- Method in class org.mule.modules.objectstore.
ObjectStoreConnector
Stores a value using key and also stores a key using value.
G
getConfig()
- Method in class org.mule.modules.objectstore.
ObjectStoreConnector
getEntryTtl()
- Method in class org.mule.modules.objectstore.
Config
getExpirationInterval()
- Method in class org.mule.modules.objectstore.
Config
getMaxEntries()
- Method in class org.mule.modules.objectstore.
Config
getObjectStore()
- Method in class org.mule.modules.objectstore.
Config
getPartition()
- Method in class org.mule.modules.objectstore.
Config
getPersistent()
- Method in class org.mule.modules.objectstore.
Config
I
init()
- Method in class org.mule.modules.objectstore.
ObjectStoreConnector
Initializes and validates the configuration parameters.
M
MulePropertyScope
- Enum in
org.mule.modules.objectstore
Enum for Mule Property Scopes Used for improving user experience in Studio
O
ObjectStoreConnector
- Class in
org.mule.modules.objectstore
Generic module for accessing Object Stores.
ObjectStoreConnector()
- Constructor for class org.mule.modules.objectstore.
ObjectStoreConnector
org.mule.modules.objectstore
- package org.mule.modules.objectstore
R
remove(String, boolean)
- Method in class org.mule.modules.objectstore.
ObjectStoreConnector
Remove the object for the respective key.
retrieve(String, Serializable, String, MulePropertyScope, MuleMessage)
- Method in class org.mule.modules.objectstore.
ObjectStoreConnector
Retrieve an object from the object store and make it available in the specified property scope of a Mule Message.
retrieveAllKeys()
- Method in class org.mule.modules.objectstore.
ObjectStoreConnector
Returns a list of all the keys in the object store.
retrieveAndStore(String, Serializable, Serializable, String, MulePropertyScope, MuleMessage)
- Method in class org.mule.modules.objectstore.
ObjectStoreConnector
Retrieve and Store in the same operation.
S
setConfig(Config)
- Method in class org.mule.modules.objectstore.
ObjectStoreConnector
setEntryTtl(Integer)
- Method in class org.mule.modules.objectstore.
Config
setExpirationInterval(Integer)
- Method in class org.mule.modules.objectstore.
Config
setMaxEntries(Integer)
- Method in class org.mule.modules.objectstore.
Config
setMuleContext(MuleContext)
- Method in class org.mule.modules.objectstore.
ObjectStoreConnector
setObjectStore(ObjectStore<Serializable>)
- Method in class org.mule.modules.objectstore.
Config
setObjectStoreManager(ObjectStoreManager)
- Method in class org.mule.modules.objectstore.
ObjectStoreConnector
setPartition(String)
- Method in class org.mule.modules.objectstore.
Config
setPersistent(boolean)
- Method in class org.mule.modules.objectstore.
Config
setRegistry(Registry)
- Method in class org.mule.modules.objectstore.
ObjectStoreConnector
store(String, Serializable, boolean)
- Method in class org.mule.modules.objectstore.
ObjectStoreConnector
Stores an object in the object store.
T
toString()
- Method in enum org.mule.modules.objectstore.
MulePropertyScope
V
value()
- Method in enum org.mule.modules.objectstore.
MulePropertyScope
valueOf(String)
- Static method in enum org.mule.modules.objectstore.
MulePropertyScope
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.mule.modules.objectstore.
MulePropertyScope
Returns an array containing the constants of this enum type, in the order they are declared.
C
D
G
I
M
O
R
S
T
V
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2010–2016. All rights reserved.