public interface Store
OutriggerServerImpl
,
LogOps
,
Recover
Modifier and Type | Method and Description |
---|---|
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.
|
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
- if an IO related exception occurs.void close() throws IOException
OutriggerServerImpl
constructor.IOException
- if an IO related exception occurs.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.