public class ValidateIndexesClosure extends Object implements IgniteCallable<VisorValidateIndexesJobResult>
| Modifier and Type | Field and Description |
|---|---|
static String |
CANCELLED_MSG
Exception message throwing when closure was cancelled.
|
| Constructor and Description |
|---|
ValidateIndexesClosure(ValidateIndexesContext validateCtx,
Set<String> cacheNames,
int checkFirst,
int checkThrough,
boolean checkCrc,
boolean checkSizes)
Constructor.
|
public static final String CANCELLED_MSG
public ValidateIndexesClosure(ValidateIndexesContext validateCtx, Set<String> cacheNames, int checkFirst, int checkThrough, boolean checkCrc, boolean checkSizes)
validateCtx - Context of validate index closure.cacheNames - Cache names.checkFirst - If positive only first K elements will be validated.checkThrough - If positive only each Kth element will be validated.checkCrc - Check CRC sum on stored pages on disk.checkSizes - Check that index size and cache size are same.public VisorValidateIndexesJobResult call() throws Exception
call in interface Callable<VisorValidateIndexesJobResult>Exception
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025