Class 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