Package com.yahoo.jdisc.refcount
Interface DestructableResource
- All Superinterfaces:
AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Wrapper to allow access to protected AbstractResource.destroy()
-
Method Details
-
close
void close()Wrapper to allow access to protected AbstractResource.destroy()- Specified by:
close
in interfaceAutoCloseable
-