All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.affinity.KeyGenerator Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.affinity;

/**
 * Used for generating keys; used by {@link org.infinispan.affinity.KeyAffinityService} to generate the affinity keys.
 * It offers the possibility to generate keys in a particular format.
 *
 * @author [email protected]
 * @since 4.1
 */
public interface KeyGenerator {
   K getKey();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy