Uses of Interface
one.microstream.memory.DirectBufferDeallocator
-
Packages that use DirectBufferDeallocator Package Description one.microstream.memory -
-
Uses of DirectBufferDeallocator in one.microstream.memory
Classes in one.microstream.memory that implement DirectBufferDeallocator Modifier and Type Class Description static class
DirectBufferDeallocator.NoOp
Methods in one.microstream.memory that return DirectBufferDeallocator Modifier and Type Method Description static DirectBufferDeallocator
PlatformInternals. getDirectBufferDeallocator()
static DirectBufferDeallocator
DirectBufferDeallocator. NoOp()
Methods in one.microstream.memory with parameters of type DirectBufferDeallocator Modifier and Type Method Description static void
PlatformInternals. setDirectBufferDeallocator(DirectBufferDeallocator deallocator)
Allows to set theDirectBufferDeallocator
used byPlatformInternals.deallocateDirectBuffer(ByteBuffer)
as an override to the means this class inherently tries to provide.
SeeDirectBufferDeallocator
for details.
-