com.neeve.rog.log
Interface RogLogRepository

All Superinterfaces:
QueryRepository<Long,RogLog.Entry>

public interface RogLogRepository
extends QueryRepository<Long,RogLog.Entry>

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

getLog

RogLog getLog()
Returns the RogLog corresponding to this Rog

Returns:
The log for the repository.

setCloseLogOnClose

void setCloseLogOnClose(boolean val)
Set whether calling QueryRepository.close() on this repo will close its associated RogLog.

Parameters:
val - Whether to close the underlying log on close.


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.