Class PoolSynchronizerStatus

    • Constructor Detail

      • PoolSynchronizerStatus

        public PoolSynchronizerStatus()
        No args constructor for use in serialization
      • PoolSynchronizerStatus

        public PoolSynchronizerStatus​(Long availableMachineCount,
                                      Long machineCount,
                                      Long observedGeneration,
                                      String poolSynchronizerType,
                                      Long readyMachineCount,
                                      Long unavailableMachineCount,
                                      Long updatedMachineCount)
    • Method Detail

      • getAvailableMachineCount

        public Long getAvailableMachineCount()
        availableMachineCount is the number of machines managed by the node synchronizer which are available.
      • setAvailableMachineCount

        public void setAvailableMachineCount​(Long availableMachineCount)
        availableMachineCount is the number of machines managed by the node synchronizer which are available.
      • getMachineCount

        public Long getMachineCount()
        machineCount is the number of machines that are managed by the node synchronizer.
      • setMachineCount

        public void setMachineCount​(Long machineCount)
        machineCount is the number of machines that are managed by the node synchronizer.
      • getObservedGeneration

        public Long getObservedGeneration()
        observedGeneration is the last generation change that has been applied.
      • setObservedGeneration

        public void setObservedGeneration​(Long observedGeneration)
        observedGeneration is the last generation change that has been applied.
      • getPoolSynchronizerType

        public String getPoolSynchronizerType()
        poolSynchronizerType describes the type of the pool synchronizer.
      • setPoolSynchronizerType

        public void setPoolSynchronizerType​(String poolSynchronizerType)
        poolSynchronizerType describes the type of the pool synchronizer.
      • getReadyMachineCount

        public Long getReadyMachineCount()
        readyMachineCount is the number of machines managed by the node synchronizer that are in a ready state.
      • setReadyMachineCount

        public void setReadyMachineCount​(Long readyMachineCount)
        readyMachineCount is the number of machines managed by the node synchronizer that are in a ready state.
      • getUnavailableMachineCount

        public Long getUnavailableMachineCount()
        unavailableMachineCount is the number of machines managed by the node synchronizer but are unavailable.
      • setUnavailableMachineCount

        public void setUnavailableMachineCount​(Long unavailableMachineCount)
        unavailableMachineCount is the number of machines managed by the node synchronizer but are unavailable.
      • getUpdatedMachineCount

        public Long getUpdatedMachineCount()
        updatedMachineCount is the number of machines that have been updated by the node synchronizer.
      • setUpdatedMachineCount

        public void setUpdatedMachineCount​(Long updatedMachineCount)
        updatedMachineCount is the number of machines that have been updated by the node synchronizer.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)