Uses of Class
com.aoapps.persistence.AbstractPersistentBuffer
-
Uses of AbstractPersistentBuffer in com.aoapps.persistence
Subclasses of AbstractPersistentBuffer in com.aoapps.persistenceModifier and TypeClassDescriptionclass
Uses a set ofMappedByteBuffer
for persistence.class
UsesMappedByteBuffer
for persistence.class
UsesRandomAccessFile
for persistence.class
Java does not support write barriers without a completeforce
call, this class works-around this issue by maintaining two copies of the file and updating the older copy to be the newer copy occasionally onbarrier(false)
and immediately onbarrier(true)
(if protectionLevel is high enough).