Uses of Class
org.eclipse.ditto.internal.utils.health.StatusInfo
Packages that use StatusInfo
-
Uses of StatusInfo in org.eclipse.ditto.internal.utils.health
Methods in org.eclipse.ditto.internal.utils.health that return StatusInfoModifier and TypeMethodDescriptionStatusInfo.addDetail(StatusDetailMessage detail) static StatusInfoStatusInfo.composite(List<StatusInfo> children) Returns a newStatusInfoinstance with the specifiedchildren.static StatusInfoStatusInfo.composite(Map<String, StatusInfo> labeledChildren) Returns a newStatusInfoinstance with the specifiedlabeledChildren.static StatusInfoStatusInfo.fromDetail(StatusDetailMessage detail) Returns a newStatusInfoinstance with the specifieddetail.static StatusInfoStatusInfo.fromDetails(Collection<StatusDetailMessage> details) Returns a newStatusInfoinstance with the specifieddetails.static StatusInfoCreates a newStatusInfofrom a JSON string.static StatusInfoStatusInfo.fromJson(org.eclipse.ditto.json.JsonObject jsonObject) Creates a newStatusInfofrom a JSON object.static StatusInfoStatusInfo.fromStatus(StatusInfo.Status status) Returns a newStatusInfoinstance with the specifiedstatus.static StatusInfoStatusInfo.fromStatus(StatusInfo.Status status, String message) Returns a newStatusInfoinstance with the specifiedstatusandmessage.static StatusInfoStatusInfo.fromStatus(StatusInfo.Status status, Collection<StatusDetailMessage> details) Returns a newStatusInfoinstance with the specifiedstatusanddetails.final StatusInfoAbstractHealthCheckingActor.getHealth()RetrieveHealthResponse.getStatusInfo()Return the status info.Creates a copy of this instance with the givenlabelas label.static StatusInfoStatusInfo.unknown()Methods in org.eclipse.ditto.internal.utils.health that return types with arguments of type StatusInfoMethods in org.eclipse.ditto.internal.utils.health with parameters of type StatusInfoModifier and TypeMethodDescriptionstatic RetrieveHealthResponseRetrieveHealthResponse.of(StatusInfo statusInfo, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Create a RetrieveHealthResponse.protected final voidAbstractHealthCheckingActor.updateHealth(StatusInfo newHealth) This method has to be used by subclass actors to update the health status.Method parameters in org.eclipse.ditto.internal.utils.health with type arguments of type StatusInfoModifier and TypeMethodDescriptionstatic StatusInfoStatusInfo.composite(List<StatusInfo> children) Returns a newStatusInfoinstance with the specifiedchildren.static StatusInfoStatusInfo.composite(Map<String, StatusInfo> labeledChildren) Returns a newStatusInfoinstance with the specifiedlabeledChildren.