Searched refs:store (Results 1 - 8 of 8) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java40 * Check whether this cache implementation can store history for the given
44 * @return {@code true} if this cache implementation can store history
74 * @param history The history to store
75 * @param repository The repository whose history to store
78 void store(History history, Repository repository) method in interface:HistoryCache
122 * @param path2rev where to store the path to revision entries. If
134 * @param path2rev where to store the path to revision entries. If
H A DRepository.java205 * @param cache the cache instance in which to store the history log
260 cache.store(history, this);
H A DFileHistoryCache.java187 public void store(History history, Repository repository) method in class:FileHistoryCache
H A DJDBCHistoryCache.java139 * Check whether this cache implementation can store history for the given
618 public void store(History history, Repository repository) method in class:JDBCHistoryCache
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java261 * Basic tests for the {@code store()} and {@code get()} methods.
271 cache.store(historyToStore, repos);
351 cache.store(dirHistory, repos);
372 cache.store(historyToStore, repos);
386 cache.store(history, repos);
425 cache.store(new History(), hgRepos);
426 cache.store(new History(), svnRepos);
431 cache.store(hgRepos.getHistory(hgRoot), hgRepos);
437 cache.store(hgRepos.getHistory(svnRoot), svnRepos);
454 cache.store(histor
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java57 import org.apache.lucene.store.FSDirectory;
58 import org.apache.lucene.store.LockFactory;
59 import org.apache.lucene.store.NoLockFactory;
60 import org.apache.lucene.store.SimpleFSLockFactory;
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DSearchHelper.java52 import org.apache.lucene.store.FSDirectory;
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java47 import org.apache.lucene.store.FSDirectory;

Completed in 23 milliseconds