Class PlanModelDeletion
java.lang.Object
io.fluxzero.common.api.Request
io.fluxzero.common.api.modeling.PlanModelDeletion
- All Implemented Interfaces:
JsonType
Creates a bounded, non-mutating hard-deletion plan.
Descendant execution must present the returned fingerprint. A changed model closure invalidates the plan.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoMetric()Converts this object into a compact metric representation for logging or monitoring.
-
Field Details
-
DEFAULT_MAX_DEPTH
public static final int DEFAULT_MAX_DEPTH- See Also:
-
DEFAULT_MAX_MODELS
public static final int DEFAULT_MAX_MODELS- See Also:
-
DEFAULT_SAMPLE_SIZE
public static final int DEFAULT_SAMPLE_SIZE- See Also:
-
-
Constructor Details
-
PlanModelDeletion
-
-
Method Details
-
toMetric
Description copied from interface:JsonTypeConverts this object into a compact metric representation for logging or monitoring.Used by the Fluxzero Java SDK to avoid logging large payloads directly while still tracking platform usage.
- Returns:
- a safe and compact object suitable for serialization to the metrics log
-