Uses of Class
one.nio.mem.OffheapMap.Record
-
Packages that use OffheapMap.Record Package Description one.nio.mem -
-
Uses of OffheapMap.Record in one.nio.mem
Subclasses of OffheapMap.Record in one.nio.mem Modifier and Type Class Description static classOffheapMap.WritableRecord<K,V>Methods in one.nio.mem that return OffheapMap.Record Modifier and Type Method Description OffheapMap.Record<K,V>OffheapMap. lockRecordForRead(K key)OffheapMap.Record<K,V>OffheapMap. lockRecordForRead(K key, long timeout)Methods in one.nio.mem with parameters of type OffheapMap.Record Modifier and Type Method Description voidOffheapMap.Visitor. visit(OffheapMap.Record<K,V> record)
-