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 SummaryModifier and Type Method Description voidreset()Closes all resources (files, locks, etc.).
- 
Method Details- 
resetvoid reset()Closes all resources (files, locks, etc.). Clears all variable length items (cache, registry, etc.). Resets internal state to initial values. For itself and all its parts (entity cache, file manager, etc.). Basically a "back to just being born" action.
 
-