Class AbstractSnapshotVerificationTask.AbstractSnapshotVerificationJob

    • Field Detail

      • snpName

        protected final String snpName
        Snapshot name.
      • snpPath

        @Nullable
        protected final @Nullable String snpPath
        Snapshot directory path.
      • consId

        protected final String consId
        Consistent id of the related node.
      • rqGrps

        @Nullable
        protected final @Nullable Collection<String> rqGrps
        Set of cache groups to be checked in the snapshot. Null or empty to check everything.
      • check

        protected final boolean check
        If true, calculates and compares partition hashes. Otherwise, only basic snapshot validation is launched.
    • Constructor Detail

      • AbstractSnapshotVerificationJob

        protected AbstractSnapshotVerificationJob​(String snpName,
                                                  @Nullable
                                                  @Nullable String snpPath,
                                                  String consId,
                                                  @Nullable
                                                  @Nullable Collection<String> rqGrps,
                                                  boolean check)
        Parameters:
        snpName - Snapshot name.
        snpPath - Snapshot directory path.
        consId - Consistent id of the related node.
        rqGrps - Set of cache groups to be checked in the snapshot. Null or empty to check everything.
        check - If true, calculates and compares partition hashes. Otherwise, only basic snapshot validation is launched.