Apache Ignite.NET
Apache.Ignite.Core.SwapSpace.ISwapSpaceSpi Interface Reference

Provides a mechanism in grid for storing data on disk. Ignite cache uses swap space to overflow data to disk if it cannot fit in memory. Logically storage is organized into independent 'spaces' in which data is stored. More...

Inheritance diagram for Apache.Ignite.Core.SwapSpace.ISwapSpaceSpi:
Apache.Ignite.Core.SwapSpace.File.FileSwapSpaceSpi

Detailed Description

Only predefined implementation is supported now: FileSwapSpaceSpi.