Package | Description |
---|---|
org.gridgain.grid.configuration |
Contains base GridGain configuration classes.
|
org.gridgain.grid.persistentstore.snapshot.file.remote |
Contains remote GridGain database snapshot SPI file implementation.
|
Modifier and Type | Method and Description |
---|---|
SftpConfiguration |
SnapshotConfiguration.getSftpConfiguration() |
SftpConfiguration |
SftpConfiguration.setKeyPath(String keyPath)
Sets path to JKS key in builder style.
|
SftpConfiguration |
SftpConfiguration.setPassphrase(String passphrase)
Sets passphrase for JKS key in builder style.
|
Modifier and Type | Method and Description |
---|---|
SnapshotConfiguration |
SnapshotConfiguration.setSftpConfiguration(SftpConfiguration sftpConfiguration)
Allows to use sftp storage in snapshot commands.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable Collection<org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotPath> |
SnapshotPathFactory.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 |
SnapshotPathFactory.create(@Nullable org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotRemotePath remotePath,
@Nullable SftpConfiguration sftpConfiguration)
Creates snapshot path.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024