|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RogLogRepository
Defines a QueryRepository based on RogLog
| Method Summary | |
|---|---|
RogLog |
getLog()
Returns the RogLog corresponding to this Rog |
void |
setCloseLogOnClose(boolean val)
Set whether calling QueryRepository.close() on this repo will close its
associated RogLog. |
| Methods inherited from interface com.neeve.query.QueryRepository |
|---|
acquireWriteLock, close, createIndex, createIndex, dropIndex, dropIndex, flushIndexing, getIndex, getIndexes, getName, getNonUniqueIndex, getUniqueIndex, open, releaseWriteLock, retrieve, retrieve, retrieveAll |
| Method Detail |
|---|
RogLog getLog()
RogLog corresponding to this Rog
void setCloseLogOnClose(boolean val)
QueryRepository.close() on this repo will close its
associated RogLog.
val - Whether to close the underlying log on close.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||