public class FileMergingSnapshotManagerClosableWrapper extends Object implements Closeable
FileMergingSnapshotManager and a Closeable.| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
FileMergingSnapshotManager |
get() |
static FileMergingSnapshotManagerClosableWrapper |
of(FileMergingSnapshotManager snapshotManager,
Closeable closeable) |
public static FileMergingSnapshotManagerClosableWrapper of(@Nonnull FileMergingSnapshotManager snapshotManager, @Nonnull Closeable closeable)
public FileMergingSnapshotManager get()
public void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableIOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.