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

/opengrok/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java184 * Basic tests for the {@code store()} and {@code get()} methods.
193 cache.store(historyToStore, repos);
198 cache.store(historyNull, repos);
281 cache.store(historyToStore, repos);
294 cache.store(history, repos);
332 cache.store(new History(), hgRepos);
333 cache.store(new History(), svnRepos);
338 cache.store(hgRepos.getHistory(hgRoot), hgRepos);
343 cache.store(svnRepos.getHistory(svnRoot), svnRepos);
370 cache.store(histor
[all...]
H A DFileHistoryCacheTest.java125 * Basic tests for the {@code store()} method on cache with disabled
137 cache.store(historyToStore, repo);
145 cache.store(historyNull, repo);
169 cache.store(historyToStore, repo);
213 cache.store(freshHistory, repo);
232 * Basic tests for the {@code store()} and {@code get()} methods.
247 cache.store(historyToStore, repo);
251 cache.store(historyNull, repo);
290 // Need to refresh history to store since the file lists were stripped
291 // from it in the call to cache.store() abov
[all...]
/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java39 * Check whether this cache implementation can store history for the given
43 * @return {@code true} if this cache implementation can store history
68 * @param history The history to store
69 * @param repository The repository whose history to store
72 void store(History history, Repository repository) method in interface:HistoryCache
H A DRepository.java278 * @param cache the cache instance in which to store the history log
337 cache.store(history, this);
H A DFileHistoryCache.java109 // File based history cache does not store files for individual
217 * @param history history object to store
218 * @param file file to store the history object into
326 public void store(History history, Repository repository) method in class:FileHistoryCache
386 * and for each file store its history (saved in the value of the
H A DJDBCHistoryCache.java181 * Check whether this cache implementation can store history for the given
686 * store history for repository. Note that after this method returns it is
691 public void store(History history, Repository repository) method in class:JDBCHistoryCache
1389 * If the file exists in the changeset, store it in
/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java63 import org.apache.lucene.store.FSDirectory;
64 import org.apache.lucene.store.LockFactory;
65 import org.apache.lucene.store.NoLockFactory;
66 import org.apache.lucene.store.SimpleFSLockFactory;
118 //Directory where we store indexes
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java72 import org.apache.lucene.store.AlreadyClosedException;
73 import org.apache.lucene.store.Directory;
74 import org.apache.lucene.store.FSDirectory;
604 * @param store {@code true} if the cache should be stored in a database
606 public void setStoreHistoryCacheInDB(boolean store) { argument
607 threadConfig.get().setHistoryCacheInDB(store);
/opengrok/src/org/opensolaris/opengrok/web/
H A DSearchHelper.java56 import org.apache.lucene.store.FSDirectory;
/opengrok/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java56 import org.apache.lucene.store.FSDirectory;
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 31 milliseconds