public static final class ConcurrentCountingMap.LockedMap
extends java.lang.Object
Constructor | Description |
---|---|
LockedMap(ConcurrentCountingMap concurrentCountingMap) |
Modifier and Type | Method | Description |
---|---|---|
int |
addTo(byte[] array,
int delta) |
|
int |
addTo(byte[] array,
int offset,
int length,
int delta) |
|
int |
get(byte[] array) |
|
int |
get(byte[] array,
int offset,
int length) |
|
int |
put(byte[] array,
int value) |
|
int |
put(byte[] array,
int offset,
int length,
int value) |
|
void |
unlock() |
public LockedMap(ConcurrentCountingMap concurrentCountingMap)
public void unlock()
public int get(byte[] array)
ConcurrentCountingMap.get(byte[])
public int get(byte[] array, int offset, int length)
public int addTo(byte[] array, int delta)
ConcurrentCountingMap.addTo(byte[], int)
public int addTo(byte[] array, int offset, int length, int delta)
public int put(byte[] array, int value)
ConcurrentCountingMap.put(byte[], int)
public int put(byte[] array, int offset, int length, int value)