public class IndexPopulationProgress extends Object
0 <= completed <= total
Use IndexPopulationProgress.NONE if you need an object without any particular progress.
| Modifier and Type | Field and Description |
|---|---|
static IndexPopulationProgress |
DONE |
static IndexPopulationProgress |
NONE |
| Constructor and Description |
|---|
IndexPopulationProgress(long completed,
long total) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompletedCount() |
float |
getCompletedPercentage() |
long |
getTotalCount() |
String |
toString() |
public static final IndexPopulationProgress NONE
public static final IndexPopulationProgress DONE
public IndexPopulationProgress(long completed,
long total)
public float getCompletedPercentage()
public long getCompletedCount()
public long getTotalCount()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.