Class VolatilePageMemoryStorageExample

java.lang.Object
org.apache.ignite.example.storage.VolatilePageMemoryStorageExample

public class VolatilePageMemoryStorageExample extends Object
This example demonstrates a usage of the PageMemory storage engine configured with an in-memory data region.

Find instructions on how to run the example in the README.md file located in the "examples" directory root.

  • Constructor Details

    • VolatilePageMemoryStorageExample

      public VolatilePageMemoryStorageExample()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Main method of the example.
      Parameters:
      args - The command line arguments.
      Throws:
      Exception - If failed.