Package org.infinispan.distribution.ch
Interface AffinityTaggedKey
-
- All Known Subinterfaces:
IndexScopedKey
- All Known Implementing Classes:
ChunkCacheKey
,FileCacheKey
,FileListCacheKey
,FileReadLockKey
public interface AffinityTaggedKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAffinitySegmentId()
This numeric id is used exclusively for storage affinity in Infinispan.
-