Uses of Interface
net.haesleinhuepf.clij.coremem.rgc.Cleaner
-
Packages that use Cleaner Package Description net.haesleinhuepf.clij.coremem.memmap net.haesleinhuepf.clij.coremem.offheap net.haesleinhuepf.clij.coremem.rgc -
-
Uses of Cleaner in net.haesleinhuepf.clij.coremem.memmap
Classes in net.haesleinhuepf.clij.coremem.memmap that implement Cleaner Modifier and Type Class Description classMemoryMappedFileCleanerMemory mapped file cleanerMethods in net.haesleinhuepf.clij.coremem.memmap that return Cleaner Modifier and Type Method Description CleanerFileMappedMemoryRegion. getCleaner()CleanerMemoryMappedFile. getCleaner() -
Uses of Cleaner in net.haesleinhuepf.clij.coremem.offheap
Classes in net.haesleinhuepf.clij.coremem.offheap that implement Cleaner Modifier and Type Class Description classOffHeapMemoryCleanerThis GC cleaner is used to release off-heap memory after the corresponding holding object has been garbage collected.Methods in net.haesleinhuepf.clij.coremem.offheap that return Cleaner Modifier and Type Method Description CleanerOffHeapMemory. getCleaner() -
Uses of Cleaner in net.haesleinhuepf.clij.coremem.rgc
Methods in net.haesleinhuepf.clij.coremem.rgc that return Cleaner Modifier and Type Method Description CleanerCleanable. getCleaner()Returns the cleaner for this object.
-