-
Constructors in one.microstream.storage.exceptions with parameters of type StorageDataFile
Constructor |
Description |
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength) |
|
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength,
String message) |
|
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength,
String message,
Throwable cause) |
|
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
StorageExceptionBackupInconsistentFileLength(StorageInventory storageInventory,
XGettingTable<Long,StorageBackupDataFile> backupDataFiles,
StorageDataFile dataFile,
long storageFileLength,
StorageBackupDataFile backupDataFile,
long backupFileLength,
Throwable cause) |
|
-
Methods in one.microstream.storage.types with type parameters of type StorageDataFile
Modifier and Type |
Method |
Description |
<F extends StorageDataFile,
C extends Consumer<F>> C |
StorageFileProvider.Abstract.collectDataFiles(StorageDataFile.Creator<F> creator,
C collector,
int channelIndex) |
|
<F extends StorageDataFile,
C extends Consumer<F>> C |
StorageFileProvider.collectDataFiles(StorageDataFile.Creator<F> creator,
C collector,
int channelIndex) |
|
<F extends StorageDataFile> void |
StorageFileNameProvider.Default.parseDataInventoryFile(StorageDataFile.Creator<F> fileCreator,
Consumer<? super F> collector,
int channelIndex,
AFile file) |
|
<F extends StorageDataFile> void |
StorageFileNameProvider.parseDataInventoryFile(StorageDataFile.Creator<F> fileCreator,
Consumer<? super F> collector,
int channelIndex,
AFile file) |
|
Methods in one.microstream.storage.types with parameters of type StorageDataFile
Modifier and Type |
Method |
Description |
StorageBackupDataFile |
StorageBackupHandler.Default.ensureDataFile(StorageDataFile file) |
|
StorageBackupDataFile |
StorageBackupInventory.ensureDataFile(StorageDataFile file) |
|
void |
StorageFileEntityDataIterator.Default.fillBuffer(StorageFileEntityDataIterator.Internal self,
StorageDataFile file,
long fileOffset,
long iterationLength) |
|
void |
StorageFileEntityDataIterator.Internal.fillBuffer(StorageFileEntityDataIterator.Internal self,
StorageDataFile file,
long fileOffset,
long iterationLength) |
|
default long |
StorageFileEntityDataIterator.Internal.iterateEntityData(StorageDataFile file,
long fileOffset,
long iterationLength,
BinaryEntityRawDataIterator dataIterator,
BinaryEntityRawDataAcceptor dataAcceptor) |
|
long |
StorageFileEntityDataIterator.iterateEntityData(StorageDataFile file,
long fileOffset,
long iterationLength,
BinaryEntityRawDataIterator dataIterator,
BinaryEntityRawDataAcceptor dataAcceptor) |
|
static int |
StorageDataFile.orderByNumber(StorageDataFile file1,
StorageDataFile file2) |
|
default void |
StorageFileEntityDataIterator.Internal.prepareFile(StorageFileEntityDataIterator.Internal self,
StorageDataFile file,
long fileOffset,
long iterationLength) |
|
default StorageBackupDataFile |
StorageBackupFileProvider.provideBackupDataFile(StorageDataFile dataFile) |
|
void |
StorageDataFileValidator.Debugging.validateFile(StorageDataFile file,
long fileOffset,
long iterationLength) |
|
void |
StorageDataFileValidator.Default.validateFile(StorageDataFile file,
long fileOffset,
long iterationLength) |
|
default void |
StorageDataFileValidator.validateFile(StorageDataFile file) |
|
void |
StorageDataFileValidator.validateFile(StorageDataFile file,
long fileOffset,
long iterationLength) |
|
void |
StorageFileEntityDataIterator.Default.validateIterationRange(StorageFileEntityDataIterator.Internal self,
StorageDataFile file,
long actualFileLength,
long fileOffset,
long iterationLength) |
|
void |
StorageFileEntityDataIterator.Internal.validateIterationRange(StorageFileEntityDataIterator.Internal self,
StorageDataFile file,
long actualFileLength,
long fileOffset,
long iterationLength) |
|
default void |
StorageFileEntityDataIterator.Internal.wrapUpFile(StorageFileEntityDataIterator.Internal self,
StorageDataFile file,
long fileOffset,
long iterationLength) |
|