public class RedisStoreFactory extends BaseStoreFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STORE_PREFIX |
storeListeners| Constructor and Description |
|---|
RedisStoreFactory(org.idevlab.rjc.RedisNode redisNode) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getStoreListeners, setStoreListenerspublic static final java.lang.String STORE_PREFIX
public Store open(java.lang.String name) throws java.io.IOException
StoreFactoryStore with the specified name.java.io.IOExceptionpublic void close(Store store) throws java.io.IOException
StoreFactoryStore with the specified name,java.io.IOExceptionpublic long getTimeout()
public void setTimeout(long timeout)
Copyright © 2005-2014 FuseSource. All Rights Reserved.