Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shutdownNow (0.03 sec)

  1. src/main/java/org/codelibs/fess/suggest/Suggester.java

        }
    
        /**
         * Shuts down the thread pool.
         */
        public void shutdown() {
            threadPool.shutdownNow();
        }
    
        /**
         * Creates a new index if no index exists.
         * @return True if an index was created, false otherwise.
         */
        public boolean createIndexIfNothing() {
            try {
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Thu Aug 07 02:41:28 UTC 2025
    - 20.7K bytes
    - Viewed (3)
Back to top