Package | Description |
---|---|
org.apache.ambari.server.state |
Modifier and Type | Method and Description |
---|---|
static ServiceComponentHostEventType |
ServiceComponentHostEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceComponentHostEventType[] |
ServiceComponentHostEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ServiceComponentHostEvent |
ServiceComponentHostEvent.create(ServiceComponentHostEventType type,
String serviceComponentName,
String hostName,
long opTimestamp,
Map<String,String> configs,
String stackId) |
Constructor and Description |
---|
ServiceComponentHostEvent(ServiceComponentHostEventType type,
String serviceComponentName,
String hostName,
long opTimestamp) |
ServiceComponentHostEvent(ServiceComponentHostEventType type,
String serviceComponentName,
String hostName,
long opTimestamp,
String stackId) |
Copyright © 2014. All rights reserved.