Class SiteIndexer<K,​V,​I extends Index<K,​V>>

    • Field Detail

      • totalWork

        protected int totalWork
    • Constructor Detail

      • SiteIndexer

        public SiteIndexer()
    • Method Detail

      • setTotalWork

        public void setTotalWork​(int num)
      • setProgressOut

        public void setProgressOut​(OutputStream out)
      • setVerboseOut

        public void setVerboseOut​(OutputStream out)
      • indexAll

        public abstract SiteIndexer.Result indexAll​(I index)
        Indexes all entities for the provided index.
      • addErrorListener

        protected final void addErrorListener​(com.google.common.util.concurrent.ListenableFuture<?> future,
                                              String desc,
                                              org.eclipse.jgit.lib.ProgressMonitor progress,
                                              AtomicBoolean ok)