Uses of Class
org.terracotta.angela.common.tcconfig.TcConfig
-
Packages that use TcConfig Package Description org.terracotta.angela.common.provider org.terracotta.angela.common.tcconfig org.terracotta.angela.common.topology -
-
Uses of TcConfig in org.terracotta.angela.common.provider
Methods in org.terracotta.angela.common.provider that return TcConfig Modifier and Type Method Description TcConfigTcConfigManager. findTcConfig(UUID serverId)Methods in org.terracotta.angela.common.provider that return types with arguments of type TcConfig Modifier and Type Method Description List<TcConfig>TcConfigManager. getTcConfigs()static List<TcConfig>TcConfigManager. mergeTcConfigs(TcConfig tcConfig, TcConfig[] tcConfigs)Methods in org.terracotta.angela.common.provider with parameters of type TcConfig Modifier and Type Method Description static List<TcConfig>TcConfigManager. mergeTcConfigs(TcConfig tcConfig, TcConfig[] tcConfigs)voidTcConfigManager. setUpInstallation(TcConfig tcConfig, ServerSymbolicName serverSymbolicName, UUID serverId, Map<ServerSymbolicName,Integer> proxiedPorts, File installLocation, SecurityRootDirectory securityRootDirectory)Method parameters in org.terracotta.angela.common.provider with type arguments of type TcConfig Modifier and Type Method Description static TcConfigManagerTcConfigManager. withTcConfig(List<TcConfig> tcConfigs, boolean netDisruptionEnabled) -
Uses of TcConfig in org.terracotta.angela.common.tcconfig
Subclasses of TcConfig in org.terracotta.angela.common.tcconfig Modifier and Type Class Description classEnterpriseTcConfigclassSecureTcConfigMethods in org.terracotta.angela.common.tcconfig that return TcConfig Modifier and Type Method Description TcConfigTcConfig. copy()static TcConfigTcConfig. tcConfig(Version version, URL tcConfigPath)Methods in org.terracotta.angela.common.tcconfig that return types with arguments of type TcConfig Modifier and Type Method Description List<TcConfig>TsaConfig. getTcConfigs()Methods in org.terracotta.angela.common.tcconfig with parameters of type TcConfig Modifier and Type Method Description static TsaConfigTsaConfig. tsaConfig(TcConfig tcConfig, TcConfig... tcConfigs)Method parameters in org.terracotta.angela.common.tcconfig with type arguments of type TcConfig Modifier and Type Method Description static TsaConfigTsaConfig. tsaConfig(List<TcConfig> tcConfigs)static TsaConfigTsaConfig. tsaConfig(Version version, List<TsaStripeConfig> stripeConfigs, Supplier<TcConfig> tcConfigSupplier) -
Uses of TcConfig in org.terracotta.angela.common.topology
Constructors in org.terracotta.angela.common.topology with parameters of type TcConfig Constructor Description Topology(Distribution distribution, boolean netDisruptionEnabled, TcConfig[] tcConfigs)Topology(Distribution distribution, boolean netDisruptionEnabled, TcConfig tcConfig, TcConfig... tcConfigs)Topology(Distribution distribution, TcConfig[] tcConfigs)Topology(Distribution distribution, TcConfig tcConfig, TcConfig... tcConfigs)
-