Uses of Class
one.nio.mem.OffheapMap
-
Packages that use OffheapMap Package Description one.nio.mem -
-
Uses of OffheapMap in one.nio.mem
Subclasses of OffheapMap in one.nio.mem Modifier and Type Class Description classOffheapBlobMapclassSharedMemoryBlobMapclassSharedMemoryFixedMap<K,V>classSharedMemoryLongMap<V>classSharedMemoryMap<K,V>classSharedMemoryStringMap<V>Fields in one.nio.mem declared as OffheapMap Modifier and Type Field Description protected OffheapMap<K,V>OffheapMap.Record. mapMethods in one.nio.mem that return OffheapMap Modifier and Type Method Description OffheapMap<K,V>OffheapMap.Record. map()Constructors in one.nio.mem with parameters of type OffheapMap Constructor Description Record(OffheapMap<K,V> map, RWLock lock, long entry)WritableRecord(OffheapMap<K,V> map, RWLock lock, long entry, K key, long currentPtr)
-