Searched refs:store (Results 1 - 11 of 11) sorted by relevance
/opengrok/test/org/opensolaris/opengrok/history/ |
H A D | JDBCHistoryCacheTest.java | 184 * 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 D | FileHistoryCacheTest.java | 125 * 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 D | HistoryCache.java | 39 * 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 D | Repository.java | 278 * @param cache the cache instance in which to store the history log 337 cache.store(history, this);
|
H A D | FileHistoryCache.java | 109 // 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 D | JDBCHistoryCache.java | 181 * 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 D | IndexDatabase.java | 63 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 D | RuntimeEnvironment.java | 72 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 D | SearchHelper.java | 56 import org.apache.lucene.store.FSDirectory;
|
/opengrok/src/org/opensolaris/opengrok/search/ |
H A D | SearchEngine.java | 56 import org.apache.lucene.store.FSDirectory;
|
/opengrok/lib/ |
H A D | bcel-6.0.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |
Completed in 51 milliseconds