Package org.infinispan.affinity
Class KeyAffinityServiceImpl<K>
- java.lang.Object
 - 
- org.infinispan.affinity.impl.KeyAffinityServiceImpl<K>
 - 
- org.infinispan.affinity.KeyAffinityServiceImpl<K>
 
 
 
- 
- All Implemented Interfaces:
 KeyAffinityService<K>,Lifecycle
@Deprecated public class KeyAffinityServiceImpl<K> extends org.infinispan.affinity.impl.KeyAffinityServiceImpl<K>
Deprecated.Extend fromKeyAffinityServiceImplinstead. This class will be removed in the future. 
- 
- 
Constructor Summary
Constructors Constructor Description KeyAffinityServiceImpl(Executor executor, Cache<? extends K,?> cache, KeyGenerator<? extends K> keyGenerator, int bufferSize, Collection<Address> filter, boolean start)Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
KeyAffinityServiceImpl
public KeyAffinityServiceImpl(Executor executor, Cache<? extends K,?> cache, KeyGenerator<? extends K> keyGenerator, int bufferSize, Collection<Address> filter, boolean start)
Deprecated. 
 - 
 
 -