| Package | Description |
|---|---|
| org.nustaq.offheap |
| Modifier and Type | Method and Description |
|---|---|
BytezByteSource |
FSTBinaryOffheapMap.getBinary(ByteSource key)
get an entry. the returned ByteSource must be processed immediately as it will be reused
internally on next get
Warning: Concurrent Modification (e.g. add remove elements during iteration) is NOT SUPPORTED
and NOT CHECKED.
|
| Modifier and Type | Method and Description |
|---|---|
V |
FSTSerializedOffheapMap.decodeValue(BytezByteSource val) |
abstract V |
FSTCodedOffheapMap.decodeValue(BytezByteSource val) |
Copyright © 2014. All rights reserved.