public interface ListableObjectStore<T extends Serializable>
extends org.mule.runtime.api.store.ObjectStore<T>
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
allKeys() |
void |
close()
Close the underlying store.
|
void |
open()
Open the underlying store.
|
void open() throws org.mule.runtime.api.store.ObjectStoreException
org.mule.runtime.api.store.ObjectStoreException - if an exception occurred while opening the underlying store.void close()
throws org.mule.runtime.api.store.ObjectStoreException
org.mule.runtime.api.store.ObjectStoreException - if an exception occurred while closing the underlying store.List<Serializable> allKeys() throws org.mule.runtime.api.store.ObjectStoreException
org.mule.runtime.api.store.ObjectStoreException - if an exception occurred while collecting the list of all keys.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.