Uses of Class
org.infinispan.commons.util.SegmentAwareKey
Package
Description
Commands that operate on the cache, either locally or remotely.
-
Uses of SegmentAwareKey in org.infinispan.commands
Modifier and TypeMethodDescriptionstatic <K> SegmentAwareKey<K>
SegmentSpecificCommand.extractSegmentAwareKey
(ReplicableCommand command, K key, KeyPartitioner keyPartitioner) Create anSegmentAwareKey
instance with the key and its segment.