Interface IndexManagementWork<T>
-
- All Known Implementing Classes:
ComputeSizeInBytesWork,CreateIndexIfMissingWork,DeleteEntriesByQueryWork,DropIndexIfExistingWork,FlushWork,MergeSegmentsWork,RefreshWork,ValidateIndexExistsWork
public interface IndexManagementWork<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Texecute(IndexManagementWorkExecutionContext context)ObjectgetInfo()
-
-
-
Method Detail
-
execute
T execute(IndexManagementWorkExecutionContext context)
-
getInfo
Object getInfo()
-
-