public interface PartitionableObjectStore<T extends Serializable> extends ListableObjectStore<T>
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
allKeys(String partitionName) |
List<String> |
allPartitions() |
void |
clear(String partitionName) |
void |
close(String partitionName) |
boolean |
contains(Serializable key,
String partitionName) |
void |
disposePartition(String partitionName) |
void |
open(String partitionName) |
T |
remove(Serializable key,
String partitionName) |
T |
retrieve(Serializable key,
String partitionName) |
void |
store(Serializable key,
T value,
String partitionName) |
allKeys, close, openclear, contains, isPersistent, remove, retrieve, storeboolean contains(Serializable key, String partitionName) throws ObjectStoreException
ObjectStoreExceptionvoid store(Serializable key, T value, String partitionName) throws ObjectStoreException
ObjectStoreExceptionT retrieve(Serializable key, String partitionName) throws ObjectStoreException
ObjectStoreExceptionT remove(Serializable key, String partitionName) throws ObjectStoreException
ObjectStoreExceptionList<Serializable> allKeys(String partitionName) throws ObjectStoreException
ObjectStoreExceptionList<String> allPartitions() throws ObjectStoreException
ObjectStoreExceptionvoid open(String partitionName) throws ObjectStoreException
ObjectStoreExceptionvoid close(String partitionName) throws ObjectStoreException
ObjectStoreExceptionvoid disposePartition(String partitionName) throws ObjectStoreException
ObjectStoreExceptionvoid clear(String partitionName) throws ObjectStoreException
ObjectStoreExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.