Interface CacheLockCandidates
-
- All Known Implementing Classes:
GridCacheMvccCandidate
public interface CacheLockCandidates
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridCacheMvccCandidatecandidate(int idx)booleanhasCandidate(GridCacheVersion ver)intsize()
-
-
-
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:
Trueif contains candidate with given version.
-
-