Neo4j Enterprise

Uses of Interface
org.neo4j.helpers.ProgressIndicator

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

Uses of ProgressIndicator in org.neo4j.helpers
 

Classes in org.neo4j.helpers that implement ProgressIndicator
static class ProgressIndicator.Decorator
           
static class ProgressIndicator.MultiProgress
          A ProgressIndicator that can report the total progress for multiple sources.
static class ProgressIndicator.SimpleProgress
          A ProgressIndicator that can report the progress for a single source.
static class ProgressIndicator.UnknownEndProgress
          Progress indicator where the end is unknown.
 

Fields in org.neo4j.helpers declared as ProgressIndicator
static ProgressIndicator ProgressIndicator.NONE
          A null object implementation of the ProgressIndicator interface.
 

Methods in org.neo4j.helpers that return ProgressIndicator
 ProgressIndicator ProgressIndicator.Factory.newMultiProgressIndicator(long total)
           
 ProgressIndicator ProgressIndicator.Factory.newSimpleProgressIndicator(long total)
           
 

Constructors in org.neo4j.helpers with parameters of type ProgressIndicator
ProgressIndicator.Decorator(ProgressIndicator actual)
           
 


Neo4j Enterprise

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