Package one.microstream.storage.types
Interface StorageTruncatableChannelFile
-
- All Superinterfaces:
StorageChannelFile,StorageClosableFile,StorageFile,StorageHashChannelPart
- All Known Subinterfaces:
StorageBackupChannelFile,StorageBackupDataFile,StorageBackupTransactionsFile,StorageLiveChannelFile<F>,StorageLiveDataFile,StorageLiveTransactionsFile
- All Known Implementing Classes:
StorageBackupDataFile.Default,StorageBackupTransactionsFile.Default,StorageLiveDataFile.Default,StorageLiveTransactionsFile.Default
public interface StorageTruncatableChannelFile extends StorageChannelFile
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageChannelFile
StorageChannelFile.Abstract
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtruncate(long newLength)-
Methods inherited from interface one.microstream.storage.types.StorageChannelFile
channelIndex
-
Methods inherited from interface one.microstream.storage.types.StorageClosableFile
close, isOpen
-
-