|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sun.jini.outrigger.snaplogstore.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.| Method Detail |
public LogOps setupStore(Recover space)
setupStore in interface Storespace - object used for recovery of previous state
public void destroy()
throws IOException
destroy in interface StoreIOException
public void close()
throws IOException
StoreOutriggerServerImpl constructor.
close in interface StoreIOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||