| Package | Description |
|---|---|
| one.microstream.storage.exceptions | |
| one.microstream.storage.types |
| Modifier and Type | Method and Description |
|---|---|
StorageBackupDataFile |
StorageExceptionBackupInconsistentFileLength.backupFile() |
| Modifier and Type | Method and Description |
|---|---|
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> |
StorageExceptionBackupEmptyStorageBackupAhead.backupFiles() |
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> |
StorageExceptionBackupInconsistentFileLength.backupFiles() |
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> |
StorageExceptionBackupEmptyStorageForNonEmptyBackup.backupFiles() |
| Constructor and Description |
|---|
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength) |
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength,
String message) |
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength,
String message,
Throwable cause) |
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength,
Throwable cause) |
| Constructor and Description |
|---|
StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles) |
StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles,
String message) |
StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles,
String message,
Throwable cause) |
StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
StorageExceptionBackupEmptyStorageBackupAhead(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles,
Throwable cause) |
StorageExceptionBackupEmptyStorageForNonEmptyBackup(long channelIndex,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles) |
StorageExceptionBackupEmptyStorageForNonEmptyBackup(long channelIndex,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles,
String message) |
StorageExceptionBackupEmptyStorageForNonEmptyBackup(long channelIndex,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles,
String message,
Throwable cause) |
StorageExceptionBackupEmptyStorageForNonEmptyBackup(long channelIndex,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
StorageExceptionBackupEmptyStorageForNonEmptyBackup(long channelIndex,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupFiles,
Throwable cause) |
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength) |
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength,
String message) |
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength,
String message,
Throwable cause) |
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
one.microstream.collections.types.XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength,
Throwable cause) |
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageBackupDataFile.Default |
| Modifier and Type | Method and Description |
|---|---|
default StorageBackupDataFile |
StorageLiveDataFile.ensureBackupFile(StorageBackupInventory backupInventory) |
default StorageBackupDataFile |
StorageDataFile.ensureBackupFile(StorageBackupInventory backupInventory) |
StorageBackupDataFile |
StorageBackupHandler.Default.ensureDataFile(StorageDataFile file) |
StorageBackupDataFile |
StorageBackupInventory.ensureDataFile(StorageDataFile file) |
static StorageBackupDataFile |
StorageBackupDataFile.New(one.microstream.afs.types.AFile file,
int channelIndex,
long number) |
StorageBackupDataFile |
StorageBackupFileProvider.provideBackupDataFile(int channelIndex,
long fileNumber) |
StorageBackupDataFile |
StorageBackupFileProvider.Default.provideBackupDataFile(int channelIndex,
long fileNumber) |
default StorageBackupDataFile |
StorageBackupFileProvider.provideBackupDataFile(StorageDataFile dataFile) |
Copyright © 2022 MicroStream Software. All rights reserved.