Package org.nuxeo.ecm.core.blob.stream
Class StreamOrphanBlobGC
- java.lang.Object
-
- org.nuxeo.ecm.core.blob.stream.StreamOrphanBlobGC
-
- All Implemented Interfaces:
StreamProcessorTopology
public class StreamOrphanBlobGC extends Object implements StreamProcessorTopology
- Since:
- 2023
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStreamOrphanBlobGC.BlobGCComputation
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPUTATION_NAMEstatic StringENABLED_PROPERTY_NAMEstatic StringSTREAM_NAME
-
Constructor Summary
Constructors Constructor Description StreamOrphanBlobGC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopologygetTopology(Map<String,String> options)Returns a Stream computation topology.
-
-
-
Field Detail
-
ENABLED_PROPERTY_NAME
public static final String ENABLED_PROPERTY_NAME
- See Also:
- Constant Field Values
-
COMPUTATION_NAME
public static final String COMPUTATION_NAME
- See Also:
- Constant Field Values
-
STREAM_NAME
public static final String STREAM_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTopology
public Topology getTopology(Map<String,String> options)
Description copied from interface:StreamProcessorTopologyReturns a Stream computation topology.- Specified by:
getTopologyin interfaceStreamProcessorTopology
-
-