Class Progress

java.lang.Object
com.yahoo.log.event.Event
com.yahoo.log.event.Progress
All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true, since="7") public class Progress extends Event
Deprecated, for removal: This API element is subject to removal in a future version.
Author:
Bjorn Borud
See Also:
  • Constructor Details

    • Progress

      public Progress()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Progress

      public Progress(String name, String value, String total)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Progress

      public Progress(String name, double value, double total)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Progress

      public Progress(String name, String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Progress

      public Progress(String name, double value)
      Deprecated, for removal: This API element is subject to removal in a future version.