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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java86 * or reordering the disk image of the cache in order to optimize
91 void optimize() throws HistoryException; method in interface:HistoryCache
H A DFileHistoryCache.java72 public void optimize() { method in class:FileHistoryCache
H A DHistoryGuru.java630 // The cache has been populated. Now, optimize how it is stored on
633 historyCache.optimize();
H A DJDBCHistoryCache.java778 public void optimize() throws HistoryException { method in class:JDBCHistoryCache
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java272 cache.optimize();
325 cache.optimize();
387 cache.optimize();
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexer.java250 System.err.println(" Ex: \"-O on\" will optimize the database as part of the index generation");
745 * Index and optionally optimize related databases. Obtains an
804 final boolean optimize = cfg.isOptimizeDatabase();
813 } else if (optimize) {
814 db.optimize();
H A DIndexDatabase.java404 optimize();
461 public void optimize() { method in class:IndexDatabase
492 logger.log(Level.FINE, "optimize", e);

Completed in 22 milliseconds