Searched refs:optimize (Results 1 - 7 of 7) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java81 * or reordering the disk image of the cache in order to optimize
86 void optimize() throws HistoryException; method in interface:HistoryCache
H A DFileHistoryCache.java67 public void optimize() { method in class:FileHistoryCache
H A DHistoryGuru.java528 // The cache has been populated. Now, optimize how it is stored on
531 historyCache.optimize();
H A DJDBCHistoryCache.java794 public void optimize() throws HistoryException { method in class:JDBCHistoryCache
/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java176 cache.optimize();
218 cache.optimize();
253 cache.optimize();
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexer.java248 System.err.println(" Ex: \"-O on\" will optimize the database as part of the index generation");
734 final boolean optimize = env.isOptimizeDatabase();
742 } else if (optimize) {
743 db.optimize();
H A DIndexDatabase.java421 optimize();
475 public void optimize() { method in class:IndexDatabase

Completed in 333 milliseconds