Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDelayMillisAfterProcessing (0.12 sec)

  1. src/main/java/org/codelibs/fess/crawler/interval/FessIntervalController.java

    import org.codelibs.fess.helper.IntervalControlHelper;
    import org.codelibs.fess.util.ComponentUtil;
    
    public class FessIntervalController extends DefaultIntervalController {
    
        public long getDelayMillisAfterProcessing() {
            return delayMillisAfterProcessing;
        }
    
        public void setDelayMillisAfterProcessing(final long delayMillisAfterProcessing) {
            this.delayMillisAfterProcessing = delayMillisAfterProcessing;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top