|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |