Class DeleteDocument
- java.lang.Object
-
- org.gcube.accounting.aggregator.persist.DocumentElaboration
-
- org.gcube.accounting.aggregator.persist.DeleteDocument
-
public class DeleteDocument extends DocumentElaboration
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
-
Fields inherited from class org.gcube.accounting.aggregator.persist.DocumentElaboration
aggregationStatus, file, finalAggregationState, ID, logger, MAX_RETRY, rowToBeElaborated, startTime, THRESHOLD_FOR_FIVE_PERCENT, THRESHOLD_FOR_ONE_PERCENT
-
-
Constructor Summary
Constructors Constructor Description DeleteDocument(AggregationStatus aggregationStatus, File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidafterElaboration()Perform actions at the end of line by line elaborationprotected voidelaborateLine(String line)-
Methods inherited from class org.gcube.accounting.aggregator.persist.DocumentElaboration
elaborate, readFile
-
-
-
-
Constructor Detail
-
DeleteDocument
public DeleteDocument(AggregationStatus aggregationStatus, File file)
-
-
Method Detail
-
elaborateLine
protected void elaborateLine(String line) throws Exception
- Specified by:
elaborateLinein classDocumentElaboration- Throws:
Exception
-
afterElaboration
protected void afterElaboration()
Description copied from class:DocumentElaborationPerform actions at the end of line by line elaboration- Specified by:
afterElaborationin classDocumentElaboration
-
-