| Package | Description |
|---|---|
| one.microstream.storage.types |
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageBackupSetup.Default |
| Modifier and Type | Method and Description |
|---|---|
StorageBackupSetup |
StorageConfiguration.backupSetup() |
StorageBackupSetup |
StorageConfiguration.Default.backupSetup() |
StorageBackupSetup |
StorageConfiguration.Builder.backupSetup() |
StorageBackupSetup |
StorageConfiguration.Builder.Default.backupSetup() |
static StorageBackupSetup |
Storage.BackupSetup(one.microstream.afs.types.ADirectory backupDirectory)
Creates a new
StorageBackupSetup. |
static StorageBackupSetup |
Storage.BackupSetup(File backupDirectory)
Deprecated.
replaced by
Storage.BackupSetup(Path), will be removed in version 8 |
static StorageBackupSetup |
Storage.BackupSetup(Path backupDirectory)
Creates a new
StorageBackupSetup. |
static StorageBackupSetup |
Storage.BackupSetup(StorageBackupFileProvider backupFileProvider)
Creates a new
StorageBackupSetup. |
static StorageBackupSetup |
Storage.BackupSetup(String backupDirectoryPath)
Creates a new
StorageBackupSetup. |
static StorageBackupSetup |
StorageBackupSetup.New(one.microstream.afs.types.ADirectory backupDirectory)
Pseudo-constructor method to create a new
StorageBackupSetup instance
using the passed directory as the backup location. |
static StorageBackupSetup |
StorageBackupSetup.New(StorageBackupFileProvider backupFileProvider)
Pseudo-constructor method to create a new
StorageBackupSetup instance
using the passed StorageLiveFileProvider. |
StorageBackupSetup |
StorageBackupHandler.setup() |
StorageBackupSetup |
StorageBackupHandler.Default.setup() |
| Modifier and Type | Method and Description |
|---|---|
static StorageBackupHandler |
StorageBackupHandler.New(StorageBackupSetup backupSetup,
int channelCount,
StorageBackupItemQueue itemQueue,
StorageOperationController operationController,
StorageWriteController writeController,
StorageDataFileValidator.Creator validatorCreator) |
static StorageConfiguration |
StorageConfiguration.New(StorageChannelCountProvider channelCountProvider,
StorageHousekeepingController housekeepingController,
StorageLiveFileProvider fileProvider,
StorageDataFileEvaluator dataFileEvaluator,
StorageEntityCacheEvaluator entityCacheEvaluator,
StorageBackupSetup backupSetup) |
B |
StorageConfiguration.Builder.setBackupSetup(StorageBackupSetup backupSetup) |
B |
StorageConfiguration.Builder.Default.setBackupSetup(StorageBackupSetup backupSetup) |
Copyright © 2022 MicroStream Software. All rights reserved.