Package one.microstream.storage.types
Interface StorageTruncatableChannelFile
- All Superinterfaces:
StorageChannelFile,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
Modifier and Type Method Description voidtruncate(long newLength)
-
Method Details
-
truncate
void truncate(long newLength)
-