public class ProgressLoggingListener extends Object implements org.neo4j.collections.rtree.Listener
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProgressLoggingListener.ProgressLog |
| Constructor and Description |
|---|
ProgressLoggingListener(String name,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(int unitsOfWork) |
void |
done() |
ProgressLoggingListener |
setTimeWait(long ms) |
void |
worked(int workedSinceLastNotification) |
public ProgressLoggingListener setTimeWait(long ms)
public void begin(int unitsOfWork)
begin in interface org.neo4j.collections.rtree.Listenerpublic void worked(int workedSinceLastNotification)
worked in interface org.neo4j.collections.rtree.Listenerpublic void done()
done in interface org.neo4j.collections.rtree.ListenerCopyright © 2018. All Rights Reserved.