Package org.infinispan.affinity
Interface KeyGenerator<K>
-
public interface KeyGenerator<K>
Used for generating keys; used byKeyAffinityService
to generate the affinity keys. It offers the possibility to generate keys in a particular format.- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K
getKey()
-
-
-
Method Detail
-
getKey
K getKey()
-
-