Interface DistributedChangeableProperty<T extends Serializable>

    • Method Detail

      • onAttached

        void onAttached()
        This property have been attached to processor.
      • onReadyForUpdate

        void onReadyForUpdate​(@NotNull
                              @NotNull PropertyUpdateClosure updater)
        On this property ready to be update on cluster wide.
        Parameters:
        updater - Consumer for update value across cluster.
      • localUpdate

        void localUpdate​(Serializable newVal)
        Update only local value without updating remote cluster.
        Parameters:
        newVal - New value.
      • parse

        T parse​(String str)
        Parameters:
        str - String representation of the property value.
        Returns:
        Property value.