Interface CacheLockCandidates

    • Method Detail

      • candidate

        GridCacheMvccCandidate candidate​(int idx)
        Parameters:
        idx - Candidate index.
        Returns:
        Candidate.
      • size

        int size()
        Returns:
        Number of candidates.
      • hasCandidate

        boolean hasCandidate​(GridCacheVersion ver)
        Parameters:
        ver - Candidate version.
        Returns:
        True if contains candidate with given version.