public class CustomTsaConfigurationContext extends Object implements TsaConfigurationContext
TsaConfigurationContext.TerracottaCommandLineEnvironmentKeys| Modifier | Constructor and Description |
|---|---|
protected |
CustomTsaConfigurationContext() |
| Modifier and Type | Method and Description |
|---|---|
CustomTsaConfigurationContext |
clusterName(String clusterName) |
String |
getClusterName() |
Duration |
getInactivityKillerDelay()
TSA will be killed if notthing happens in a specified amount of time
|
License |
getLicense() |
TerracottaCommandLineEnvironment |
getTerracottaCommandLineEnvironment(String key) |
Topology |
getTopology() |
CustomTsaConfigurationContext |
license(License license) |
CustomTsaConfigurationContext |
setInactivityKillerDelay(Duration inactivityKillerDelay)
TSA will be killed if no activity after this period of time in the logs
|
CustomTsaConfigurationContext |
terracottaCommandLineEnvironment(String key,
TerracottaCommandLineEnvironment terracottaCommandLineEnvironment) |
CustomTsaConfigurationContext |
terracottaCommandLineEnvironment(TerracottaCommandLineEnvironment terracottaCommandLineEnvironment) |
CustomTsaConfigurationContext |
topology(Topology topology) |
public Topology getTopology()
getTopology in interface TsaConfigurationContextpublic CustomTsaConfigurationContext topology(Topology topology)
public License getLicense()
getLicense in interface TsaConfigurationContextpublic CustomTsaConfigurationContext license(License license)
public String getClusterName()
getClusterName in interface TsaConfigurationContextpublic CustomTsaConfigurationContext clusterName(String clusterName)
public TerracottaCommandLineEnvironment getTerracottaCommandLineEnvironment(String key)
getTerracottaCommandLineEnvironment in interface TsaConfigurationContextpublic Duration getInactivityKillerDelay()
TsaConfigurationContextgetInactivityKillerDelay in interface TsaConfigurationContextpublic CustomTsaConfigurationContext setInactivityKillerDelay(Duration inactivityKillerDelay)
public CustomTsaConfigurationContext terracottaCommandLineEnvironment(TerracottaCommandLineEnvironment terracottaCommandLineEnvironment)
public CustomTsaConfigurationContext terracottaCommandLineEnvironment(String key, TerracottaCommandLineEnvironment terracottaCommandLineEnvironment)
Copyright © 2022. All rights reserved.