| Package | Description | 
|---|---|
| io.druid.java.util.emitter.service | 
| Modifier and Type | Field and Description | 
|---|---|
static AlertEvent.Severity | 
AlertEvent.Severity.DEFAULT  | 
protected AlertEvent.Severity | 
AlertBuilder.severity  | 
| Modifier and Type | Method and Description | 
|---|---|
AlertEvent.Severity | 
AlertEvent.getSeverity()  | 
static AlertEvent.Severity | 
AlertEvent.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AlertEvent.Severity[] | 
AlertEvent.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AlertBuilder | 
AlertBuilder.severity(AlertEvent.Severity severity)  | 
| Constructor and Description | 
|---|
AlertEvent(org.joda.time.DateTime createdTime,
          com.google.common.collect.ImmutableMap<String,String> serviceDimensions,
          AlertEvent.Severity severity,
          String description,
          Map<String,Object> dataMap)  | 
AlertEvent(org.joda.time.DateTime createdTime,
          String service,
          String host,
          AlertEvent.Severity severity,
          String description,
          Map<String,Object> dataMap)  | 
AlertEvent(String service,
          String host,
          AlertEvent.Severity severity,
          String description,
          Map<String,Object> dataMap)  | 
Copyright © 2011–2018. All rights reserved.