public final class OpaqueMemoryResource<T> extends Object implements AutoCloseable
The resource must be closed after it is not used any more.
| 构造器和说明 |
|---|
OpaqueMemoryResource(T resourceHandle,
long size,
org.apache.flink.util.function.ThrowingRunnable<Exception> disposer) |
public T getResourceHandle()
public long getSize()
public void close()
throws Exception
close 在接口中 AutoCloseableExceptionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.