Interface MetaStorage
- All Known Implementing Classes:
FreeListImpl,PagesList,ReuseListImpl
public interface MetaStorage
Meta-information storage interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsaveMetadata(IoStatisticsHolder statHolder) Save metadata without exclusive lock on it.
-
Method Details
-
saveMetadata
Save metadata without exclusive lock on it.- Throws:
IgniteCheckedException- If failed.
-