public interface RogLogRepository extends QueryRepository<Long,RogLog.Entry>
QueryRepository
based on RogLog
Modifier and Type | Method and Description |
---|---|
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 . |
acquireWriteLock, close, createIndex, createIndex, dropIndex, dropIndex, flushIndexing, getIndex, getIndexes, getName, getNonUniqueIndex, getUniqueIndex, open, releaseWriteLock, retrieve, retrieve, retrieveAll
RogLog getLog()
RogLog
corresponding to this Rogvoid setCloseLogOnClose(boolean val)
QueryRepository.close()
on this repo will close its
associated RogLog
.val
- Whether to close the underlying log on close.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.