Package uk.co.ractf.polaris.node
Class NodeConfiguration
- java.lang.Object
-
- io.dropwizard.Configuration
-
- uk.co.ractf.polaris.CommonConfiguration
-
- uk.co.ractf.polaris.node.NodeConfiguration
-
public class NodeConfiguration extends CommonConfiguration
-
-
Field Summary
-
Fields inherited from class uk.co.ractf.polaris.CommonConfiguration
client, consul
-
-
Constructor Summary
Constructors Constructor Description NodeConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHostInfoSyncFrequency()
java.lang.String
getId()
java.lang.String
getRegistryPassword()
java.lang.String
getRegistryUsername()
boolean
isKillOrphans()
-
Methods inherited from class uk.co.ractf.polaris.CommonConfiguration
getClient, getConsulFactory, getMaxPort, getMinPort, getReconciliationTickFrequency, getSchedulingAlgorithm, getSingleUserPassword, getSingleUserRoles, getSingleUserUsername, getTaskThreadpoolSize, getThreadpoolSize, getThreadpoolTimeoutSeconds, setMaxPort, setMinPort
-
-