Uses of Interface
com.aoapps.persistence.PersistentBlockBuffer
-
Uses of PersistentBlockBuffer in com.aoapps.persistence
Classes in com.aoapps.persistence that implement PersistentBlockBufferModifier and TypeClassDescriptionclass
Base class for any implementation that treats aPersistentBuffer
as a set of allocatable blocks.class
Treats aPersistentBuffer
as a set of allocatable blocks.class
Treats aPersistentBuffer
as a set of allocatable blocks.Methods in com.aoapps.persistence that return PersistentBlockBufferModifier and TypeMethodDescriptionstatic PersistentBlockBuffer
PersistentCollections.getPersistentBlockBuffer
(Serializer<?> serializer, PersistentBuffer pbuffer, long additionalBlockSpace) Gets the most efficientPersistentBlockBuffer
for the provided providedSerializer
.