public abstract class ServiceComponentHostEvent extends AbstractEvent<ServiceComponentHostEventType>
Constructor and Description |
---|
ServiceComponentHostEvent(ServiceComponentHostEventType type,
String serviceComponentName,
String hostName,
long opTimestamp) |
ServiceComponentHostEvent(ServiceComponentHostEventType type,
String serviceComponentName,
String hostName,
long opTimestamp,
String stackId) |
Modifier and Type | Method and Description |
---|---|
static ServiceComponentHostEvent |
create(ServiceComponentHostEventType type,
String serviceComponentName,
String hostName,
long opTimestamp,
Map<String,String> configs,
String stackId) |
String |
getHostName() |
long |
getOpTimestamp() |
String |
getServiceComponentName() |
String |
getStackId() |
getTimestamp, getType, toString
public ServiceComponentHostEvent(ServiceComponentHostEventType type, String serviceComponentName, String hostName, long opTimestamp)
public ServiceComponentHostEvent(ServiceComponentHostEventType type, String serviceComponentName, String hostName, long opTimestamp, String stackId)
public String getServiceComponentName()
public String getHostName()
public long getOpTimestamp()
public static ServiceComponentHostEvent create(ServiceComponentHostEventType type, String serviceComponentName, String hostName, long opTimestamp, Map<String,String> configs, String stackId)
public String getStackId()
Copyright © 2022 Apache Software Foundation. All rights reserved.