Package org.nuxeo.ecm.core.action
Class GarbageCollectOrphanBlobsAction
- java.lang.Object
-
- org.nuxeo.ecm.core.action.GarbageCollectOrphanBlobsAction
-
- All Implemented Interfaces:
StreamProcessorTopology
public class GarbageCollectOrphanBlobsAction extends Object implements StreamProcessorTopology
Removes the orphan document blobs.- Since:
- 2023
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GarbageCollectOrphanBlobsAction.GarbageCollectOrphanBlobsComputation
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_FULL_NAME
static String
ACTION_NAME
static String
DRY_RUN_PARAM
static String
RECORDS_PARAM
static String
RESULT_DELETED_SIZE_KEY
static String
RESULT_TOTAL_SIZE_KEY
-
Constructor Summary
Constructors Constructor Description GarbageCollectOrphanBlobsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Topology
getTopology(Map<String,String> options)
Returns a Stream computation topology.
-
-
-
Field Detail
-
DRY_RUN_PARAM
public static final String DRY_RUN_PARAM
- See Also:
- Constant Field Values
-
RECORDS_PARAM
public static final String RECORDS_PARAM
- Since:
- 2025.0
- See Also:
- Constant Field Values
-
RESULT_DELETED_SIZE_KEY
public static final String RESULT_DELETED_SIZE_KEY
- See Also:
- Constant Field Values
-
RESULT_TOTAL_SIZE_KEY
public static final String RESULT_TOTAL_SIZE_KEY
- See Also:
- Constant Field Values
-
ACTION_NAME
public static final String ACTION_NAME
- See Also:
- Constant Field Values
-
ACTION_FULL_NAME
public static final String ACTION_FULL_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTopology
public Topology getTopology(Map<String,String> options)
Description copied from interface:StreamProcessorTopology
Returns a Stream computation topology.- Specified by:
getTopology
in interfaceStreamProcessorTopology
-
-