public class FileMergingSnapshotManagerClosableWrapper extends Object implements Closeable
FileMergingSnapshotManager and a Closeable.| Modifier and Type | Method and Description |
|---|---|
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 in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.