|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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 | ||
|---|---|---|
|
RecordStore.Processor.applyFiltered(RecordStore<R> store,
ProgressIndicator progress,
Predicate<? super R>... filters)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||