Class HealthCheckDTO

java.lang.Object
org.apache.gravitino.dto.HealthCheckDTO

public class HealthCheckDTO extends Object
Represents the result of a single health check (e.g. entity store, HTTP server).
  • Constructor Details

    • HealthCheckDTO

      public HealthCheckDTO(String name, HealthCheckDTO.Status status, Map<String,String> details)
      Constructor for HealthCheckDTO.
      Parameters:
      name - the name of the check (e.g. "entityStore")
      status - the status of the check
      details - optional diagnostic details; null is coerced to empty map
    • HealthCheckDTO

      public HealthCheckDTO()
      Default constructor for HealthCheckDTO. (Used for Jackson deserialization.)