Package org.xipki.ca.mgmt.db.diffdb
Class DigestDiffWorker
- java.lang.Object
-
- org.xipki.ca.mgmt.db.DbWorker
-
- org.xipki.ca.mgmt.db.diffdb.DigestDiffWorker
-
-
Field Summary
-
Fields inherited from class org.xipki.ca.mgmt.db.DbWorker
datasource, stopMe
-
-
Constructor Summary
Constructors Constructor Description DigestDiffWorker(org.xipki.datasource.DataSourceFactory datasourceFactory, boolean revokedOnly, String refDbConfFile, String targetDbConfFile, String reportDirName, int numCertsPerSelect, int numThreads, Set<byte[]> includeCaCerts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclose0()protected voidrun0()
-
-
-
Constructor Detail
-
DigestDiffWorker
public DigestDiffWorker(org.xipki.datasource.DataSourceFactory datasourceFactory, boolean revokedOnly, String refDbConfFile, String targetDbConfFile, String reportDirName, int numCertsPerSelect, int numThreads, Set<byte[]> includeCaCerts) throws org.xipki.util.exception.InvalidConfException, IOException- Throws:
org.xipki.util.exception.InvalidConfExceptionIOException
-
-