Uses of Class
com.aoapps.persistence.AbstractPersistentBuffer
-
Uses of AbstractPersistentBuffer in com.aoapps.persistence
Subclasses of AbstractPersistentBuffer in com.aoapps.persistenceModifier and TypeClassDescriptionclassUses a set ofMappedByteBufferfor persistence.classUsesMappedByteBufferfor persistence.classUsesRandomAccessFilefor persistence.classJava does not support write barriers without a completeforcecall, 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).
