|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.outrigger.snaplogstore.LogStore
public class LogStore
OutriggerServerImpl
Constructor Summary | |
---|---|
LogStore(Configuration config)
Create a new LogStore . |
Method Summary | |
---|---|
void |
close()
Close the store, release VM resources (stop independent threads, close files, etc.) but do not destroy any persistent state. |
void |
destroy()
Destroy everything. |
LogOps |
setupStore(Recover space)
Setup store, recover previous state if any. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogStore(Configuration config) throws ConfigurationException
LogStore
.
config
- the directory to use for persistence.
ConfigurationException
Method Detail |
---|
public LogOps setupStore(Recover space)
setupStore
in interface Store
space
- object used for recovery of previous state
public void destroy() throws IOException
destroy
in interface Store
IOException
public void close() throws IOException
Store
OutriggerServerImpl
constructor.
close
in interface Store
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |