Interface Cleanable
-
- All Known Implementing Classes:
FileMappedMemoryRegion,MappedMemoryBase,MemoryBase,MemoryMappedFile,OffHeapMemory
public interface CleanableA cleanable object is an object that can return a runnable which task is to clean the ressources associated to the cleanable object.- Author:
- royer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CleanergetCleaner()Returns the cleaner for this object.
-
-
-
Method Detail
-
getCleaner
Cleaner getCleaner()
Returns the cleaner for this object.- Returns:
- cleaner runnable
-
-