Interface SetItemKey
-
- All Superinterfaces:
GridCacheInternal
- All Known Implementing Classes:
CollocatedSetItemKey,GridCacheSetItemKey
public interface SetItemKey extends GridCacheInternal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectitem()IgniteUuidsetId()
-
-
-
Method Detail
-
setId
IgniteUuid setId()
- Returns:
- Set UUID.
-
item
Object item()
- Returns:
- Set item.
-
-