|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Store
This interface defines the methods that any OutriggerServerImpl store must implement.
OutriggerServerImpl
,
LogOps
,
Recover
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 any persistent state and release any resources associated with this store. |
LogOps |
setupStore(Recover space)
Set up the store. |
Method Detail |
---|
LogOps setupStore(Recover space)
setupStore
on the Recover
object
after it returns.
space
- object used for recovery of previous state (if any)
void destroy() throws IOException
IOException
void close() throws IOException
OutriggerServerImpl
constructor.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |