Class MapperExample

java.lang.Object
org.apache.ignite.example.table.MapperExample

public class MapperExample extends Object
This example demonstrates the usage of the Mapper API with a custom TypeConverter.

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

  • Constructor Details

    • MapperExample

      public MapperExample()
  • Method Details

    • main

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