public class HostUpdateHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HostUpdateHelper.CheckHelperAuditModule
Extension of audit logger module
|
class |
HostUpdateHelper.StringComparator |
static class |
HostUpdateHelper.UpdateHelperModule
Extension of main controller module
|
Modifier and Type | Field and Description |
---|---|
protected String |
hostChangesFile |
protected Map<String,Map<String,String>> |
hostChangesFileMap |
static String |
TMP_PREFIX |
Constructor and Description |
---|
HostUpdateHelper(com.google.inject.persist.PersistService persistService,
Configuration configuration,
com.google.inject.Injector injector) |
Modifier and Type | Method and Description |
---|---|
String |
getHostChangesFile() |
Map<String,Map<String,String>> |
getHostChangesFileMap() |
protected void |
initHostChangesFileMap() |
static void |
main(String[] args) |
void |
setHostChangesFile(String hostChangesFile) |
void |
setHostChangesFileMap(Map<String,Map<String,String>> hostChangesFileMap) |
void |
startPersistenceService() |
void |
stopPersistenceService() |
public static final String TMP_PREFIX
protected String hostChangesFile
@Inject public HostUpdateHelper(com.google.inject.persist.PersistService persistService, Configuration configuration, com.google.inject.Injector injector)
public void startPersistenceService()
public void stopPersistenceService()
public String getHostChangesFile()
public void setHostChangesFile(String hostChangesFile)
public void setHostChangesFileMap(Map<String,Map<String,String>> hostChangesFileMap)
protected void initHostChangesFileMap() throws org.apache.ambari.server.AmbariException
org.apache.ambari.server.AmbariException
Copyright © 2022 Apache Software Foundation. All rights reserved.