water.persist
Class PersistS3Task.Progress

java.lang.Object
  extended by water.Iced
      extended by water.persist.PersistS3Task.Progress
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Enclosing class:
PersistS3Task

public static class PersistS3Task.Progress
extends Iced


Field Summary
 boolean _confirmed
           
 int _done
           
 java.lang.String _error
           
 int _todo
           
 
Constructor Summary
PersistS3Task.Progress()
           
 
Method Summary
 
Methods inherited from class water.Iced
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_todo

public int _todo

_done

public int _done

_error

public java.lang.String _error

_confirmed

public boolean _confirmed
Constructor Detail

PersistS3Task.Progress

public PersistS3Task.Progress()