|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.store.base.BaseStoreFactory
org.apache.servicemix.store.redis.RedisStoreFactory
public class RedisStoreFactory
| Field Summary | |
|---|---|
static java.lang.String |
STORE_PREFIX
|
| Fields inherited from class org.apache.servicemix.store.base.BaseStoreFactory |
|---|
storeListeners |
| Constructor Summary | |
|---|---|
RedisStoreFactory(org.idevlab.rjc.RedisNode redisNode)
|
|
| Method Summary | |
|---|---|
void |
close(Store store)
Closes a Store with the specified name, |
long |
getTimeout()
|
Store |
open(java.lang.String name)
Opens a Store with the specified name. |
void |
setTimeout(long timeout)
|
| Methods inherited from class org.apache.servicemix.store.base.BaseStoreFactory |
|---|
getStoreListeners, setStoreListeners |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STORE_PREFIX
| Constructor Detail |
|---|
public RedisStoreFactory(org.idevlab.rjc.RedisNode redisNode)
| Method Detail |
|---|
public Store open(java.lang.String name)
throws java.io.IOException
StoreFactoryStore with the specified name.
java.io.IOException
public void close(Store store)
throws java.io.IOException
StoreFactoryStore with the specified name,
java.io.IOExceptionpublic long getTimeout()
public void setTimeout(long timeout)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||