|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopenlsd.appli.autoimport.commonimport.LSDImportAbstract
openlsd.server.autoimport.commonimport.LSDServerImportAbstract
openlsd.server.autoimport.LSDServerImportBlockCheckSimilar
public class LSDServerImportBlockCheckSimilar
Class to import files into DB and LSD using Block Thread Import while
trying to limit the number of open connections (socket) for info or
delete connections. This version uses CheckSimilar before import to
check if the document to be imported is already in the OpenLSD Legacy.
This version can only be used on the OpenLSD Server due to the necessity to
get direct access on files stored in OpenLSD Legacy.
Field Summary |
---|
Fields inherited from class openlsd.appli.autoimport.commonimport.LSDImportAbstract |
---|
admin, async, blockmode, countKO, countOK, date_debut, dbconns, dir1, doneQueue, errorList, ext1, extidb, extKO, extOK, extStop, file0, fileKO, filename2Out, fileOK, isCompressed, isSameLid, istesting, KO, lcd, lci, lcp, lcps, lid0, listFiles, listline, llc, lsdb, nbFile, nbthread, option, passwd, sameDbConnMyltithread, sameLegacy, sameLid, source2, targetIdip, todelete, todoQueue, todoQueueB, todoQueueBLocal, todoQueueLocal, todoQueues, todoQueuesB, use2Out |
Constructor Summary | |
---|---|
protected |
LSDServerImportBlockCheckSimilar(LSDDbAdmin admin,
java.lang.String xmlServerConfig)
Create a LSDCheck from args |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Run auto import |
Methods inherited from class openlsd.server.autoimport.commonimport.LSDServerImportAbstract |
---|
prepareImportQueue |
Methods inherited from class openlsd.appli.autoimport.commonimport.LSDImportAbstract |
---|
errorFromPrepareImportQueue, finalizeAfterAutoImport, finalizeAfterImport, finalizeConnection, finalizeRegisterFile, finishAfterAutoImport, getClientPutInfo, getClientPutInfoFromIpPort, getIndexFromString, getIpPortC, getIpPortP, getLegacy, initConnection, initializeArgs, initOneFileOption, initOptions, initOptionsAuto, initRegisterFile, joinConnection, privateInitializeArgs, registerFalseFile, registerFalseFile, registerTrueFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected LSDServerImportBlockCheckSimilar(LSDDbAdmin admin, java.lang.String xmlServerConfig)
admin
- xmlServerConfig
- Method Detail |
---|
public static void main(java.lang.String[] args)
args
- with the config filename and server config filename as first args.
As second group of args:
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |