Uses of Class
org.apache.servicemix.store.base.BaseStore

Packages that use BaseStore
org.apache.servicemix.store.ehcache   
org.apache.servicemix.store.hazelcast   
org.apache.servicemix.store.jdbc   
org.apache.servicemix.store.krati   
org.apache.servicemix.store.memory   
org.apache.servicemix.store.mongo   
org.apache.servicemix.store.redis   
 

Uses of BaseStore in org.apache.servicemix.store.ehcache
 

Subclasses of BaseStore in org.apache.servicemix.store.ehcache
 class EhCacheStore
          EhCache Store.
 

Uses of BaseStore in org.apache.servicemix.store.hazelcast
 

Subclasses of BaseStore in org.apache.servicemix.store.hazelcast
 class HazelcastStore
           
 

Uses of BaseStore in org.apache.servicemix.store.jdbc
 

Subclasses of BaseStore in org.apache.servicemix.store.jdbc
 class JdbcStore
           
 

Uses of BaseStore in org.apache.servicemix.store.krati
 

Subclasses of BaseStore in org.apache.servicemix.store.krati
 class KratiStore
           
 

Uses of BaseStore in org.apache.servicemix.store.memory
 

Subclasses of BaseStore in org.apache.servicemix.store.memory
 class MemoryStore
          A simple memory store implementation based on a simple map.
 class TimeoutMemoryStore
          MemoryStore which removes entries from the store after the specified timeout to free memory.
 

Uses of BaseStore in org.apache.servicemix.store.mongo
 

Subclasses of BaseStore in org.apache.servicemix.store.mongo
 class MongoStore
           A store which uses MongoDB.
 

Uses of BaseStore in org.apache.servicemix.store.redis
 

Subclasses of BaseStore in org.apache.servicemix.store.redis
 class RedisStore
           
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.