Interface IndexInfo.LockWork<Result>
-
- Enclosing class:
- IndexInfo
public static interface IndexInfo.LockWork<Result>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanRetry()ResultdoWork()
-
-
-
Method Detail
-
doWork
Result doWork() throws java.lang.Exception
- Throws:
java.lang.Exception
-
canRetry
boolean canRetry()
-
-