Package org.nuxeo.ecm.core.action
Class GarbageCollectOrphanBlobsAction
java.lang.Object
org.nuxeo.ecm.core.action.GarbageCollectOrphanBlobsAction
- All Implemented Interfaces:
StreamProcessorTopology
Removes the orphan document blobs.
- Since:
- 2023
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTopology
(Map<String, String> options) Returns a Stream computation topology.
-
Field Details
-
DRY_RUN_PARAM
- See Also:
-
RECORDS_PARAM
- Since:
- 2025.0
- See Also:
-
RESULT_DELETED_SIZE_KEY
- See Also:
-
RESULT_TOTAL_SIZE_KEY
- See Also:
-
ACTION_NAME
- See Also:
-
ACTION_FULL_NAME
- See Also:
-
-
Constructor Details
-
GarbageCollectOrphanBlobsAction
public GarbageCollectOrphanBlobsAction()
-
-
Method Details
-
getTopology
Description copied from interface:StreamProcessorTopology
Returns a Stream computation topology.- Specified by:
getTopology
in interfaceStreamProcessorTopology
-