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

    Modifier and Type Method Description
    void reset()
    Closes all resources (files, locks, etc.).

    Methods inherited from interface one.microstream.storage.types.StorageHashChannelPart

    channelIndex
  • Method Details

    • reset

      void 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.