Package one.microstream.storage.types
Interface StorageChannelResetablePart
-
- All Superinterfaces:
StorageHashChannelPart
- All Known Subinterfaces:
StorageChannel,StorageEntityCache<E>,StorageFileManager
- All Known Implementing Classes:
StorageChannel.Default,StorageEntityCache.Default,StorageFileManager.Default
public interface StorageChannelResetablePart extends StorageHashChannelPart
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset()Closes all resources (files, locks, etc.).-
Methods inherited from interface one.microstream.storage.types.StorageHashChannelPart
channelIndex
-
-