public abstract static class IndexInfrastructure.DataInitialization<T>
extends java.lang.Object
implements java.util.concurrent.Callable<T>
Constructor and Description |
---|
DataInitialization() |
Modifier and Type | Method and Description |
---|---|
protected void |
addNestedInitializationTask(ThrowableRunnable<?> nestedInitializationTask) |
T |
call() |
protected T |
finish() |
protected abstract void |
onThrowable(java.lang.Throwable t) |
protected void |
prepare() |
public final T call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<T>
java.lang.Exception
protected T finish()
protected void prepare()
protected abstract void onThrowable(java.lang.Throwable t)
protected void addNestedInitializationTask(ThrowableRunnable<?> nestedInitializationTask)