
public class OIndexRebuildOutputListener extends Object implements OProgressListener
| Constructor and Description |
|---|
OIndexRebuildOutputListener(OIndex idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
onBegin(Object iTask,
long iTotal,
Object iRebuild) |
void |
onCompletition(Object iTask,
boolean iSucceed) |
boolean |
onProgress(Object iTask,
long iCounter,
float iPercent) |
public OIndexRebuildOutputListener(OIndex idx)
public void onBegin(Object iTask, long iTotal, Object iRebuild)
onBegin in interface OProgressListenerpublic boolean onProgress(Object iTask, long iCounter, float iPercent)
onProgress in interface OProgressListenerpublic void onCompletition(Object iTask, boolean iSucceed)
onCompletition in interface OProgressListenerCopyright © 2009–2025 OrientDB. All rights reserved.