Class GroupedKey<K>
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.GroupedKey<K>
-
- All Implemented Interfaces:
org.wildfly.clustering.ee.Key<K>
public class GroupedKey<K> extends Object implements org.wildfly.clustering.ee.Key<K>
An embedded cache key supporting group co-location.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description GroupedKey(K id)
-