org.mule.api.store
Interface PartitionableExpirableObjectStore<T extends Serializable>

All Superinterfaces:
ExpirableObjectStore<T>, ListableObjectStore<T>, ObjectStore<T>, PartitionableObjectStore<T>
All Known Implementing Classes:
PartitionedInMemoryObjectStore, PartitionedPersistentObjectStore

public interface PartitionableExpirableObjectStore<T extends Serializable>
extends ExpirableObjectStore<T>, PartitionableObjectStore<T>


Method Summary
 void expire(int entryTTL, int maxEntries, String partitionName)
           
 
Methods inherited from interface org.mule.api.store.ExpirableObjectStore
expire
 
Methods inherited from interface org.mule.api.store.PartitionableObjectStore
allKeys, allPartitions, close, contains, disposePartition, open, remove, retrieve, store
 
Methods inherited from interface org.mule.api.store.ListableObjectStore
allKeys, close, open
 
Methods inherited from interface org.mule.api.store.ObjectStore
contains, isPersistent, remove, retrieve, store
 

Method Detail

expire

void expire(int entryTTL,
            int maxEntries,
            String partitionName)
            throws ObjectStoreException
Throws:
ObjectStoreException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.