Class DeleteDocument
java.lang.Object
org.gcube.accounting.aggregator.persist.DocumentElaboration
org.gcube.accounting.aggregator.persist.DeleteDocument
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AggregatorPersistenceSrcprotected org.gcube.com.fasterxml.jackson.databind.node.ArrayNodeFields inherited from class org.gcube.accounting.aggregator.persist.DocumentElaboration
aggregationStatus, currentlyElaborated, effectiveMaxRowPerStep, file, finalAggregationState, ID, logger, MAX_RETRY, MAX_ROWS_PER_STEP, rowToBeElaborated, startTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidPerform actions at the end of line by line elaborationprotected voidelaborateLine(String line) Methods inherited from class org.gcube.accounting.aggregator.persist.DocumentElaboration
elaborate, readFile
-
Field Details
-
aggregatorPersistenceSrc
-
arrayNode
protected org.gcube.com.fasterxml.jackson.databind.node.ArrayNode arrayNode
-
-
Constructor Details
-
DeleteDocument
- Throws:
Exception
-
-
Method Details
-
elaborateLine
- Specified by:
elaborateLinein classDocumentElaboration- Throws:
Exception
-
afterElaboration
Description copied from class:DocumentElaborationPerform actions at the end of line by line elaboration- Specified by:
afterElaborationin classDocumentElaboration- Throws:
Exception
-