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

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

There is a newer version: 15.1.0.Dev04
Show newest version
package org.infinispan.affinity;

import java.util.Collection;
import java.util.concurrent.Executor;

import org.infinispan.Cache;
import org.infinispan.remoting.transport.Address;

/**
 * @deprecated Extend from
 * {@link org.infinispan.affinity.impl.KeyAffinityServiceImpl}
 * instead. This class will be removed in the future.
 */
@Deprecated
public class KeyAffinityServiceImpl extends org.infinispan.affinity.impl.KeyAffinityServiceImpl {
   public KeyAffinityServiceImpl(Executor executor, Cache cache, KeyGenerator keyGenerator,
         int bufferSize, Collection
filter, boolean start) { super(executor, cache, keyGenerator, bufferSize, filter, start); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy