Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IndexUpdateCallbackImpl (0.18 sec)

  1. src/main/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImpl.java

    import org.codelibs.fess.util.DocList;
    import org.codelibs.fess.util.DocumentUtil;
    import org.codelibs.fess.util.MemoryUtil;
    
    public class IndexUpdateCallbackImpl implements IndexUpdateCallback {
        private static final Logger logger = LogManager.getLogger(IndexUpdateCallbackImpl.class);
    
        protected AtomicLong documentSize = new AtomicLong(0);
    
        protected volatile long executeTime = 0;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.9K bytes
    - Viewed (0)
Back to top