Package | Description |
---|---|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ReadHeavyLongArray<V>
A thread-safe LongArray implementation for read heavy workloads but which is also efficient with frequent and/or
bursty writes.
|
|
class |
SafeLongArray<V>
A thread-safe variant of
LongArray in which is protected by a ReentrantLock. |
Modifier and Type | Method | Description |
---|---|---|
abstract AbstractSafeLongArray<V> |
AbstractSafeLongArray.clone() |