Class ValidateIndexesClosure

    • Field Detail

      • CANCELLED_MSG

        public static final String CANCELLED_MSG
        Exception message throwing when closure was cancelled.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ValidateIndexesClosure

        public ValidateIndexesClosure​(ValidateIndexesContext validateCtx,
                                      Set<String> cacheNames,
                                      int checkFirst,
                                      int checkThrough,
                                      boolean checkCrc,
                                      boolean checkSizes)
        Constructor.
        Parameters:
        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.