public class KratiStoreFactory extends BaseStoreFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STORE_PREFIX |
storeListeners| Constructor and Description |
|---|
KratiStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Store store)
Closes a
Store with the specified name, |
int |
getInitCapacity() |
java.lang.String |
getStoreDirectory() |
long |
getTimeout() |
Store |
open(java.lang.String name)
Opens a
Store with the specified name. |
void |
setInitCapacity(int initCapacity) |
void |
setStoreDirectory(java.lang.String storeDirectory) |
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)
public java.lang.String getStoreDirectory()
public void setStoreDirectory(java.lang.String storeDirectory)
public int getInitCapacity()
public void setInitCapacity(int initCapacity)
Copyright © 2005-2014 FuseSource. All Rights Reserved.