Uses of Interface
org.neo4j.helpers.ProgressIndicator

Packages that use ProgressIndicator
org.neo4j.helpers Common Java utilities. 
org.neo4j.kernel.impl.nioneo.store   
 

Uses of ProgressIndicator in org.neo4j.helpers
 

Classes in org.neo4j.helpers that implement ProgressIndicator
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.
 

Uses of ProgressIndicator in org.neo4j.kernel.impl.nioneo.store
 

Methods in org.neo4j.kernel.impl.nioneo.store that return ProgressIndicator
protected
<R extends AbstractBaseRecord>
ProgressIndicator
RecordStore.Processor.progressInit(RecordStore<R> store, long highId)
          Override to provide progress indication for the tool.
 

Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type ProgressIndicator
<R extends AbstractBaseRecord>
void
RecordStore.Processor.applyFiltered(RecordStore<R> store, ProgressIndicator progress, Predicate<? super R>... filters)
           
 



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