Uses of Class
io.streamthoughts.azkarra.http.health.Status
-
Packages that use Status Package Description io.streamthoughts.azkarra.http.health io.streamthoughts.azkarra.http.health.internal -
-
Uses of Status in io.streamthoughts.azkarra.http.health
Fields in io.streamthoughts.azkarra.http.health declared as Status Modifier and Type Field Description static Status
Status. DOWN
static Status
Status. UNKNOWN
static Status
Status. UP
Methods in io.streamthoughts.azkarra.http.health that return Status Modifier and Type Method Description Status
StatusAggregator. aggregateStatus(List<Status> allStatus)
Aggregates the the specified list of status.Status
Health. getStatus()
Gets the health indicator status.Methods in io.streamthoughts.azkarra.http.health that return types with arguments of type Status Modifier and Type Method Description static List<Status>
StatusAggregator. getAllStatus(Collection<Health> healths)
Static helper that can be used for retrieving only status from a list ofHealth
instances.Methods in io.streamthoughts.azkarra.http.health with parameters of type Status Modifier and Type Method Description Health.Builder
Health.Builder. withStatus(Status status)
Method parameters in io.streamthoughts.azkarra.http.health with type arguments of type Status Modifier and Type Method Description Status
StatusAggregator. aggregateStatus(List<Status> allStatus)
Aggregates the the specified list of status. -
Uses of Status in io.streamthoughts.azkarra.http.health.internal
Methods in io.streamthoughts.azkarra.http.health.internal that return Status Modifier and Type Method Description Status
DefaultStatusAggregator. aggregateStatus(List<Status> allStatus)
Aggregates the the specified list of status.Method parameters in io.streamthoughts.azkarra.http.health.internal with type arguments of type Status Modifier and Type Method Description Status
DefaultStatusAggregator. aggregateStatus(List<Status> allStatus)
Aggregates the the specified list of status.Constructor parameters in io.streamthoughts.azkarra.http.health.internal with type arguments of type Status Constructor Description DefaultStatusAggregator(List<Status> statusOrder)
Creates a newDefaultStatusAggregator
instance using the specified status order.
-