public class ActionMetadata extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_CHECK_POSTFIX |
Constructor and Description |
---|
ActionMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
addServiceCheckAction(String serviceName) |
List<String> |
getActions(String serviceName) |
String |
getClient(String serviceName) |
String |
getServiceCheckAction(String serviceName) |
String |
getServiceNameByServiceCheckAction(String serviceCheckAction)
Get service name by service check action name
|
boolean |
isDefaultHostComponentCommand(String command) |
public static final String SERVICE_CHECK_POSTFIX
public String getServiceNameByServiceCheckAction(String serviceCheckAction)
serviceCheckAction
- service check action name like ZOOKEEPER_QUORUM_SERVICE_CHECKpublic void addServiceCheckAction(String serviceName)
public boolean isDefaultHostComponentCommand(String command)
Copyright © 2022 Apache Software Foundation. All rights reserved.