Interface GridCacheMappedVersion
-
- All Known Implementing Classes:
GridDhtLockFuture,GridDhtTxLocal
public interface GridCacheMappedVersionInterface mostly for Near to DHT version mapping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable GridCacheVersionmappedVersion()Mapping should occur only if this interface returns a non-null value.
-
-
-
Method Detail
-
mappedVersion
@Nullable @Nullable GridCacheVersion mappedVersion()
Mapping should occur only if this interface returns a non-null value.- Returns:
- Mapped version.
-
-