|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyAffinityService | |
---|---|
org.infinispan.affinity |
Uses of KeyAffinityService in org.infinispan.affinity |
---|
Classes in org.infinispan.affinity that implement KeyAffinityService | |
---|---|
class |
KeyAffinityServiceImpl
Implementation of KeyAffinityService. |
Methods in org.infinispan.affinity that return KeyAffinityService | ||
---|---|---|
static
|
KeyAffinityServiceFactory.newKeyAffinityService(Cache<K,V> cache,
Collection<Address> filter,
KeyGenerator keyGenerator,
Executor ex,
int keyBufferSize)
Same as KeyAffinityServiceFactory.newKeyAffinityService(org.infinispan.Cache, java.util.Collection, KeyGenerator,
java.util.concurrent.Executor, int, boolean) with start == true. |
|
static
|
KeyAffinityServiceFactory.newKeyAffinityService(Cache<K,V> cache,
Collection<Address> filter,
KeyGenerator keyGenerator,
Executor ex,
int keyBufferSize,
boolean start)
Creates a service that would only generate keys for addresses specified in filter. |
|
static
|
KeyAffinityServiceFactory.newKeyAffinityService(Cache<K,V> cache,
Executor ex,
KeyGenerator keyGenerator,
int keyBufferSize)
Same as KeyAffinityServiceFactory.newKeyAffinityService(org.infinispan.Cache, java.util.concurrent.Executor, KeyGenerator, int,
boolean) with start == true; |
|
static
|
KeyAffinityServiceFactory.newKeyAffinityService(Cache<K,V> cache,
Executor ex,
KeyGenerator keyGenerator,
int keyBufferSize,
boolean start)
Creates an KeyAffinityService instance that generates keys mapped to all addresses
in the cluster. |
|
static
|
KeyAffinityServiceFactory.newLocalKeyAffinityService(Cache<K,V> cache,
KeyGenerator keyGenerator,
Executor ex,
int keyBufferSize)
Same as KeyAffinityServiceFactory.newLocalKeyAffinityService(org.infinispan.Cache, KeyGenerator, java.util.concurrent.Executor, int, boolean) with start == true. |
|
static
|
KeyAffinityServiceFactory.newLocalKeyAffinityService(Cache<K,V> cache,
KeyGenerator keyGenerator,
Executor ex,
int keyBufferSize,
boolean start)
Created an service that only generates keys for the local address. |
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |