Class FSTSerializedOffheapMap<K,​V>

java.lang.Object
org.nustaq.offheap.FSTBinaryOffheapMap
org.nustaq.offheap.FSTCodedOffheapMap<K,​V>
org.nustaq.offheap.FSTSerializedOffheapMap<K,​V>
Direct Known Subclasses:
FSTAsciiStringOffheapMap, FSTLongOffheapMap, FSTUTFStringOffheapMap

public abstract class FSTSerializedOffheapMap<K,​V>
extends FSTCodedOffheapMap<K,​V>
An offheap map using serialization for Value Objects. Note there are several wrappers to represent keys as ByteSource (see FSTAsciiStringOffheapMap for example) this class is not threadsafe