|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwater.Iced
water.Job.ChunkProgress
public static class Job.ChunkProgress
Nested Class Summary | |
---|---|
static class |
Job.ChunkProgress.Status
|
Field Summary | |
---|---|
protected DException |
_ex
|
Constructor Summary | |
---|---|
Job.ChunkProgress(long chunksTotal)
|
Method Summary | |
---|---|
Job.ChunkProgress |
cancel()
|
Job.ChunkProgress |
done()
|
java.lang.String |
error()
|
Job.ChunkProgress |
error(java.lang.String msg)
|
boolean |
isDone()
|
float |
progress()
|
Job.ChunkProgress.Status |
status()
|
Job.ChunkProgress |
update(int count)
|
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 |
---|
protected DException _ex
Constructor Detail |
---|
public Job.ChunkProgress(long chunksTotal)
Method Detail |
---|
public Job.ChunkProgress.Status status()
public boolean isDone()
public java.lang.String error()
public Job.ChunkProgress update(int count)
public Job.ChunkProgress done()
public Job.ChunkProgress cancel()
public Job.ChunkProgress error(java.lang.String msg)
public float progress()
progress
in interface Job.Progress
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |