Uses of Interface
com.aoapps.persistence.PersistentBlockBuffer
-
Uses of PersistentBlockBuffer in com.aoapps.persistence
Classes in com.aoapps.persistence that implement PersistentBlockBufferModifier and TypeClassDescriptionclassBase class for any implementation that treats aPersistentBufferas a set of allocatable blocks.classTreats aPersistentBufferas a set of allocatable blocks.classTreats aPersistentBufferas a set of allocatable blocks.Methods in com.aoapps.persistence that return PersistentBlockBufferModifier and TypeMethodDescriptionstatic PersistentBlockBufferPersistentCollections.getPersistentBlockBuffer(Serializer<?> serializer, PersistentBuffer pbuffer, long additionalBlockSpace) Gets the most efficientPersistentBlockBufferfor the provided providedSerializer.
