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.Default
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelFile
StorageChannelFile.Abstract
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageFile
StorageFile.Abstract
Nested 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, writeBytes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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, writeBytes
Methods inherited from interface one.microstream.storage.types.StorageTransactionsFile
ensureBackupFile
Methods inherited from interface one.microstream.storage.types.StorageTruncatableChannelFile
truncate
-
Constructor Details
-
Default
public Default()
-