Uses of Class
one.nio.mem.OffheapMap.WritableRecord
-
Packages that use OffheapMap.WritableRecord Package Description one.nio.mem -
-
Uses of OffheapMap.WritableRecord in one.nio.mem
Methods in one.nio.mem that return OffheapMap.WritableRecord Modifier and Type Method Description OffheapMap.WritableRecord<K,V>OffheapMap. lockRecordForWrite(K key, boolean create)OffheapMap.WritableRecord<K,V>OffheapMap. lockRecordForWrite(K key, long timeout, boolean create)Methods in one.nio.mem with parameters of type OffheapMap.WritableRecord Modifier and Type Method Description voidOffheapMap.WritableVisitor. visit(OffheapMap.WritableRecord<K,V> record)
-