public static enum ServiceHealthReportPojo.Service extends Enum<ServiceHealthReportPojo.Service>
Enum Constant and Description |
---|
CHANNEL_LATENCIES
The channel end-to-end operational status and latency
|
ELASTICSEARCH
The health of the elasticsearch indices owned by this tenant
|
KAFKA
The health of the kafka topics used by this tenant
|
PUNCHPLATFORM
The health of the whole punchplatform for this tenant
|
Modifier and Type | Method and Description |
---|---|
static ServiceHealthReportPojo.Service |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceHealthReportPojo.Service[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceHealthReportPojo.Service CHANNEL_LATENCIES
public static final ServiceHealthReportPojo.Service KAFKA
public static final ServiceHealthReportPojo.Service ELASTICSEARCH
public static final ServiceHealthReportPojo.Service PUNCHPLATFORM
public static ServiceHealthReportPojo.Service[] values()
for (ServiceHealthReportPojo.Service c : ServiceHealthReportPojo.Service.values()) System.out.println(c);
public static ServiceHealthReportPojo.Service valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014–2023. All rights reserved.