public static interface LuceneLegacyIndexUpgrader.Monitor
| Modifier and Type | Method and Description |
|---|---|
default void |
migrated(String name)
Called after an index has been migrated, called for each migrated index.
|
default void |
starting(int count)
Upgrade is starting.
|
default void starting(int count)
count - number of indexes to migrate.default void migrated(String name)
name - name of the index.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.