Uses of Interface
org.mule.api.store.PartitionableObjectStore

Packages that use PartitionableObjectStore
org.mule.api.store   
org.mule.util.store   
 

Uses of PartitionableObjectStore in org.mule.api.store
 

Subinterfaces of PartitionableObjectStore in org.mule.api.store
 interface PartitionableExpirableObjectStore<T extends Serializable>
           
 

Uses of PartitionableObjectStore in org.mule.util.store
 

Classes in org.mule.util.store that implement PartitionableObjectStore
 class AbstractPartitionedObjectStore<T extends Serializable>
           
 class PartitionedInMemoryObjectStore<T extends Serializable>
           
 class PartitionedPersistentObjectStore<T extends Serializable>
           
 

Methods in org.mule.util.store that return PartitionableObjectStore
 PartitionableObjectStore<T> ObjectStorePartition.getBaseStore()
           
 

Constructors in org.mule.util.store with parameters of type PartitionableObjectStore
ObjectStorePartition(String partitionName, PartitionableObjectStore<T> partitionedObjectStore)
           
 



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