Class NodeConfig

    • Constructor Detail

      • NodeConfig

        public NodeConfig()
    • Method Detail

      • getEnvironment

        @NotNull
        @Pattern(regexp="[a-z0-9][_a-z0-9]*",
                 message="is malformed")
        public @NotNull @Pattern(regexp="[a-z0-9][_a-z0-9]*",message="is malformed") String getEnvironment()
      • getPool

        @NotNull
        @Pattern(regexp="[a-z0-9][_a-z0-9]*",
                 message="is malformed")
        public @NotNull @Pattern(regexp="[a-z0-9][_a-z0-9]*",message="is malformed") String getPool()
      • getNodeId

        @Pattern(regexp="[A-Za-z0-9][_A-Za-z0-9-]*",
                 message="is malformed")
        public @Pattern(regexp="[A-Za-z0-9][_A-Za-z0-9-]*",message="is malformed") String getNodeId()
      • getLocation

        public String getLocation()
      • getNodeInternalAddress

        public String getNodeInternalAddress()
      • getNodeExternalAddress

        public String getNodeExternalAddress()
      • setNodeExternalAddress

        @Config("node.external-address")
        public NodeConfig setNodeExternalAddress​(String nodeExternalAddress)
      • getBinarySpec

        public String getBinarySpec()
      • getConfigSpec

        public String getConfigSpec()