org.neo4j.helpers.progress
Class Indicator

java.lang.Object
  extended by org.neo4j.helpers.progress.Indicator
Direct Known Subclasses:
Indicator.Decorator

public abstract class Indicator
extends Object


Nested Class Summary
static class Indicator.Decorator
           
 
Constructor Summary
Indicator(int reportResolution)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Indicator

public Indicator(int reportResolution)
Method Detail

progress

protected abstract void progress(int from,
                                 int to)

startProcess

public void startProcess(long totalCount)

startPart

public void startPart(String part,
                      long totalCount)

completePart

public void completePart(String part)

completeProcess

public void completeProcess()

failure

public void failure(Throwable cause)


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.