org.infinispan.affinity.impl.RndKeyGenerator Maven / Gradle / Ivy
package org.infinispan.affinity.impl;
import java.util.Random;
import org.infinispan.affinity.KeyGenerator;
/**
* Key provider that relies on {@link java.util.Random}'s distribution to generate keys.
* It doesn't offer any guarantee that the keys are unique.
*
* @author [email protected]
* @since 4.1
*/
public class RndKeyGenerator implements KeyGenerator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy