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, open
clear, contains, isPersistent, remove, retrieve, store
boolean contains(Serializable key, String partitionName) throws ObjectStoreException
ObjectStoreException
void store(Serializable key, T value, String partitionName) throws ObjectStoreException
ObjectStoreException
T retrieve(Serializable key, String partitionName) throws ObjectStoreException
ObjectStoreException
T remove(Serializable key, String partitionName) throws ObjectStoreException
ObjectStoreException
List<Serializable> allKeys(String partitionName) throws ObjectStoreException
ObjectStoreException
List<String> allPartitions() throws ObjectStoreException
ObjectStoreException
void open(String partitionName) throws ObjectStoreException
ObjectStoreException
void close(String partitionName) throws ObjectStoreException
ObjectStoreException
void disposePartition(String partitionName) throws ObjectStoreException
ObjectStoreException
void clear(String partitionName) throws ObjectStoreException
ObjectStoreException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.