Uses of Class
org.neo4j.helpers.ProgressIndicator.SimpleProgress

Packages that use ProgressIndicator.SimpleProgress
org.neo4j.helpers Common Java utilities. 
 

Uses of ProgressIndicator.SimpleProgress in org.neo4j.helpers
 

Subclasses of ProgressIndicator.SimpleProgress in org.neo4j.helpers
static class ProgressIndicator.MultiProgress
          A ProgressIndicator that can report the total progress for multiple sources.
 

Methods in org.neo4j.helpers that return ProgressIndicator.SimpleProgress
static ProgressIndicator.SimpleProgress ProgressIndicator.SimpleProgress.textual(PrintStream out, long total)
          Returns a simple ProgressIndicator that reports progress by printing to the provided stream.
 



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