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 classDirectBufferDeallocator.NoOpMethods in one.microstream.memory that return DirectBufferDeallocator Modifier and Type Method Description static DirectBufferDeallocatorPlatformInternals. getDirectBufferDeallocator()static DirectBufferDeallocatorDirectBufferDeallocator. NoOp()Methods in one.microstream.memory with parameters of type DirectBufferDeallocator Modifier and Type Method Description static voidPlatformInternals. setDirectBufferDeallocator(DirectBufferDeallocator deallocator)Allows to set theDirectBufferDeallocatorused byPlatformInternals.deallocateDirectBuffer(ByteBuffer)as an override to the means this class inherently tries to provide.
SeeDirectBufferDeallocatorfor details. 
 -