Searched defs:store (Results 1 - 5 of 5) sorted by relevance

/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 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/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/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 22 milliseconds