public abstract class Indicator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Indicator.Decorator |
static class |
Indicator.OpenEnded |
Constructor and Description |
---|
Indicator(int reportResolution) |
Modifier and Type | Method and Description |
---|---|
void |
completePart(String part) |
void |
completeProcess() |
void |
failure(Throwable cause) |
protected abstract void |
progress(int from,
int to) |
void |
startPart(String part,
long totalCount) |
void |
startProcess(long totalCount) |
protected abstract void progress(int from, int to)
public void startProcess(long totalCount)
public void startPart(String part, long totalCount)
public void completePart(String part)
public void completeProcess()
public void failure(Throwable cause)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.