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>
,org.infinispan.commons.api.Lifecycle
@Deprecated public class KeyAffinityServiceImpl<K> extends KeyAffinityServiceImpl<K>
Deprecated.Extend fromKeyAffinityServiceImpl
instead. This class will be removed in the future.
-
-
Field Summary
-
Fields inherited from class org.infinispan.affinity.impl.KeyAffinityServiceImpl
THRESHOLD
-
-
Constructor Summary
Constructors Constructor Description KeyAffinityServiceImpl(Executor executor, Cache<? extends K,?> cache, KeyGenerator<? extends K> keyGenerator, int bufferSize, Collection<Address> filter, boolean start)
Deprecated.
-
Method Summary
-
Methods inherited from class org.infinispan.affinity.impl.KeyAffinityServiceImpl
getAddress2KeysMapping, getCollocatedKey, getKeyForAddress, getMaxNumberOfKeys, handleCacheStopped, handleViewChange, isKeyGeneratorThreadActive, isKeyGeneratorThreadAlive, isStarted, start, stop
-
-
-
-
Constructor Detail
-
KeyAffinityServiceImpl
public KeyAffinityServiceImpl(Executor executor, Cache<? extends K,?> cache, KeyGenerator<? extends K> keyGenerator, int bufferSize, Collection<Address> filter, boolean start)
Deprecated.
-
-