Package one.microstream.storage.types
Class StorageBackupTransactionsFile.Default
java.lang.Object
one.microstream.storage.types.StorageFile.Abstract
one.microstream.storage.types.StorageChannelFile.Abstract
one.microstream.storage.types.StorageBackupTransactionsFile.Default
- All Implemented Interfaces:
StorageBackupableFile,StorageBackupChannelFile,StorageBackupFile,StorageBackupTransactionsFile,StorageChannelFile,StorageClosableFile,StorageFile,StorageHashChannelPart,StorageTransactionsFile,StorageTruncatableChannelFile
- Enclosing interface:
- StorageBackupTransactionsFile
public static final class StorageBackupTransactionsFile.Default extends StorageChannelFile.Abstract implements StorageBackupTransactionsFile
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageBackupTransactionsFile
StorageBackupTransactionsFile.DefaultNested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelFile
StorageChannelFile.AbstractNested classes/interfaces inherited from interface one.microstream.storage.types.StorageFile
StorageFile.AbstractNested classes/interfaces inherited from interface one.microstream.storage.types.StorageTransactionsFile
StorageTransactionsFile.Creator<F extends StorageTransactionsFile> -
Constructor Summary
Constructors Constructor Description Default() -
Method Summary
Methods inherited from class one.microstream.storage.types.StorageFile.Abstract
close, copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, delete, exists, file, isOpen, moveTo, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, size, toString, truncate, writeBytesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.storage.types.StorageFile
copyFrom, copyFrom, copyFrom, copyTo, copyTo, copyTo, copyTo, copyTo, copyTo, delete, exists, file, identifier, moveTo, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, size, writeBytesMethods inherited from interface one.microstream.storage.types.StorageTransactionsFile
ensureBackupFileMethods inherited from interface one.microstream.storage.types.StorageTruncatableChannelFile
truncate
-
Constructor Details
-
Default
public Default()
-