|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockStrategy | |
|---|---|
| org.terracotta.collections | |
| org.terracotta.modules.concurrent.collections | |
| Uses of LockStrategy in org.terracotta.collections |
|---|
| Classes in org.terracotta.collections that implement LockStrategy | |
|---|---|
class |
BasicLockStrategy<K>
|
class |
HashcodeLockStrategy
|
class |
NullLockStrategy<K>
|
class |
OneToOneLockStrategy
|
| Constructors in org.terracotta.collections with parameters of type LockStrategy | |
|---|---|
ConcurrentDistributedMap(LockType lockType,
LockStrategy<? super K> lockStrategy)
Creates a new ConcurrentDistributedMap instance that allows the specification of the internal lock type
that should be used when Terracotta DSO is active. |
|
ConcurrentDistributedMap(LockType lockType,
LockStrategy<? super K> lockStrategy,
int concurrency)
Creates a new ConcurrentDistributedMap instance that allows the specification of the internal lock type
that should be used when Terracotta DSO is active and the concurrency of internal data structures. |
|
ConcurrentDistributedMapDso(LockType lockType,
LockStrategy<? super K> lockingStrategy)
|
|
ConcurrentDistributedSet(LockType lockType,
LockStrategy<? super E> lockStrategy)
|
|
ConcurrentDistributedSet(LockType lockType,
LockStrategy<? super E> lockStrategy,
int concurrency)
|
|
| Uses of LockStrategy in org.terracotta.modules.concurrent.collections |
|---|
| Constructors in org.terracotta.modules.concurrent.collections with parameters of type LockStrategy | |
|---|---|
ConcurrentStringMap(LockType lockType,
LockStrategy<? super String> lockStrategy)
Deprecated. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||