water.fvec
Class ParseDataset2.ParseProgressMonitor

java.lang.Object
  extended by water.Iced
      extended by water.fvec.ParseDataset2.ParseProgressMonitor
All Implemented Interfaces:
java.lang.Cloneable, Freezable, Job.ProgressMonitor
Enclosing class:
ParseDataset2

public static class ParseDataset2.ParseProgressMonitor
extends Iced
implements Job.ProgressMonitor


Constructor Summary
ParseDataset2.ParseProgressMonitor(Key pKey)
           
 
Method Summary
 long progress()
           
 void update(long n)
           
 
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
 

Constructor Detail

ParseDataset2.ParseProgressMonitor

public ParseDataset2.ParseProgressMonitor(Key pKey)
Method Detail

update

public void update(long n)
Specified by:
update in interface Job.ProgressMonitor

progress

public long progress()