Class DeleteModel
java.lang.Object
io.fluxzero.common.api.Request
io.fluxzero.common.api.Command
io.fluxzero.common.api.modeling.DeleteModel
- All Implemented Interfaces:
JsonType
Executes or resumes one explicit independent-model hard deletion.
ModelDeletionCascade.DESCENDANTS requires the fingerprint and bounds of a preceding
ModelDeletionPlan. The independently supplied deletion ID is the durable idempotency key.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptionally specifies a routing key for this command, which may be used to partition work or apply consistent hashing when processed in the Fluxzero Runtime.toMetric()Converts this object into a compact metric representation for logging or monitoring.Methods inherited from class Command
getGuarantee
-
Constructor Details
-
DeleteModel
public DeleteModel()
-
-
Method Details
-
routingKey
Description copied from class:CommandOptionally specifies a routing key for this command, which may be used to partition work or apply consistent hashing when processed in the Fluxzero Runtime.- Overrides:
routingKeyin classCommand- Returns:
- a routing key string, or
nullif not specified
-
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
-