public class SnapshotPathFactory extends Object
SnapshotPath
.Constructor and Description |
---|
SnapshotPathFactory() |
Modifier and Type | Method and Description |
---|---|
static @Nullable Collection<org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotPath> |
create(@Nullable Collection<org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotRemotePath> files,
@Nullable IgniteLogger log,
@Nullable SftpConfiguration sftpConfiguration)
Converts
File to SnapshotPath in collection. |
static @Nullable org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotPath |
create(@Nullable org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotRemotePath remotePath,
@Nullable SftpConfiguration sftpConfiguration)
Creates snapshot path.
|
static org.apache.commons.vfs2.impl.StandardFileSystemManager |
getManager()
Gets commons-vfs2 manager.
|
@Nullable public static @Nullable org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotPath create(@Nullable @Nullable org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotRemotePath remotePath, @Nullable @Nullable SftpConfiguration sftpConfiguration)
remotePath
- Path description.sftpConfiguration
- Sftp configuration.public static org.apache.commons.vfs2.impl.StandardFileSystemManager getManager() throws org.apache.commons.vfs2.FileSystemException
VFS.getManager()
allows to change settings only after first initialization with reset manager.org.apache.commons.vfs2.FileSystemException
- In case of initialization exception.@Nullable public static @Nullable Collection<org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotPath> create(@Nullable @Nullable Collection<org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotRemotePath> files, @Nullable @Nullable IgniteLogger log, @Nullable @Nullable SftpConfiguration sftpConfiguration)
files
- Files for convert.log
- Logger.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024