public class CustomVoterConfigurationContext extends Object implements VoterConfigurationContext
| Modifier | Constructor and Description |
|---|---|
protected |
CustomVoterConfigurationContext() |
| Modifier and Type | Method and Description |
|---|---|
CustomVoterConfigurationContext |
addVoter(TerracottaVoter terracottaVoter) |
CustomVoterConfigurationContext |
distribution(Distribution distribution) |
Distribution |
getDistribution() |
List<String> |
getHostNames() |
License |
getLicense() |
TerracottaCommandLineEnvironment |
getTerracottaCommandLineEnvironment() |
List<TerracottaVoter> |
getTerracottaVoters() |
CustomVoterConfigurationContext |
license(License license) |
public CustomVoterConfigurationContext addVoter(TerracottaVoter terracottaVoter)
public List<TerracottaVoter> getTerracottaVoters()
getTerracottaVoters in interface VoterConfigurationContextpublic CustomVoterConfigurationContext distribution(Distribution distribution)
public Distribution getDistribution()
getDistribution in interface VoterConfigurationContextpublic CustomVoterConfigurationContext license(License license)
public License getLicense()
getLicense in interface VoterConfigurationContextpublic TerracottaCommandLineEnvironment getTerracottaCommandLineEnvironment()
getTerracottaCommandLineEnvironment in interface VoterConfigurationContextpublic List<String> getHostNames()
getHostNames in interface VoterConfigurationContextCopyright © 2020. All rights reserved.