Class ComputeSizeInBytesWork
- java.lang.Object
-
- org.hibernate.search.backend.lucene.work.impl.ComputeSizeInBytesWork
-
- All Implemented Interfaces:
IndexManagementWork<Long>
public class ComputeSizeInBytesWork extends Object implements IndexManagementWork<Long>
-
-
Constructor Summary
Constructors Constructor Description ComputeSizeInBytesWork()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longexecute(IndexManagementWorkExecutionContext context)ObjectgetInfo()StringtoString()
-
-
-
Method Detail
-
execute
public Long execute(IndexManagementWorkExecutionContext context)
- Specified by:
executein interfaceIndexManagementWork<Long>
-
getInfo
public Object getInfo()
- Specified by:
getInfoin interfaceIndexManagementWork<Long>
-
-